NetBSD/libexec
lukem 397e2cfc53 * change ftpd_popen() to take char *argv[] instead of char *cmd.
the string tokenisation must be performed by the caller (which is
  generally easy because it's almost always a static command).
* change do_conversion() to return a char *argv[] instead of char *cmd.
  tokenisation of the command is done internally.
* change retrieve() to take char *argv[] instead of char *cmd.
  (to take advantage of the above changes).  fixes [bin/8173]
* use fparseln() instead of fgetln()
* store conversions in listed order (rather than reverse order)
* use stringlists instead of handrolling code to manage an argv.
1999-12-07 05:30:53 +00:00
..
atrun Spell "privilege" correctly (correct spelling from Jonathan Stone). 1999-08-16 02:59:22 +00:00
comsat More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
cron
fingerd Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:08:43 +00:00
ftpd * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00
getNAME Don't pass so many args to .Nd macro. It just overflows. 1999-11-19 01:12:39 +00:00
getty More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
identd Do not xref non-existant man pages. 1999-05-19 13:35:54 +00:00
ld.aout_so Use <link_aout.h> instead of <link.h> 1999-11-29 08:27:07 +00:00
ld.elf_so More CL* fallout. 1999-12-05 18:36:25 +00:00
lfs_cleanerd If the child cleaner dies repeatedly without doing anything, give up. Uses 1999-11-09 20:33:37 +00:00
mail.local bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:57:23 +00:00
makekey The key is expected to be eight bytes (not ten bytes). 1998-11-15 20:31:37 +00:00
makewhatis Set file modes of whatis.db database file to 444 like the old script did. 1999-09-25 21:40:58 +00:00
rexecd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rlogind More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rmail More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rpc.rquotad No need for <varargs.h> here. 1999-11-29 10:59:02 +00:00
rpc.rstatd the PMAP_NEW option is gone as the new interface is no longer optional. 1999-09-12 01:19:23 +00:00
rpc.rusersd use syslog instead of fprintf, otherwise no-one will see the error 1999-07-06 14:36:10 +00:00
rpc.rwalld More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rpc.sprayd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rshd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
talkd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
telnetd Kerberos5 ticket forwarding works. 1999-09-17 19:00:32 +00:00
tftpd add line break. 1999-07-12 20:25:35 +00:00
uucpd Fix PR8428: no longer truncate login name to 8 characters, since 1999-09-24 17:59:27 +00:00
Makefile added reference to bsd.crypto.mk to Makefile. whoops. 1999-08-09 22:46:16 +00:00
Makefile.inc