blob: 6953a7dfc6460adb675d7c73ca91e529e1d7670f [file] [log] [blame]
jjakoc13c9df2003-07-07 15:15:38 +000012003-07-07: Jens Jakobsen <jj@openggsn.org>
2 Added spec.in file for building binary RPM packages. Now openggsn
3 will install binaries, man pages as well as scripts.
4
5 Added ggsn and sgsnemu man pages
6
7 Added ggsn Sys V init script
8
9 Added bootstrap script for autotools automation
10
11
jjako9944eba2003-04-11 10:49:02 +0000122003-04-11: Jens Jakobsen <jj@openggsn.org>
13 Added -ggdb to gtp, sgsnemu and ggsn makefiles in order to include
14 debugging information.
15
jjakoc13c9df2003-07-07 15:15:38 +000016 Added ippool.c and ippool.h to ggsn. This allows for generic
jjako9944eba2003-04-11 10:49:02 +000017 allocation of dynamic ip addresses based on a <net>/<mask>
18 description of ip address space. The same files are also used in
19 sgsnemu, but only for hashing IP addresses. At the same time the
20 corresponding functionality is removed from pdp.c.
21
22 Added syserr.h and syserr.c to ggsn and sgsnemu. These files allow
23 writing to syslog with file name and line number. Later this
24 should also be introduced in gtp.
25
26 Added support for DNS protocol configuration options in ggsn for
27 create context response. This allow the MS to setup DNS
28 configuration correctly.
29
30 tun.c and tun.h have been updated to allow setting interface IP
31 addresses and routes by means of ioctl and netlink. This allow
32 sgsnemu to allocate an interface IP address for each context
33 established.
34
35
jjako7bac2f82003-01-29 10:24:10 +0000362003-01-29: Jens Jakobsen <jj@openggsn.org>
37 Added -L../gtp to sgsnemu and ggsn makefiles so that make will
38 work without an installed libgtp.
39
40 Added sgsnemu check to check for valid pointer when deleting tun.
41
42 Removed enabling of ip_forward = 1 from ggsn.c and sgsnemu. From a
43 security point of view it was not very good that openggsn
44 automatically enabled routing.
45
46 Added ipup, ipdown and createif to sgsnemu/cmdline.ggo. Now
47 sgsnemu will set up default route and then execute ipup script
48 after tun device has been set up. After tun has been deleted the
49 ipdown script is executed.
50
51 Added support for ping to sgsnemu.
52
53 Added ipup and ipdown to ggsn/cmdline.ggo.
54