Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-11 | Xr uucico | Theo de Raadt | |
1998-08-04 | Fix definition of high port and tell where they come from; noted by ↵ | Todd C. Miller | |
karls@inet.no | |||
1998-07-28 | change getent/getstr to gtgettent/gtgetstr, the names now used | Marco S Hyman | |
in libtelnet; add prototypes for both functions to ext.h | |||
1998-07-27 | use old curses to avoid duplicate symbol in libtelnet | Todd C. Miller | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-23 | delete SecurID hacks | Theo de Raadt | |
1998-07-23 | add replydirname() from netbsd; fixes 257 directory replies; problem noted ↵ | Theo de Raadt | |
by kstailey | |||
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie | |
1998-07-16 | no yppasswdd.log file; mason@primenet.com.au | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-12 | indent | Theo de Raadt | |
1998-07-10 | Make sure port is in allowed range before trying to get a reserved port. | Todd C. Miller | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-07-09 | Don't open stderr channel until after the user has authenticated themselves | Todd C. Miller | |
and never open a reserved port. Fix from www.infilsec.com, credited to "The South African Tiger Team". While we're in here, don't leak info about who is a valid user. | |||
1998-07-09 | this is rshd, not rlogind | Todd C. Miller | |
1998-07-08 | Force NUL termination of strings in request we get from client; ↵ | Todd C. Miller | |
okir@monad.swb.de | |||
1998-07-07 | a big bunch of next to nothing | Theo de Raadt | |
1998-07-05 | man page; mrg | Theo de Raadt | |
1998-07-03 | S_IWGRP | Theo de Raadt | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-23 | tsk tsk bob did not test his code on the alpha | Theo de Raadt | |
1998-06-22 | The x option is not used if CRYPT is turned off. | Artur Grabowski | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-10 | spelling | Theo de Raadt | |
1998-06-10 | indent | Theo de Raadt | |
1998-06-10 | Now uses TCPCTL_IDENT sysctl to get uid associated with a connection | Bob Beck | |
instead of kmem. Kmem parsing functions and options removed. | |||
1998-06-08 | allow ftpchroot-ed users to also be multihomed | Michael Shalayeff | |
1998-06-03 | use SIG_ERR | Theo de Raadt | |
1998-06-03 | -p port option for damon mode | Bob Beck | |
-i pidfile option to write pid file for daemon mode -l address option to restrict listen address -q option and accumlog.c for on-line syslog entries multiple buglet fixes, memeset, long, formatting etc. | |||
1998-06-03 | Make warnings disappear. | Angelos D. Keromytis | |
1998-05-29 | gcc2.8.X.X fixes another powerpc compilation bug, workaround removed. | Dale S. Rahn | |
1998-05-22 | nicer | Theo de Raadt | |
1998-05-22 | use TM_YEAR_BASE; lukem | Theo de Raadt | |
1998-05-22 | stop username info gathering, always go through login/passwd cycle | Theo de Raadt | |
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | Theo de Raadt | |
1998-05-17 | Fix strncat() usage; Some from cstone@pobox.com | Todd C. Miller | |
It would be better to detect impending oflow, log, and abort though. | |||
1998-05-15 | cleanup and build with -Wall | Artur Grabowski | |
1998-05-15 | build with -Wall | Artur Grabowski | |
1998-05-08 | crank the slop; until other changes happen | Theo de Raadt | |
1998-05-08 | minor indent | Theo de Raadt | |
1998-05-08 | oops | Theo de Raadt | |
1998-05-08 | typo | Theo de Raadt | |
1998-05-08 | tighter buf handling | Theo de Raadt | |
1998-05-08 | sprintf removals | Theo de Raadt | |
1998-04-25 | Fix casts in args to mem*. Boy am I anal. | Todd C. Miller | |
1998-04-22 | buf oflow; bmartin@obscure.sekurity.org | Theo de Raadt | |
1998-04-01 | remove eavesdropping warning. Sorry, this is a no-way | Theo de Raadt | |
1998-03-26 | cleanup after art | Theo de Raadt | |
1998-03-25 | cleanup and please -Wall | Artur Grabowski | |
1998-03-12 | Encryption from kth-krb 0.9.8 (only for those with kerberos) | Artur Grabowski | |