Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | Fix up comment to indicate order that libraries in which the | Dale Rahn | |
libraries are actually searched. | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-19 | unsmokecrack - thanks millert | Bob Beck | |
2001-08-19 | decruftify with prejudice | Bob Beck | |
2001-08-19 | decruftify | Bob Beck | |
2001-08-19 | Argh. I must be wearing a stupid sign today | Bob Beck | |
2001-08-19 | bye bye atoi. | Bob Beck | |
2001-08-19 | oops | Bob Beck | |
2001-08-19 | I'm a knuckle-dragging moron, the fd_set is overflowable - make it so | Bob Beck | |
it isn't. | |||
2001-08-19 | 1564 lines of cleanup | Theo de Raadt | |
2001-08-19 | libexec is the wrong place for popa3d, since it can be started WITHOUT inetd | Theo de Raadt | |
2001-08-19 | KNF | Bob Beck | |
2001-08-19 | gratuitous KNFism's, don't have it looking like it's your first day | Bob Beck | |
with your new crack pipe | |||
2001-08-19 | build ftp-proxy | Bob Beck | |
2001-08-19 | transparent ftp proxy, based on Obtuse Systems juniper stuff with much | Bob Beck | |
modernizing and cleanup. still needs looking at. Currently supports PORT PASV EPRT data connections with only a pf rdr to capture the control connection. (I.E. you don't need ip forwarding or other NAT stuff). Runs from inetd. Supports all passive (EPSV PASV) when using -n flag, where the proxy ignores passive mode data connections (and assumes nat will get them through). Todo yet: More audit IpV6 Handle EPSV in proxy (with an rdr added then removed) Option to Daemonize and bind only to the loopback More Content/Login filtering, etc. etc. and more bloat | |||
2001-08-18 | i think this pads the buffers correctly | Theo de Raadt | |
2001-08-18 | err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; ↵ | Theo de Raadt | |
millert helped | |||
2001-08-18 | better handle things; spotted by millert | Theo de Raadt | |
2001-08-18 | strlcpy invades the tree | Theo de Raadt | |
2001-08-17 | clean up after Todd. | Marc Espie | |
2001-08-17 | o) close .Bl; | Mike Pechkin | |
o) NetBSD -> .Bx; o) we should sort options in .DESCRIPTION; some spotted from form@openbsd.ru; millert@ ok. | |||
2001-08-16 | no options yet | Camiel Dobbelaar | |
2001-08-16 | remove remaining PAM defines and comments | Camiel Dobbelaar | |
2001-08-16 | remove SHADOW hooks | Camiel Dobbelaar | |
2001-08-16 | stand-alone by default | Camiel Dobbelaar | |
2001-08-16 | build man page for popa3d | Eric Jackson | |
2001-08-16 | a start at a man page for popa3d | Eric Jackson | |
2001-08-13 | Blowfish salt for dummy crypt calls | Camiel Dobbelaar | |
2001-08-13 | Tags | Camiel Dobbelaar | |
2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 | Camiel Dobbelaar | |
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH | |||
2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 | Camiel Dobbelaar | |
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH | |||
2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 | Camiel Dobbelaar | |
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH | |||
2001-08-12 | some KNF | Todd C. Miller | |
2001-08-12 | Use INFTIM where possible. | Federico G. Schwindt | |
2001-08-09 | o wheel and lastchance are -v args (variable), not -s (service) | Todd C. Miller | |
o an unknown service is a fatal error o some KNF | |||
2001-08-09 | It seems bogus to me, but if code call dlerror() when an error has | Dale Rahn | |
not occurred, there exists code that expects dlerror to return NULL. Change the code to match the expected behavior. | |||
2001-08-08 | split up the gethost*() functions a bit more, to make it more obvious what | Theo de Raadt | |
is going on. This could be improved further by always passing around fat sockaddr's I think. | |||
2001-08-08 | do not use %m in syslog() when errno is known to be 0 | Theo de Raadt | |
2001-08-06 | Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig path | Dale Rahn | |
in ELF ld.so to match the behavior in a.out ld.so. The given order is the new order, previously ldconfig had highest priority, which made it impossible to override. | |||
2001-08-05 | Do not have dl_find_symbol complain about symbols not found, code immediately | Dale Rahn | |
following the call will catch and report any errors. | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist | Todd C. Miller | |
2001-07-31 | while i'm here: NetBSD -> .Nx | Mike Pechkin | |
millert@ ok. | |||
2001-07-31 | o) better struct handling; | Mike Pechkin | |
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok | |||
2001-07-27 | Wall cleanup | Peter Valchev | |
2001-07-26 | Typo: radius-timout -> radius-timeout; noted by brad@ | Todd C. Miller | |
2001-07-22 | Use shlib_version, like the rest of the tree. | Marc Espie | |
2001-07-20 | do not dup-redefine binown and bindir | Michael Shalayeff | |
2001-07-20 | do not include or define things which are common for this subdir's parent | Michael Shalayeff | |