]> git.neil.brown.name Git - portmap.git/shortlog
portmap.git
2014-06-23 Denis ZaitceffOnly fail an 'unregister' attempt if nothing can be... master
2014-05-26 Denis ZaitceffAvoid list corruption in load_table()
2011-01-12 Mike FrysingerNO_PERROR: control overriding of perror() symbol
2011-01-12 Mike FrysingerNO_FORK: control usage of fork() for nommu systems
2011-01-12 Mike FrysingerNO_PIE: make PIE support controllable
2011-01-12 Mike FrysingerREADME: fix typo in tcp wrapper doc
2009-02-22 Enrico Weigelt... portmap: specify port via cmdline
2009-02-22 Enrico Weigelt... pmap_check.c: fixed correct use of const char* to suppr...
2009-02-22 Enrico Weigelt... pmap_check.c: suppressed warning on const-values as...
2009-02-22 Enrico Weigelt... pmap_dump.c: protoname() now returning const char*
2009-02-22 Enrico Weigelt... portmap.c: suppressed warning on assigning an non-const...
2009-02-22 Enrico Weigelt... added .gitignore
2008-05-13 Enrico WeigeltVarious config and option improvements.
2007-07-15 Neil BrownTreat ports below 512 as reserved ports.
2007-05-13 Mike Frysingerfix building with tcpd support disabled
2007-05-13 Mike Frysingerrespect DESTDIR and dont use -s with install
2007-05-11 Neil BrownRelease version 6.0 portmap_6.0
2007-05-11 Neil BrownRemove most sccs-id tags
2007-04-23 Neil BrownEnable compile-time configurable DNS lookup for tcp_wra...
2007-04-23 Neil BrownAllow uid/gid to be set at compile or run time.
2007-04-20 Mike Frysingercleanup portmap Makefile
2007-04-20 Mike Frysingerfix output in portmap help
2007-04-20 Neil BrownStore mapping table in a file. origin
2007-04-20 Neil BrownImprove protection against unapproved service deletion.
2007-04-20 Neil BrownRemove setsid references.
2007-04-20 Neil BrownRemove all 'register' variable attributes.
2007-04-20 Neil BrownSimple 'install' Makefile target
2007-04-20 Neil BrownMan page updates.
2007-04-20 Neil BrownAdd man pages from Debian
2007-04-20 Neil BrownAdd -f option
2007-04-20 Neil BrownAdd -i/-l option to bind to a local address.
2007-04-20 Neil BrownAdd -t option for chroot.
2007-04-20 Neil BrownDefault to -O2
2007-04-20 Neil BrownCompile portmap with -pie
2007-04-20 Neil BrownRemove get_myaddress
2007-04-20 Neil Browndrop priv groups as well as uid.
2007-04-20 Neil Brownsscanf safety.
2007-04-20 Neil BrownSignal handling fixes.
2007-04-20 Neil Brownsyslog fixes
2007-04-20 Alexander AchenbachProtect errno inside signal handler.
2007-04-20 Neil BrownCorrect typo in error message: udp -> tcp
2007-04-20 Neil BrownClean up more warnings.
2007-04-20 Neil BrownMakefile fixes for clean compile.
2007-04-20 Neil BrownAdd some missing #includes
2007-04-20 Neil BrownAdd lots of needed type-casts.
2007-04-20 Neil BrownRemove #define of perror.
2007-04-20 Neil BrownInitial checkin of portmap_beta5 portmap_5beta