Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-17 | format string fix. From: Gregory Steuck <greg@nest.cx> | Jun-ichiro itojun Hagino | |
2002-06-17 | note our setuid rule clearer | Theo de Raadt | |
2002-06-17 | since we do not even have this functionality, this does not need gid kmem | Theo de Raadt | |
2002-06-17 | Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code | brian | |
path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server. | |||
2002-06-16 | Remove nat.conf(5) reference. | Miod Vallat | |
2002-06-16 | When processing the KERN_VNODE sysctl, the kernel builds a packed structure, | Miod Vallat | |
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@ | |||
2002-06-15 | Cast a format param | brian | |
2002-06-15 | Tidy up end of line whitespace | brian | |
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino | |
2002-06-15 | Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, | brian | |
MS-MPPE-Recv-Key and MS-MPPE-Send-Key RADIUS attributes, making MPPE work properly with RADIUS & MSCHAPv2. Do something with the Filter-Id RADIUS attribute. Handle MS-CHAP-Error and MS-CHAP2-Success correctly rather than bogusly including the Ident field in the text passed back to the client. Bump the max FSM option length to 52 (was 20) Add some missing includes. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-14 | Get cpu type through sysctl. no more need for kvm. | Artur Grabowski | |
miod says it still needs to be setgid kmem and I don't have time to check the archives for the reason. | |||
2002-06-14 | this group operator stuff is completely wrong | Theo de Raadt | |
2002-06-13 | Fixed some lpd bugs while on the plane from Calgary: | Todd C. Miller | |
o mark fatal() as __dead o add SIGINT to the signal mask when installing abort() as a handler. We can end up in abortpr() due to several different signals and since abortpr() kill()s itself with SIGINT we need to explicately protect against the current process receiving SIGINT while in abortpr() o Don't leak the lock fd to children spawned by lpd o Close the lock file (and thus unlocke immediately in abortpr(). Otherwise, if there is an output filter the lock file only gets closed after we finish waiting for the output filter to die. This causes a race condition in lprm such that the per-printer daemon does not get restarted when lprm kills the active job (noticed during c2k2 with the mp3 printer spool ;-) o Open the printcap file with privs raised just in case it is not world-readable. | |||
2002-06-12 | fix a typo that could create a fd leak | Vincent Labrecque | |
ok beck@ | |||
2002-06-12 | err(3) newline cleanup in AFS parts; ok hin@ | Jason Peel | |
2002-06-11 | lprm needs to be setuid daemon after all | Todd C. Miller | |
2002-06-11 | Update man page to reality, grammar, and style fixes. from ckuethe@ualberta.ca | Kjell Wooding | |
ok beck@ | |||
2002-06-11 | -Wall cleanup | Hans Insulander | |
ok millert@, miod@ | |||
2002-06-11 | For IPCOMP print CPI instead of SPI. Style. | Hakan Olsson | |
2002-06-11 | Don't assume 32bit SPI/CPI numbers. | Hakan Olsson | |
2002-06-11 | fix breakage from the stupid way theo and I commited that last big pile of | Bob Beck | |
changes. | |||
2002-06-11 | Decode IPCOMP transform IDs. | Hakan Olsson | |
2002-06-11 | New libkafs requires everything to link with krb5. | Hans Insulander | |
2002-06-11 | make this link on ELF arch systems. | Brad Smith | |
-- Ok'd by: hin@ | |||
2002-06-11 | Remove \n from warn(3). ok deraadt@ | Thomas Nordin | |
2002-06-11 | Remove \n from warnx(3). ok deraadt@ | Thomas Nordin | |
2002-06-11 | use snprintf. | Jun-ichiro itojun Hagino | |
2002-06-11 | I broke this. Remove separate (optional) nat calls | Kjell Wooding | |
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 | |