summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2005-05-10in _rtld_is_exported(), use a function pointer type instead of Elf_Addrchs
2005-05-07PR/30170: Markus W Kilbinger: src/libexec/comsat complains about: '/' inchristos
2005-05-05use _PATH_DEV instead of "/dev/"lukem
2005-05-03remove bogus frees on uninitialized variable.christos
2005-04-24not supporting %c is confusing and it only uses up a few bytes.christos
2005-04-23Provide a resize_lfs(8), including kernel and cleaner support. The currentperseant
2005-04-19check pwd != NULLchristos
2005-04-10s/getpwnam/sgetpwnam/ Found by John Nemeth.christos
2005-04-04Fix a typo; some minor nits and tweaks; add a CAVEATS section whichpeter
2005-04-04Sync usage with man page.wiz
2005-04-04Some cleanups, use more markup.wiz
2005-04-03Add forward/proxy support to identd(8).peter
2005-04-03Make it parse old man pages, new mdoc pages, broken pages, and pages wherechristos
2005-04-03remove debugging printfs.christos
2005-04-03Cat pages end up looking like "page -- description", so substitute "--" forchristos
2005-03-30Add missing flags to usage()xtraeme
2005-03-30- use getpwnam_rchristos
2005-03-30- KNF fixes from John Nemethchristos
2005-03-27KNF, WARNS == 3. Reported by John Nemethchristos
2005-03-17Handle printing ptyfs pty nameschristos
2005-03-17print ptyfs ptys properly.christos
2005-03-13Handle the regular case too, not only the error case.christos
2005-03-12- Don't call pam functions after pam_end().christos
2005-03-11Remove unnecessary cast.ginsbach
2005-03-11Some minor cleanup:peter
2005-03-09Sort options.wiz
2005-03-09Bump date for previous, and some minor cleanup while here.wiz
2005-03-09 * Add ssh(1), sshd(8) and hosts_access(5) to SEE ALSO list.hubertf
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2005-03-08Avoid source routing ip options. Described in:christos
2005-03-04Add -lcrypt to link lines for applications using -lkrb5, so that theyhe
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-03-03* Add hidesymlinks configuration optionginsbach
2005-02-27Add a few lines of code to print the output from the remotely executed program.christos
2005-02-26Update and be more descriptive about one of the machine specific #ifdefsskrll
2005-02-26Various minor LFS improvements:perseant
2005-02-23Add an example program that tests rexecd... I really don't want to encouragechristos
2005-02-23PAMify: From John Nemeth with fixes from me.christos
2005-02-20Add pam glue.christos
2005-02-20Add missing goto badlogin; noticed by: Hisashi T Fujinakachristos
2005-02-20PAMify.christos
2005-02-20Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined,christos
2005-02-06Make this compile after the de-__Ping round.agc
2005-02-06de-__P, ANSIfy function declarations, remove obsolete "register" declarations.perry
2005-02-06de-__P, ANSIfy function declarations, remove obsolete "register" declarations.perry
2005-01-11Quote symbol names in a debug message (to make it easier to spot an emptymartin
2005-01-11Backout -DDEBUG that I accidently commited with the last changemartin
2005-01-10Fix thinko with last commit.ginsbach
2005-01-10Only #define HAVE_IPV6 if ${USE_INET6} != "no".lukem
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem