Source code from upstream copy of 1.1.7.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 7 Sep 2009 11:06:20 +0000 (13:06 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 7 Sep 2009 11:06:20 +0000 (13:06 +0200)
commit56903af16476b85115e350bfcd67b414c6eef243
treeeb58ad40b868a98b290e1cb2078ac960254a6e29
parent2ee0fbe67ef0c8c04e88036c98692079f5179165
Source code from upstream copy of 1.1.7.

For some reason, the git tag of release_1_1_7 is somewhat
different than the contents of the "freeradius-1.1.7.tar" file.

So... we fix that by committing the REAL 1.1.7 as a branch from
the TAGGED version of 1.1.7.

$ git clone git://git.freeradius.org/freeradius-server.git
$ cd freeradius-server
$ git checkout -b branch_1_1_7 release_1_1_7
$ rm -rf *
$ wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-1.1.7.tar.gz
$ tar -zxf freeradius-1.1.7.tar.gz
$ mv freeradius-1.1.7/* .
$ rm -rf freeradius-1.1.7 freeradius-1.1.7.tar.gz
$ find * -type f -print > list

  Get rid of the CVS $Id$ stuff:

$ perl -pi -e 's,\$Log:.*?\$,\$Log\$,' `cat list `

  ... for $Id$, $Date$, $Revisions$, $Author$, $Log$, ...
  update doc/Changelog with Date for 1.1.7

$ git add .
$ git ls-files --deleted | xargs git rm
$ git commit .

Now the code in git is exactly the same as the released version of 1.1.7.
31 files changed:
acconfig.h
debian/copyright
debian/freeradius-dialupadmin.dirs [new file with mode: 0644]
debian/freeradius-dialupadmin.docs [new file with mode: 0644]
debian/freeradius-dialupadmin.examples [new file with mode: 0644]
debian/freeradius-dialupadmin.links [new file with mode: 0644]
debian/freeradius.examples
doc/ChangeLog
doc/examples/iplanet.ldif [new file with mode: 0644]
doc/examples/iplanet.schema [new file with mode: 0644]
doc/examples/openldap.schema [new file with mode: 0644]
man/man1/radwho.1
man/man1/radzap.1
man/man5/clients.conf.5 [new file with mode: 0644]
man/man8/radrelay.8
raddb/pgsql-voip.conf
raddb/preproxy_users
share/dictionary.nortel [new file with mode: 0644]
src/lib/LICENSE [new file with mode: 0644]
src/lib/snprintf.c
src/lib/snprintf.h
src/main/log.c
src/main/radzap [new file with mode: 0755]
src/main/radzap.c [deleted file]
src/modules/rlm_eap/libeap/fips186prf.c
src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c
src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c
src/modules/rlm_expr/rlm_expr.c
src/modules/rlm_unix/cache.c
src/modules/rlm_unix/compat.c
suse/radiusd-pam-old [new file with mode: 0644]