X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=rpm-sources%2Ffreeradius-ippool-tr.patch;fp=rpm-sources%2Ffreeradius-ippool-tr.patch;h=0000000000000000000000000000000000000000;hp=04434e419b9dc1edd2f526647b5cdbb705560c48;hb=b14194ec327d694bc84fbab67ef3689711cc2dad;hpb=60450f58765da6ab187477a5cbfcb8fbd6c3b485 diff --git a/rpm-sources/freeradius-ippool-tr.patch b/rpm-sources/freeradius-ippool-tr.patch deleted file mode 100644 index 04434e4..0000000 --- a/rpm-sources/freeradius-ippool-tr.patch +++ /dev/null @@ -1,96 +0,0 @@ -Index: freeradius-server/raddb/mods-available/ippool -=================================================================== ---- freeradius-server.orig/raddb/mods-available/ippool -+++ freeradius-server/raddb/mods-available/ippool -@@ -22,54 +22,45 @@ - # DEFAULT Group == teachers, Pool-Name := "teachers" - # DEFAULT Group == other, Pool-Name := "DEFAULT" - # --# ********* IF YOU CHANGE THE RANGE PARAMETERS YOU MUST ********* --# ********* THEN ERASE THE DB FILES ********* -+# Note: If you change the range parameters you must then erase the -+# db files. - # - ippool main_pool { -+ # The main db file used to allocate addresses. -+ filename = ${db_dir}/db.ippool - -- # range-start,range-stop: -- # The start and end ip addresses for this pool. -+ # The start and end ip addresses for this pool. - range_start = 192.0.2.1 - range_stop = 192.0.2.254 - -- # netmask: -- # The network mask used for this pool. -+ # The network mask used for this pool. - netmask = 255.255.255.0 - -- # cache_size: -- # The gdbm cache size for the db files. Should -- # be equal to the number of ip's available in -- # the ip pool -+ # The gdbm cache size for the db files. Should -+ # be equal to the number of ip's available in -+ # the ip pool - cache_size = 800 - -- # session-db: -- # The main db file used to allocate addresses. -- session_db = ${db_dir}/db.ippool -- -- # ip-index: -- # Helper db index file used in multilink -+ # Helper db index file used in multilink - ip_index = ${db_dir}/db.ipindex - -- # override: -- # If set, the Framed-IP-Address already in the -- # reply (if any) will be discarded, and replaced -- # with a Framed-IP-Address assigned here. -+ # If set, the Framed-IP-Address already in the -+ # reply (if any) will be discarded, and replaced -+ # ith a Framed-IP-Address assigned here. - override = no - -- # maximum-timeout: -- # Specifies the maximum time in seconds that an -- # entry may be active. If set to zero, means -- # "no timeout". The default value is 0 -+ # Specifies the maximum time in seconds that an -+ # entry may be active. If set to zero, means -+ # "no timeout". The default value is 0 - maximum_timeout = 0 - -- # key: -- # The key to use for the session database (which -- # holds the allocated ip's) normally it should -- # just be the nas ip/port (which is the default). -+ # The key to use for the session database (which -+ # holds the allocated ip's) normally it should -+ # just be the nas ip/port (which is the default). - # -- # If your NAS sends the same value of NAS-Port -- # all requests, the key should be based on some -- # other attribute that is in ALL requests, AND -- # is unique to each machine needing an IP address. -- #key = "%{NAS-IP-Address} %{NAS-Port}" -+ # If your NAS sends the same value of NAS-Port -+ # all requests, the key should be based on some -+ # other attribute that is in ALL requests, AND -+ # is unique to each machine needing an IP address. -+# key = "%{NAS-IP-Address} %{NAS-Port}" - } -Index: freeradius-server/src/lib/valuepair.c -=================================================================== ---- freeradius-server.orig/src/lib/valuepair.c -+++ freeradius-server/src/lib/valuepair.c -@@ -109,6 +109,8 @@ VALUE_PAIR *pairalloc(TALLOC_CTX *ctx, D - vp->op = T_OP_EQ; - vp->type = VT_NONE; - -+ vp->length = da->flags.length; -+ - talloc_set_destructor(vp, _pairfree); - - return vp;