summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-06-05modern syntaxMarc Espie
2010-06-05roughly halfway through dependencies check (really need to handleMarc Espie
2010-06-05Minimize changes against the ber.c in snmpd and ypldap. This also fixes anMartin Hedenfal
2010-06-05usage line and error out if pkg foo.Marc Espie
2010-06-05use lock_db(unshared), since we may tweak thingsMarc Espie
2010-06-05new command pkg_fsck, very incomplete for now. Runs only very basic checks.Marc Espie
2010-06-05add working cartwheelMarc Espie
2010-06-05be more specific as to what we keep. Less flicker in workingMarc Espie
2010-06-05interface tweaks:Marc Espie
2010-06-05move use to common partMarc Espie
2010-06-05have subst return a handle to written fileMarc Espie
2010-06-05Move ask_list() method to $state object like it's done for confirm(), soLandry Breuil
2010-06-05+diffMarc Espie
2010-06-05document front-end changesMarc Espie
2010-06-04centralize checking of packagenames. Avoid grabbing pkgnames that won'tMarc Espie
2010-06-04add ->spec to Conflict and use the same check as for depend during pkg_create.Marc Espie
2010-06-04Install the cert as well as the keys and make certs worldJonathan Gray
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-06-04Use correct imsg type in error reply.Jacek Masiulaniec
2010-06-04It is actually possible to dump IPv6 tables with "dump table" and notClaudio Jeker
2010-06-03Instead of doing a poor mans offsetof() implementation change the codeClaudio Jeker
2010-06-03enable ldapd and ldapctl in the buildMartin Hedenfal
2010-06-03Fix compilation on gcc2. Check a return value from malloc while at it.Martin Hedenfal
2010-06-03Open database files before chrooting, and use an absolute path toMartin Hedenfal
2010-06-03Import iked, a new implementation of the IKEv2 protocol.Reyk Floeter
2010-06-03Import iked, a new implementation of the IKEv2 protocol.Reyk Floeter
2010-06-03Don't hardcode /bin/ksh in the example, but use "loginShell" instead.Antoine Jacoutot
2010-06-03The is no md5 authentication in OSPFv3. Remove some leftovers fromAlexander Bluhm
2010-06-02fix potential use of uninitialized value, and remove unused variables.Charles Longeau
2010-06-02check event_dispatch() return valueCharles Longeau
2010-06-02MPLSCTL_ENABLE is gone, no need to check for it. There is also no realClaudio Jeker
2010-06-02fix rcs prefixTheo de Raadt
2010-06-02Start reworking the LDE. Implement a FEC RB tree that can be used for theClaudio Jeker
2010-06-02remove c++ commentsMartin Hedenfal
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-06-01close FILE `f' when we leave function fprio_readin(), so it wont get lostzinovik
2010-06-01namespace_new() leaks `ns' on error path.Martin Hedenfal
2010-06-01With IPv6 OSPF a single LSA can get larger than the MTU. As aAlexander Bluhm
2010-06-01Schedule newly arrived mail immediately, ie. place it at the beginningJacek Masiulaniec
2010-06-01Include birth time in smtpctl show queue raw.Jacek Masiulaniec
2010-06-01Add NULL pointer check after calloc.Alexander Bluhm
2010-06-01It's lasttry + 1 because I initially thought passing identical birthJacek Masiulaniec
2010-06-01Fix error message.Alexander Bluhm
2010-06-01Better errors.Jacek Masiulaniec
2010-06-01Don't interpret garbage on stack; problem seemingly exposed by myJacek Masiulaniec
2010-06-01Fix one case of not sending smtp session id on error.Jacek Masiulaniec
2010-05-31oopsJacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-31imsg_compose_event() return value was never checked. Make it fatal() if needed.Charles Longeau