summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2001-05-29Call auth_checknologin() and auth_approval() as appropriate for BSDTodd C. Miller
2001-05-29use BSD authenticationTodd C. Miller
2001-05-29build login scripts for BSD authenticationTodd C. Miller
2001-05-29Check for error on open.Artur Grabowski
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-05-23Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomesDale Rahn
2001-05-16proper typing of two variablesTheo de Raadt
2001-05-15Niklas, there is no excuse for breaking this codeTheo de Raadt
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist
2001-05-12MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-12strlcpyTheo de Raadt
2001-05-11-1 -> MAP_FAILED.Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11mmap returns MAP_FAILED on error, not 0.Artur Grabowski
2001-05-11mmap returns MAP_FAILED when it fails, not -1Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-09typo; david@phobia.msTheo de Raadt
2001-05-05We must lower the process priority *after* the call to setusercontext()Todd C. Miller
2001-04-24compatility -> compatibility; mpech@prosoft.org.lvAaron Campbell
2001-04-19typo; david@phobia.msTheo de Raadt
2001-04-16close fd on error; deraadt@ ok.Federico G. Schwindt
2001-04-15Replace a bunch of conditional expressions with global pointers.Hugh Graham
2001-04-14Respect (absence of) "other" flag in all cases, and fix some whitespace.Hugh Graham
2001-04-13Add support for user specified tokens to identd. Based on a patchTodd C. Miller
2001-04-11Correct .Nm usage.Aaron Campbell
2001-04-03throw \v and \h alignments out.Marc Espie
2001-04-02Cleanup for 64bit support.Dale Rahn
2001-03-30Add infrastructure to allow mapping of text sections which are normallyDale Rahn
2001-03-28Don't make poll exit right away; if timeout is 0 use -1 for poll.Federico G. Schwindt
2001-03-18use GLOB_LIMITTheo de Raadt
2001-03-14ad-hoc code to deal with troff hyphenation in preformatted pages.Marc Espie
2001-03-14more bizarre constructs that occur in some man pages.Marc Espie
2001-03-14Allow makewhatis -p -t filename, without full path.Marc Espie
2001-03-09Block all signals in lostconn() and sigprocmask() since we are headedTodd C. Miller
2001-03-09do not strerror() a signoTheo de Raadt
2001-03-08doc size limitationsTheo de Raadt
2001-03-08KNF & block size fix from daeron@student.utwente.nlTheo de Raadt
2001-02-25oops, add missing arguments in some calls.Marc Espie
2001-02-16Now that powerpc is using UVM, this shared library hack is no longer necessary.Dale Rahn
2001-02-12er... ffs, not ufs; canacar@eee.metu.edu.trTheo de Raadt
2001-02-04Whoops, don't use strlcpy with utmp; millert@Paul Janzen
2001-02-04Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variablesTodd C. Miller
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initDale Rahn
2001-02-03Long usernames; also some simple strncpy->strlcpy.Paul Janzen
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-30sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@Brad Smith
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-25protosTheo de Raadt