summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-26add tests for whitespace surrounding propertiesJasper Lievisse Adriaanse
2015-10-26Don't reject properties with no whitespace after the colon; it's perfectlyJasper Lievisse Adriaanse
2015-10-26Put repquota in line with other utilities: you either wants list everyting,Vadim Zhukov
2015-10-26tweak previous;Jason McIntyre
2015-10-26no more TMPDIR;Jason McIntyre
2015-10-26Add ppoll() to "stdio"Theo de Raadt
2015-10-26Use axf's hashsize as a block size in the authenticated encryption routine.Mike Belopuhov
2015-10-26Some extra logging of where keys are actually going.Nicholas Marriott
2015-10-26Rather than setpassent(1) for the lifetime of the program, use two smallerTheo de Raadt
2015-10-26Fix makemap(8) for values containing a '#'.Sunil Nimmagadda
2015-10-26Give dhclient(8) the ability to use option 119, a.k.a. "DomainKenneth R Westerback
2015-10-26Remove the #define Strfoo() s_strfoo() redirection and move everythingChristian Weisgerber
2015-10-26Clean up cruft made visible by the NLS unifdefing:Christian Weisgerber
2015-10-26Remove TMPDIR support, it is not really useful in crontab.Todd C. Miller
2015-10-26Use rt_ifidx rather than rt_ifp.Martin Pieuchot
2015-10-26Put off some "notyet" dust from login.c.Vadim Zhukov
2015-10-26Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.Todd C. Miller
2015-10-26Add GPT editing. Based on GSOC 2014 work by Markus Muller.Kenneth R Westerback
2015-10-26don't keep the passwd database open; callers do not expect that they willTed Unangst
2015-10-26unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)Christian Weisgerber
2015-10-26(char *)0 -> NULLmmcc
2015-10-26Flesh out GPT info and tweak other verbiage to be less MBR specific.Kenneth R Westerback
2015-10-26Remove some useless defines and the set_cron_uid() function.Todd C. Miller
2015-10-26Let SLIST_REMOVE invalidate the pointer in more cases.Alexander Bluhm
2015-10-26Rename err() to error() to prevent confusion with the stdlib function.mmcc
2015-10-26remove the silly username cache here and use libc user_from_uid.Ted Unangst
2015-10-26remove TMPDIR supportTheo de Raadt
2015-10-26syncTheo de Raadt
2015-10-26rip6query goes to the attic. Hopefully route6d (rip6d?) will get someTheo de Raadt
2015-10-26remove TMPDIR support. ok millertTed Unangst
2015-10-26print uptime too. ok deraadtTed Unangst
2015-10-26one second amnesty for timeouts so we don't spin with short timeoutsTed Unangst
2015-10-26set listening sockets to nonblocking, then handle as many incoming requestsTed Unangst
2015-10-26dns check needs to be done on the kernel address after copyinTed Unangst
2015-10-26Allow NET_RT_IFLIST in pledge "dns" as wellTheo de Raadt
2015-10-26Kernel got fixed we no longer need to check if rtm_pid is 0 to filter outClaudio Jeker
2015-10-26If the system call is entirely unpermitted, code will be 0, and there isTheo de Raadt
2015-10-26add setreuid/setregid to "id"Theo de Raadt
2015-10-26stop saving a pidfile; ok jung zhukTheo de Raadt
2015-10-26fix PATH_INFO for / requestsJoerg Jung
2015-10-26Nothing in base uses native language support anymore. Remove NLSAlexander Bluhm
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26last consumer in base of pidfile()...Theo de Raadt
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26Stop writing a pidfileTheo de Raadt
2015-10-26stop using pidfile()Theo de Raadt
2015-10-26remove unneeded pidfile() from smtpdJoerg Jung
2015-10-26Sync "ifconfig create" interface list with ifconfig -C output.Jonathan Gray
2015-10-26avoid a potential double freeJonathan Gray