summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-07-10Retry requests when the btree is busy. Without this, clients will just hangMartin Hedenfal
2010-07-09ospfd is a AF_INET only routing daemon so limit the routing socket to thatClaudio Jeker
2010-07-09fix pkg_mklocatedbMarc Espie
2010-07-09Do not try to originate an intra-area-prefix-lsa if an interfaceAlexander Bluhm
2010-07-09inetname is only called when !nflag. There is no need to again check forDavid Hill
2010-07-09use macro defines for magical numbers, instead hardcoded valueszinovik
2010-07-08Let traceroute parse extended ICMP messages as defined by RFC 4884.Claudio Jeker
2010-07-08use more natural English in messages; ok espie@Stuart Henderson
2010-07-08Update after kroute.c change. As a goody print the route priority.Claudio Jeker
2010-07-08Kill more code in kroute.c that is unneeded in ldpd. ldpd is a bit strangeClaudio Jeker
2010-07-08- Xr ldd; from jochen keil, netbsd pr 30043Jason McIntyre
2010-07-07Make ifstated cause a little less noise in /var/log/daemon.Stefan Sperling
2010-07-06Send empty statistics rather than segfault if "ldapctl stats" is run when aMartin Hedenfal
2010-07-06Plug another memory leak. Forgot to reset key returned from cursor, havingMartin Hedenfal
2010-07-06Clarify differences between the 'include' and 'schema' keyword. And stressMartin Hedenfal
2010-07-06When moving a node between pages during rebalance, find the source pageMartin Hedenfal
2010-07-06Update the interfaces changes from kroute to rde via imsg. ThisAlexander Bluhm
2010-07-06Use the static variable narea only where needed for config reload.Alexander Bluhm
2010-07-06Adapt code to adhere to the comment (now that doesn't happen very often!).Martin Hedenfal
2010-07-06fuss over wantntogo, especially when it's false (make sure we still get :okMarc Espie
2010-07-06Add a blank line between sections in the output log, it's more readable.Antoine Jacoutot
2010-07-06Check return code from commit. Incorrectly returned success when commitMartin Hedenfal
2010-07-05During network intra-area-prefix-lsa origination, the designatedAlexander Bluhm
2010-07-05convert last user of libcompat in base to modern regexes. ok deraadtTed Unangst
2010-07-05Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename".Robert Nagy
2010-07-05Unbreak writing updates to the btree while having a cursor open on theMartin Hedenfal
2010-07-05original `for' loop has bug `use after free'. At first iteration we arezinovik
2010-07-05Plug a memory leak when aborting transactions.Martin Hedenfal
2010-07-05Close cursor on delete. Fixes memory leak introduced by non-leaf deleteMartin Hedenfal
2010-07-05Automatically install missing users and groups.Antoine Jacoutot
2010-07-04- zap trailing whitespaceJason McIntyre
2010-07-04reindent, turn function mkheader into method.Marc Espie
2010-07-04remove direct prints, pass thru state.Marc Espie
2010-07-04best if I don't forget half of the commit...Marc Espie
2010-07-04initial documentation for pkg.conf, after nits from jmc@, and straighteningMarc Espie
2010-07-04two config optionsMarc Espie
2010-07-04Remove the non-standard, commented out, -c option.Todd C. Miller
2010-07-03string comparison (noticed by landry)Marc Espie
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-03we can't checksum directories either, so give a better error messageMarc Espie
2010-07-02add $OpenBSD$ and remove trailing space. no functional change.YASUOKA Masahiko
2010-07-02fix mistakes that have been created by my porting to OpenBSD.YASUOKA Masahiko
2010-07-02parse pkg.conf and use it for default_path if PKG_PATH is not defined.Marc Espie
2010-07-02move the empty url message up to PackageRepository, so that we can printMarc Espie
2010-07-02use state to print error messagesMarc Espie
2010-07-02use state to print out all error messagesMarc Espie
2010-07-02fix params so that state is state and not PackageLocator...Marc Espie
2010-07-02pass (and save) state around in Repository-related stuff.Marc Espie
2010-07-02Dump parsed schema to buffer and send in requests for the cn=schemaMartin Hedenfal
2010-07-02Don't validate modification of immutable attributes if the namespace isMartin Hedenfal