Age | Commit message (Expand) | Author |
2010-07-04 | - zap trailing whitespace | Jason McIntyre |
2010-07-04 | reindent, turn function mkheader into method. | Marc Espie |
2010-07-04 | remove direct prints, pass thru state. | Marc Espie |
2010-07-04 | best if I don't forget half of the commit... | Marc Espie |
2010-07-04 | initial documentation for pkg.conf, after nits from jmc@, and straightening | Marc Espie |
2010-07-04 | two config options | Marc Espie |
2010-07-04 | Remove the non-standard, commented out, -c option. | Todd C. Miller |
2010-07-03 | string comparison (noticed by landry) | Marc Espie |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | we can't checksum directories either, so give a better error message | Marc Espie |
2010-07-02 | add $OpenBSD$ and remove trailing space. no functional change. | YASUOKA Masahiko |
2010-07-02 | fix mistakes that have been created by my porting to OpenBSD. | YASUOKA Masahiko |
2010-07-02 | parse pkg.conf and use it for default_path if PKG_PATH is not defined. | Marc Espie |
2010-07-02 | move the empty url message up to PackageRepository, so that we can print | Marc Espie |
2010-07-02 | use state to print error messages | Marc Espie |
2010-07-02 | use state to print out all error messages | Marc Espie |
2010-07-02 | fix params so that state is state and not PackageLocator... | Marc Espie |
2010-07-02 | pass (and save) state around in Repository-related stuff. | Marc Espie |
2010-07-02 | Dump parsed schema to buffer and send in requests for the cn=schema | Martin Hedenfal |
2010-07-02 | Don't validate modification of immutable attributes if the namespace is | Martin Hedenfal |
2010-07-02 | Disallow deleting non-leaf nodes. | Martin Hedenfal |
2010-07-02 | Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like | Martin Hedenfal |
2010-07-02 | Plug a memory leak where each update leaked one page. | Martin Hedenfal |
2010-07-02 | Fix memory leaks in schema parser. | Martin Hedenfal |
2010-07-01 | don't need to setup the resolver early now that dns lookups are done | Eric Faurot |
2010-07-01 | Fix memory leak by adding a missing free(lsa). | Alexander Bluhm |
2010-07-01 | Implement the LDAP compare operation. | Martin Hedenfal |
2010-07-01 | Fix all white space bugs in ospf6d at once. No binary change. | Alexander Bluhm |
2010-07-01 | remove the try/catch in debug mode, so that we get the errors directly... | Marc Espie |
2010-07-01 | The prefixes of interface addresses of an ospf link have to be | Alexander Bluhm |
2010-07-01 | Parse (and ignore) schema extensions with an X- prefix. Bail on unknown keywo... | Martin Hedenfal |
2010-07-01 | Give a more descriptive error message when an object class definition | Martin Hedenfal |
2010-07-01 | Free the list of object classes allocated after validating an entry. | Martin Hedenfal |
2010-07-01 | reset number of revisions after compaction | Martin Hedenfal |
2010-07-01 | Copy statistics to the compacted database so it isn't lost. | Martin Hedenfal |
2010-07-01 | If the length of an element being read is larger than what is available in | Martin Hedenfal |
2010-07-01 | add man page of npppdctl. | YASUOKA Masahiko |
2010-07-01 | Fix two possible null pointer assignments in the error path. | Martin Hedenfal |
2010-07-01 | Fix a null pointer dereference when writing an entry requiring a single | Martin Hedenfal |
2010-07-01 | Translate Japanese comments or labels into English. Translation was | YASUOKA Masahiko |
2010-07-01 | Remove a BUGS section that isn't correct anymore. -moj | Mats O Jansson |
2010-07-01 | Remove dead assignments. Found by clang static analyzer. | Martin Hedenfal |
2010-07-01 | Add checks that we're not adding immutable attributes, just as we're | Martin Hedenfal |
2010-06-30 | Set a default btree cache size. | Martin Hedenfal |
2010-06-30 | Make it possible to store multiple LSP to a FEC. This is another step to | Claudio Jeker |
2010-06-30 | Don't prune page cache directly when adding to it. Fixes a crash with a | Martin Hedenfal |
2010-06-30 | Don't compact and reindex referral namespaces. | Martin Hedenfal |
2010-06-30 | Change the example for the 'include' keyword as schema files are no longer | Martin Hedenfal |
2010-06-30 | remove trailing spaces | Martin Hedenfal |
2010-06-30 | Validate that an entry can't belong to an abstract object class directly, | Martin Hedenfal |