Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-31 | zap unused variables, ok beck@ | Pedro Martelletto | |
2004-04-05 | Pass correct buffer length to gethdir(), and also change int arg to size_t | Aaron Campbell | |
per anil@. deraadt@, millert@ ok | |||
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-12 | fix string mishandling of lpath, ok millert, deraadt | Bob Beck | |
2003-12-02 | Nothing in vprintf.c is actually used so don't bother compiling it. | Todd C. Miller | |
OK drahn@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-09-05 | fp leak. from Patrick Latifi. ok beck@ deraadt@ | Ted Unangst | |
2003-09-04 | millert's sup fix, tested here on client and server. | Bob Beck | |
committing in absentia for todd, ok beck@ | |||
2003-08-27 | oops | Ted Unangst | |
2003-08-27 | fix memory leaks. pr3416 from Patrick Latifi <patrick.l@hermes.usherb.ca> | Ted Unangst | |
2003-08-01 | damn cvs! resurrect these ... | Anil Madhavapeddy | |
2003-08-01 | move vis.h out of the way into a subdir so it isn't picked up by our build | Anil Madhavapeddy | |
noticed by david@, deraadt@ ok | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-06-04 | Base this on a newer version of time.h w/ a better license. | Todd C. Miller | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat | |
anyway). ok deraadt@ weingart@ | |||
2003-05-07 | bounds were sizeof(pointer) rather than size of the object; found with | Theo de Raadt | |
anil's gcc bounds checker mod | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-15 | a bit of string cleaning | Theo de Raadt | |
2003-03-18 | ip address -> IP address; | Jason McIntyre | |
rtadvd.conf(5): positve -> positive; ok miod@ | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-10-16 | repeatitition | Michael Shalayeff | |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-04-30 | arguement -> argument | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-29 | make sure that va_start() has matching va_end() | Mike Pechkin | |
millert@ help&ok | |||
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-07-25 | do not use vfork() unsafely | Theo de Raadt | |
2001-07-23 | kill errant newline in comment section | Todd C. Miller | |
2001-05-15 | Add missing memset() from one of the select() fixes. Also free existing | Todd C. Miller | |
readfds if malloc/realloc fails. | |||
2001-05-07 | remove waitpid-related XXX's -- this is OK | Todd C. Miller | |
2001-05-07 | Avoid excessive malloc/free for select in readdata() | Todd C. Miller | |
2001-05-07 | Use a smaller buffer in fmttime() since the date string is of a | Todd C. Miller | |
known fixed size. | |||
2001-05-07 | Fix select(2) usage. | Todd C. Miller | |
2001-05-05 | Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8 | Todd C. Miller | |
Fix some -Wall found on Solaris Fix some uid_t/gid_t stuff I missed before | |||
2001-05-05 | Solaris has strerror() | Todd C. Miller | |
Remove unneeded #include <util.h> and -lutil | |||
2001-05-04 | o kill register | Todd C. Miller | |
o lots of KNF o passes -Wall o fix some [ug]id_t vs. int issues o use strlcpy/strlcat in favor of strncpy/strncat o use mem* routines everywhere instead of old b* ones o marked several questionable things for later fixing o kill ci.c and cvt.c -- we don't use them o kill read_line.c since it requires fgetln() (bad for portability) o kill salloc.c since it is the same as strup() o Replaced some #ifdef __OpenBSD__ with better tests o remaining problems: malloc return values are rarely checked, select misuse | |||
2001-05-02 | Sync with NetBSD. Notable changes: | Todd C. Miller | |
o Add libwrap support to supfilesrv, conditioned by #ifdef LIBWRAP (on by default). <bouyer@netbsd.org> o Renamed '-l' (the 'live' mode) to '-d' and '-l' is now used to enable logging of successfull connections. <bouyer@netbsd.org> o Don't botch varargs: the are not always an array of void * in the stack... Write a separate function to convert a list of function parameters to explain why execv failed. <christos@netbsd.org> o When in compress mode, don't overwrite the destination file directly, write a temp file and use rename when it is done. (From James Mathiesen <james@deshaw.com>) o Rename errno variable to error to avoid collision with errno.h and remove explicit extern of errno (we get it from errno.h) <mycroft@netbsd.org> o Cleanup unsigned char vs. char o Add -u flag, that prevents sup from attempting to restore a and m times on the received files. o Replace the provided read_line function with calls to the fparseln function in libutil. Maintain compatibility on machines without fparseln through the NEED_READ_LINE define. o Rename login() to suplogin() to avoid name collition in util.h o If rmdir() fails, chmod the path to have r/w/x perms and run "rm -rf" o avoid last.temp filename collision by using rel-suffix o When creating directories, make sure you remove previous non-directories before doing so, otherwise sup fails. o Add -q flag to supscan for quiet operation. | |||
2001-04-29 | Zero a buffer prior to passing it to readlink() as readlink() | Todd C. Miller | |
does not append a NUL itself. | |||
2001-04-29 | speling | Todd C. Miller | |
2001-04-29 | labels should precede actual code, not braces; from NetBSD | Todd C. Miller | |