summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-06-17format string fix. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-17note our setuid rule clearerTheo de Raadt
2002-06-17since we do not even have this functionality, this does not need gid kmemTheo de Raadt
2002-06-17Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian
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-16Remove nat.conf(5) reference.Miod Vallat
2002-06-16When 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-15Cast a format parambrian
2002-06-15Tidy up end of line whitespacebrian
2002-06-15remove redundant arg to syslog() netbsd-current via kameJun-ichiro itojun Hagino
2002-06-15Understand 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-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14Get 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-14this group operator stuff is completely wrongTheo de Raadt
2002-06-13Fixed 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-12fix a typo that could create a fd leakVincent Labrecque
ok beck@
2002-06-12err(3) newline cleanup in AFS parts; ok hin@Jason Peel
2002-06-11lprm needs to be setuid daemon after allTodd C. Miller
2002-06-11Update man page to reality, grammar, and style fixes. from ckuethe@ualberta.caKjell Wooding
ok beck@
2002-06-11-Wall cleanupHans Insulander
ok millert@, miod@
2002-06-11For IPCOMP print CPI instead of SPI. Style.Hakan Olsson
2002-06-11Don't assume 32bit SPI/CPI numbers.Hakan Olsson
2002-06-11fix breakage from the stupid way theo and I commited that last big pile ofBob Beck
changes.
2002-06-11Decode IPCOMP transform IDs.Hakan Olsson
2002-06-11New libkafs requires everything to link with krb5.Hans Insulander
2002-06-11make this link on ELF arch systems.Brad Smith
-- Ok'd by: hin@
2002-06-11Remove \n from warn(3). ok deraadt@Thomas Nordin
2002-06-11Remove \n from warnx(3). ok deraadt@Thomas Nordin
2002-06-11use snprintf.Jun-ichiro itojun Hagino
2002-06-11I broke this. Remove separate (optional) nat callsKjell Wooding
2002-06-10strlcpy, strlcatJun-ichiro itojun Hagino
2002-06-10Remove NO__P since __P has been removed. Found by hin@ -mojMats O Jansson
2002-06-10Minor cleanupHans Insulander
2002-06-10Kill __FUNCTION__.Marc Espie
ok itojun@
2002-06-10-Wall cleanupHans Insulander
ok deraadt@
2002-06-10No newline with warnx(3). ok hin@Thomas Nordin
2002-06-10Switch to modern (post 4.xBSD) world, with changes lying in my tree for aMiod 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-10more sockaddr initializations.Jun-ichiro itojun Hagino
2002-06-09When checking for valid login names, check length against MaxUserNameLen.Todd C. Miller
Noticed by Brian Poole who supplied a different patch.
2002-06-09Better fix for correct queue printing when things have been moved around.Todd C. Miller
2002-06-09Don't print jobs in transit to a remote queue as being "active"Todd C. Miller
2002-06-09some fixes.Brad Smith
-- From: PR 2722.
2002-06-09arlad -> afsdHans Insulander
2002-06-09Add DynRootDB.5 and afsd.conf.5Hans Insulander
2002-06-09optimize build time. based on PR 2715Jun-ichiro itojun Hagino
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-09no \n for syslog(); ok deraadtPeter Valchev
2002-06-09sort .XrHans Insulander
2002-06-09CleanupHans Insulander
2002-06-09CleanupHans Insulander
2002-06-09Convert remaining K&R function headers to ANSITodd C. Miller