Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | s4-build: fixed some formatting | Andrew Tridgell | 3 | -5/+6 |
2010-10-21 | build: subunit and popt need to be marked as private libraries | Andrew Tridgell | 2 | -4/+5 |
2010-10-21 | replace: make libreplace a private library | Andrew Tridgell | 1 | -0/+1 |
2010-10-21 | wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs | Andrew Tridgell | 3 | -12/+15 |
2010-10-21 | s4:lib/util/charset/iconv.c - remove a distinction which can never happen | Matthias Dieter Wallnöfer | 1 | -4/+1 |
2010-10-20 | pytalloc: use talloc_unlink() to free py_talloc objects | Kamen Mazdrashki | 1 | -1/+3 |
2010-10-20 | talloc: make header C++ safe | Simo Sorce | 1 | -0/+8 |
2010-10-20 | s3: Don't use talloc_autofree_context in map_file | Volker Lendecke | 1 | -1/+1 |
2010-10-20 | uid_wrapper: The gid wrapper does not require a destructor | Volker Lendecke | 1 | -2/+2 |
2010-10-20 | asn1_tests.c: Make test data static const | Kamen Mazdrashki | 1 | -6/+6 |
2010-10-20 | lib/util/asn1.c: comment spelling | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-19 | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 3 | -1/+7 |
2010-10-17 | tdb: Bump version to 1.2.7 after addition of pytdb.__version__. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ... | Matthias Dieter Wallnöfer | 3 | -0/+148 |
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb... | Matthias Dieter Wallnöfer | 3 | -150/+0 |
2010-10-17 | s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif" call | Matthias Dieter Wallnöfer | 1 | -17/+0 |
2010-10-17 | s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used there | Matthias Dieter Wallnöfer | 1 | -5/+0 |
2010-10-13 | s4-torture: fixed uninitialised variable error | Andrew Tridgell | 1 | -1/+1 |
2010-10-12 | lib/debug Add DEBUGC and DEBUGADDC as dummies | Andrew Bartlett | 1 | -0/+4 |
2010-10-11 | torture: Add debug on what we are removing | Matthieu Patou | 1 | -0/+1 |
2010-10-11 | lib/torture: Add function to clean up the output directory | Andrew Bartlett | 2 | -1/+66 |
2010-10-11 | util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720). | Jelmer Vernooij | 1 | -0/+1 |
2010-10-11 | libcli-auth: Remove unnecessary dependency on libsamba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | util: Link headers to correct subsystem, fix formatting. | Jelmer Vernooij | 1 | -12/+12 |
2010-10-10 | socket_wrapper: Make it work on freebsd for udp packets | Stefan Metzmacher | 1 | -1/+11 |
2010-10-09 | talloc: Fix #include line in manpage. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-08 | pytalloc: Fix warning that we are subtracting void* pointers | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-08 | tevent: Do not use talloc_autofree_context | Volker Lendecke | 2 | -4/+3 |
2010-10-08 | Move talloc_enable_null_tracking() to the s3 daemons | Volker Lendecke | 1 | -7/+0 |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 2 | -4/+8 |
2010-10-06 | tevent: Only call handlers that ask for events | Volker Lendecke | 1 | -1/+1 |
2010-10-06 | idtree: fix right shift of signed ints, crash on large ids on AIX | Rusty Russell | 1 | -1/+1 |
2010-10-04 | lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t... | Stefan Metzmacher | 1 | -1/+13 |
2010-10-04 | tsocket: make sure we delete the fd event before calling close() | Stefan Metzmacher | 1 | -0/+1 |
2010-10-04 | tdb: Only use system pytdb when using system tdb. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-04 | tdb: Support using system pytdb. | Jelmer Vernooij | 1 | -8/+9 |
2010-10-04 | pytdb: Add __version__ attribute. | Jelmer Vernooij | 3 | -1/+10 |
2010-10-02 | pytdb: Include Python.h first to prevent warning. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-02 | pytdb: Check errors after PyObject_New() calls | Kirill Smelkov | 1 | -0/+7 |
2010-10-02 | pytdb: Add support for tdb_repack() | Kirill Smelkov | 2 | -0/+15 |
2010-10-02 | pytdb: Add TDB_INCOMPATIBLE_HASH open flag | Kirill Smelkov | 1 | -0/+1 |
2010-10-02 | s3: Fix a 64-bit BUG | Volker Lendecke | 1 | -1/+1 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 4 | -2/+242 |
2010-09-30 | subunit: Import new upstream snapshot (adds subunit_progress()) | Jelmer Vernooij | 4 | -0/+80 |
2010-09-30 | testtools: Import new upstream snapshot. | Jelmer Vernooij | 5 | -3/+49 |
2010-09-29 | util: added BINARY_ARRAY_SEARCH_V() | Andrew Tridgell | 1 | -0/+16 |
2010-09-28 | ldb/tevent: Fix detection of waf paths. | Jelmer Vernooij | 2 | -2/+11 |
2010-09-28 | tevent: Remove make targets that are not relevant for tevent. | Jelmer Vernooij | 1 | -8/+0 |
2010-09-28 | tevent: Don't update Makefile/configure files. | Jelmer Vernooij | 2 | -2/+12 |
2010-09-28 | tsocket: make sure we delete the fd event before calling close() | Stefan Metzmacher | 1 | -0/+1 |