Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | strlcpy, strlcat | Jun-ichiro itojun Hagino | |
2002-06-10 | Remove NO__P since __P has been removed. Found by hin@ -moj | Mats O Jansson | |
2002-06-10 | Minor cleanup | Hans Insulander | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-06-10 | -Wall cleanup | Hans Insulander | |
ok deraadt@ | |||
2002-06-10 | No newline with warnx(3). ok hin@ | Thomas Nordin | |
2002-06-10 | Switch to modern (post 4.xBSD) world, with changes lying in my tree for a | Miod Vallat | |
lot of time: - use getopt() - use err() and warn() - NBT_BAD instead of 126 - remove the vax-only parts since this is only build on i386. They can come back later whenever necessary. | |||
2002-06-10 | more sockaddr initializations. | Jun-ichiro itojun Hagino | |
2002-06-09 | When checking for valid login names, check length against MaxUserNameLen. | Todd C. Miller | |
Noticed by Brian Poole who supplied a different patch. | |||
2002-06-09 | Better fix for correct queue printing when things have been moved around. | Todd C. Miller | |
2002-06-09 | Don't print jobs in transit to a remote queue as being "active" | Todd C. Miller | |
2002-06-09 | some fixes. | Brad Smith | |
-- From: PR 2722. | |||
2002-06-09 | arlad -> afsd | Hans Insulander | |
2002-06-09 | Add DynRootDB.5 and afsd.conf.5 | Hans Insulander | |
2002-06-09 | optimize build time. based on PR 2715 | Jun-ichiro itojun Hagino | |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-06-09 | no \n for syslog(); ok deraadt | Peter Valchev | |
2002-06-09 | sort .Xr | Hans Insulander | |
2002-06-09 | Cleanup | Hans Insulander | |
2002-06-09 | Cleanup | Hans Insulander | |
2002-06-09 | Convert remaining K&R function headers to ANSI | Todd C. Miller | |
2002-06-09 | o Kill "garbage" global (unused) | Todd C. Miller | |
o Kill "rank" global (doesn't need to be global) o Make inform() static (local to displayq.c) o Pass in rank to inform() based on index within sorted mtime array o Simplify compar() | |||
2002-06-09 | A little more cleanup | Hans Insulander | |
- start a sentance with a capital letter - small grammar fixes - typos | |||
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | use strchr() instead of index(), strrchr() instead of rindex() | Theo de Raadt | |
2002-06-09 | strchr() instead of index() | Theo de Raadt | |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel | |
noticed by aaron@, recommended by deraadt@ | |||
2002-06-09 | More syslog \n whack. ok theo | Kjell Wooding | |
2002-06-09 | Whack \n in syslog. more to come. ok deraadt. | Kjell Wooding | |
2002-06-09 | do not use \n in syslog() | Theo de Raadt | |
2002-06-09 | various cleanups; ok hin | Theo de Raadt | |
2002-06-08 | Take advantage of sysctls for stats --- not in use, as we need the | Angelos D. Keromytis | |
mountlist and the ttylist. To come. | |||
2002-06-08 | o Replace some hard-coded octal constants w/ S_I* | Todd C. Miller | |
o Remove some unneeded casts to char * when calling free() | |||
2002-06-08 | RFCs, not RFC's; Adrian Knoth | Todd C. Miller | |
2002-06-08 | comment out paragraph that does not fit to openbsd-current | Jun-ichiro itojun Hagino | |
2002-06-08 | use the dirfd macro instead of reaching into the DIR and pulling out dd_fd | Todd C. Miller | |
2002-06-08 | make this actually compile | Todd C. Miller | |
2002-06-08 | do not use deprecated ioctls | Jun-ichiro itojun Hagino | |
2002-06-08 | Force lpd socket to be mode 0660, group daemon | Todd C. Miller | |
2002-06-08 | comment and error message cleanup, from Brian Poole <raj@cerias.purdue.edu> | Bob Beck | |
2002-06-08 | Remove some debugging code | Todd C. Miller | |
2002-06-08 | Remove setuid root from lp*. lpr needs to be setuid daemon so the | Todd C. Miller | |
files it creates are not owned by the user spooling them but the others (lpc, lpq, lprm) can get away with setgid daemon. lpd runs as user daemon for most things, only changing its uid to 0 for things that must be done as root. For the time being, don't require connections to come from a reserved port since lpq/lpr/lprm can't acquire that w/o setuid root. In the near future we will have a mechanism for select non-root processes to grab reserved ports. The upshot of this is that spool directories must be writable by group daemon and the files within the spool dirs must be owned by daemon. | |||
2002-06-07 | Engage brain before commiting... | Hans Insulander | |
- remove false dependency when creating symlinks into source tree - add -f flag to ln to force recreation of the symlinks if the target would somehow be triggered ok maja@ | |||
2002-06-07 | - set_progname() no longer used in header-generating program. | Hans Insulander | |
- remove my testing cruft accidentally commited - Add some files to CLEANFILES that were not properly cleaned. | |||
2002-06-07 | Add an explicit dependency for two symlinked files, to make maja@'s | Hans Insulander | |
problems go away. | |||
2002-06-07 | no more set_progname | Hans Insulander | |
2002-06-07 | shit. need this. my bad, my pfctl wasn't up to date. | Bob Beck | |
2002-06-07 | avoid fd_set overrun. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-07 | repair and flesh out a little | Hans Insulander | |