summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
2012-03-20New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses andJoel Knight
2012-03-19when a mailer daemon loop is detected, do not insert new bounce in ramqueueGilles Chehade
2012-03-19Use $() instead of backticks.Antoine Jacoutot
2012-03-17llu -> PRIu64 in enqueue() to avoid warning in portableGilles Chehade
2012-03-16don't leak ypldap_addr structures when doing dns lookupsJonathan Matthew
2012-03-15stupid cvs (dir has 'core' in the name...)Stuart Henderson
2012-03-15resolve conflictsStuart Henderson
2012-03-15use the correct dir for php in the default configRobert Nagy
2012-03-15Add sys/queue.h. ok dlgNicholas Marriott
2012-03-15Accept empty/nonexistant ldap attributes when we want a list. This allowsJonathan Matthew
2012-03-15don't leak ue_netid_line when freeing the old user treeJonathan Matthew
2012-03-13When moving back envelope from offload tree to msg tree ... remove theGilles Chehade
2012-03-10ldap doesnt necessarily do referential checks on the users in aDavid Gwynne
2012-03-09set onrdomain and prio when creating pf rules, found by Gabriel Linder.Sebastian Benoit
2012-03-09Userspace counterpart of new vmmap.Ariane van der Steldt
2012-03-08-pedantic wasnt supposed to be commited.David Gwynne
2012-03-07- remove some map_find() calls that are no longer needed, they are followedGilles Chehade
2012-03-07- db.h not needed here, already removed by chl@ but I fscked up previousGilles Chehade
2012-03-07various reliability fixes:Gilles Chehade
2012-03-07dont mix code and declarations.David Gwynne
2012-03-06update to 1.0.13Robert Nagy
2012-03-06catch up with "on rdomain" changes; ok claudioMike Belopuhov
2012-03-06Implement a better way to detect the encoding of the MP_REACH_NLRI attr.Claudio Jeker
2012-03-06clean up some newly created lies now that tftpd doesnt run out of inetd.David Gwynne
2012-03-05swap out libexec/tftpd for usr.sbin/tftpdDavid Gwynne
2012-03-04tweak the description of -r further;Jason McIntyre
2012-03-04document what tftpd expects when talking to the rewrite socket.David Gwynne
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-03-02tweaks;Jason McIntyre
2012-03-02resolve conflictsStuart Henderson
2012-03-02import nsd 3.2.10, "cool" jakob@, also looked over by BradStuart Henderson
2012-03-02CFLAGS+= -Wall -Werror and the resulting cleanupDavid Gwynne
2012-03-02a persistent event driven tftp daemon.David Gwynne
2012-02-27Use correct Counter32 type for following MIBs. They only return dummy dataStuart Henderson
2012-02-26various cleanup; robert will pass the diff upstreamJason McIntyre
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-23Bring in PF-MIB to snmpd.Joel Knight
2012-02-22create the tmp dirs nginx needs for doing proxying inside the chrootRobert Nagy
2012-02-19Fix a classical bug (= vs ==). OK stsp@ miod@Claudio Jeker
2012-02-19enable nginxRobert Nagy
2012-02-19add a distribution target to install configuration filesRobert Nagy
2012-02-18remove accidentally overwritten change which makes sure to use the bundledRobert Nagy
2012-02-18remove the install target from here since the BSD makefile wrapperRobert Nagy
2012-02-18update pcre to 8.30 to be in sync with portsRobert Nagy
2012-02-18update to 1.0.12Robert Nagy
2012-02-17Remove the backup chunk from the man page. People should use backupAntoine Jacoutot
2012-02-15add -A to usage();Jason McIntyre
2012-02-13warn when @option no-default-conflict and not explicit @conflict.Marc Espie
2012-02-10bail on AS translation in impossible condition; ok sthenTheo de Raadt