1. f97f58d debian: Harden and build debug packages by Holger Hans Peter Freyther · 10 years ago
  2. 493ec59 debian: Modernize/Fix the debian control file by Holger Hans Peter Freyther · 10 years ago
  3. 827aec1 debian: Add dependency for LSB script by Holger Hans Peter Freyther · 10 years ago
  4. 0b705bb debian: Create new changelog entry to please new tools by Holger Hans Peter Freyther · 10 years ago
  5. c190896 openggsn.service: Add Install section to systemd service file by Daniel Willmann · 10 years ago
  6. 5816bcf gtp: Speculative FreeBSD compile fix for htobe64 by Holger Hans Peter Freyther · 10 years ago
  7. 746b944 gtp: add pdp_set_imsi_nsapi by Pablo Neira Ayuso · 10 years ago
  8. 9c0ff4f cli: Introduce a logfile command to log errors to a file by Holger Hans Peter Freyther · 10 years ago
  9. 1c4d9e6 cli: Manually patch the generated code to fix compiler warning by Holger Hans Peter Freyther · 10 years ago
  10. 6c0b9c2 cli: Re-generate the cmdline.c/cmdline.h with newer gengetopt by Holger Hans Peter Freyther · 10 years ago
  11. 4afb44a systemd: Do not restart when the application exits with 1 by Holger Hans Peter Freyther · 10 years ago
  12. 29567ed systemd: Add a simple ggsn service file by Holger Hans Peter Freyther · 10 years ago
  13. 1a1ba02 gtp: fix endianness in teid field of GTPv0 header by Pablo Neira Ayuso · 10 years ago
  14. 0674f0b gtp: fix wrong binary layout for struct gtp0_header in x86_64 by Pablo Neira Ayuso · 10 years ago
  15. 0382996 gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSN by Holger Hans Peter Freyther · 11 years ago
  16. 0527289 build: Do not generate a Makefile in the empty src/ directory by Holger Hans Peter Freyther · 12 years ago
  17. d7566b8 pdp: Mark the data as static as only pdp.c should access this data by Holger Hans Peter Freyther · 12 years ago
  18. 0aa1787 build: Let the system decide where libraries are searched by Holger Hans Peter Freyther · 12 years ago
  19. e071e30 build: Remove subdir-objects as it breaks make distclean by Holger Hans Peter Freyther · 12 years ago
  20. 3d7500e Remove out-of-bounds write by Tobias Engel · 12 years ago
  21. f4594e2 Fix dpkg-buildpackage build for OpenGGSN by Max Suraev · 12 years ago
  22. ab9ff09 Fix init script in debian package. by Eric Butler · 12 years ago
  23. 235a095 Debian package updates. by Eric Butler · 12 years ago
  24. 95848ba GTP: don't use magic numbers for T3-REQUESTS and N3-REQUEST by Harald Welte · 13 years ago
  25. ef71162 queue: fix copy+paste mistake in debug statements by Harald Welte · 13 years ago
  26. b841e57 queue: Add some more comments throughout the code (doxygen style) by Harald Welte · 13 years ago
  27. bb47c35 queue: mark non-public functions as static by Harald Welte · 13 years ago
  28. e65c739 queue: use %p format string when printing a pointer by Harald Welte · 13 years ago
  29. bdca4b7 configure: use AM_SILENT_RULES when available by Harald Welte · 13 years ago
  30. d88e11d GTP: use socklen_t where appropriate by Harald Welte · 13 years ago
  31. bed35df Convert all code to Linux coding style by Harald Welte · 13 years ago
  32. ca36f29 build: Add a proper pkgconfig libgtp.pc for the GTP library by Sylvain Munaut · 13 years ago
  33. 3a4c67b optionally do not send recovery with sgsnemu by Harald Welte · 13 years ago
  34. 41af569 Add optional RAI Field by Harald Welte · 13 years ago
  35. 11a398f sgsnemu support for QoS as defined in 3GPP TS 24.008 by Yann BONNAMY · 14 years ago
  36. ad18ccb RAI fix by Yann BONNAMY · 14 years ago
  37. fe50409 GTP: Fix bug in update PDP context procedure by Isabelle Kraemer · 13 years ago
  38. f5cbbc9 debian: add openggsn example config files by Harald Welte · 13 years ago
  39. 142af72 debian packaging: add missing openggsn.install file by Harald Welte · 13 years ago
  40. 38c8f6d remove autotools-generated INSTALL file by Harald Welte · 13 years ago
  41. 6fc4240 properly build a library for the content of the lib directory by Harald Welte · 13 years ago
  42. b502255 debian: update to source format git by Harald Welte · 13 years ago
  43. 629e986 libgtp: introduce cb_recovery() callback by Harald Welte · 14 years ago
  44. 944dce3 Add support for GTP IE's from 3GPP R7 by Yann BONNAMY · 14 years ago
  45. 87490d7 IFNAMSIZ includes terminating 0 by Emmanuel Bretelle · 14 years ago
  46. 4e56c83 fixed compilation warning against gcc-4.4 by Emmanuel Bretelle · 14 years ago
  47. 91384a4 Do not exceed 80 characters per line by Emmanuel Bretelle · 14 years ago
  48. eaaf500 Set tun devname to IFNAMESIZ+1 to avoid warning by Emmanuel Bretelle · 14 years ago
  49. 2a10368 Move common sgsnemu/ggsn files to directory "lib" by Emmanuel Bretelle · 14 years ago
  50. 2a7cad5 Fixe compilation warning by Emmanuel Bretelle · 14 years ago
  51. 6852186 Fixed compile warning,exit if cant daemonize by Emmanuel Bretelle · 14 years ago
  52. 111e054 Fix warning on unused fscanf return code by Emmanuel Bretelle · 14 years ago
  53. 1e9b27b debian: add init script for OpenGGSN by Harald Welte · 14 years ago
  54. a3f42e0 debian: libgtp has architecture 'any' not 'all' by Harald Welte · 14 years ago
  55. e916809 import debian packaging info by Harald Welte · 14 years ago
  56. 76f044d bump version number to 0.91 by Harald Welte · 14 years ago
  57. dc3744f Extend 'struct pdp_t' with a void *priv pointer for application use by Harald Welte · 14 years ago
  58. 47122e7 Bump version number to 0.90 by Harald Welte · 14 years ago
  59. 841dd49 fix 'make distcheck': add lookup.h to Makefile.am by Harald Welte · 14 years ago
  60. a1bd736 [libgtp] Fix GTPIE parsing segfault on 64bit architectures by Harald Welte · 14 years ago
  61. 7b3347b [libgtp] add comments with references to the GTP specification sections by Harald Welte · 14 years ago
  62. cc9f083 sgsnemu: delete pdp context - teardown must be before NSAPI by Harald Welte · 14 years ago
  63. 1b3e577 Use newer gengetopt which also frees memory by Harald Welte · 14 years ago
  64. 5701b0f GGSN: free the ippool memory before exit by Harald Welte · 14 years ago
  65. 6cc28f8 add compiler-generated output to .gitignore by Harald Welte · 14 years ago
  66. f54a1f4 Fix various compiler warnings throughout the code by Harald Welte · 14 years ago
  67. 5d064ec GGSN: Fix select() error case, we need to FD_ZERO() again by Harald Welte · 14 years ago
  68. c3dcba0 Fix GGSN signal handling by Harald Welte · 14 years ago
  69. e67556e [SECURITY] Fix GTPIE parsing DoS by Harald Welte · 14 years ago
  70. dd69266 remove config.h.in and ltmain.sh as it is autogenerated, too by Harald Welte · 14 years ago
  71. 4e10d9e add .gitignore file for autoconf-generated stuff by Harald Welte · 14 years ago
  72. c5ef88c remove autotools-generated files by Harald Welte · 14 years ago
  73. 9f26b95 Fixed APN bug by jjako · 19 years ago
  74. acba8e6 Added new version of autotools by jjako · 19 years ago
  75. a24c7ec 0.84 by jjako · 20 years ago
  76. e31b240 0.84 release by jjako · 20 years ago
  77. 3544abf 0.84 by jjako · 20 years ago
  78. c49cb30 Added lookup.c by jjako · 20 years ago
  79. ada9ffa QA on ippool by jjako · 20 years ago
  80. bd937b7 Minor fix by jjako · 20 years ago
  81. 163b455 Fixed delete route on freebsd et. al. by jjako · 20 years ago
  82. d37c136 Added Polish man pages by jjako · 20 years ago
  83. 0fe0df0 qos length bugfix and apple support plus header cleanup by jjako · 20 years ago
  84. 12f9e6e QoS length bugfiz by jjako · 20 years ago
  85. 108c128 Updated NEWS and Changelog to 0.83 by jjako · 20 years ago
  86. 0fad871 Changed to 0.83 by jjako · 20 years ago
  87. 77edc82 Improved configure script under Solaris by jjako · 20 years ago
  88. 73c46b1 Added permission change to bootstrap by jjako · 20 years ago
  89. c321396 Hash table bugfix and improved logging by jjako · 20 years ago
  90. 1a51df7 Added selmode by jjako · 20 years ago
  91. 9b4971d Charging characteristics made optional by jjako · 20 years ago
  92. 7e051d3 Charging option by jjako · 20 years ago
  93. b62c3dd Fix on PPP PCO length and charging characteristics required flag. by jjako · 20 years ago
  94. 3d524e3 Change to 0.82 by jjako · 20 years ago
  95. c6762cf Solaris tun interface by jjako · 20 years ago
  96. 73c908c Added README.Solaris by jjako · 20 years ago
  97. 1f15864 Added IP address alias capability for FreeBSD by jjako · 20 years ago
  98. 409b855 tun.c cleanup and support for setting multiple addresses on FreeBSD by jjako · 20 years ago
  99. 3cfb81c Lookup in ippool made static by jjako · 20 years ago
  100. 49a2150 Added README.FreeBSD by jjako · 20 years ago