Age | Commit message (Expand) | Author | Files | Lines |
2012-07-04 | ntdb: make --disable-ntdb work properly. | Rusty Russell | 1 | -6/+7 |
2012-06-28 | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 1 | -1/+6 |
2012-06-22 | util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c | Rusty Russell | 1 | -1/+1 |
2012-06-22 | util: util_ntdb.c | Rusty Russell | 1 | -0/+7 |
2012-06-19 | lib/util_tdb: depend directly on tdb, not tdb_compat. | Rusty Russell | 1 | -1/+1 |
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 1 | -9/+0 |
2012-05-14 | lib/util: add missing 'errors' dependency to 'tevent-util' | Stefan Metzmacher | 1 | -1/+1 |
2012-05-03 | UTIL_TDB: lowercase name. | Jelmer Vernooij | 1 | -2/+2 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 1 | -7/+0 |
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 1 | -13/+3 |
2011-10-28 | lib/util Add ABI to the samba-module library | Andrew Bartlett | 1 | -0/+2 |
2011-10-28 | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 1 | -3/+11 |
2011-10-13 | lib/util: Add back control of mmap and hash size in tdb for top level build | Andrew Bartlett | 1 | -1/+1 |
2011-10-07 | build: Reduce build systems to just top level waf and autoconf | Andrew Bartlett | 1 | -7/+6 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 1 | -0/+6 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -2/+2 |
2011-08-21 | wafsamba: Require public libraries to have a pc file specified, or explicitly... | Jelmer Vernooij | 1 | -1/+2 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+2 |
2011-07-26 | libsamba-util: Build in libbitmap. | Jelmer Vernooij | 1 | -8/+1 |
2011-07-23 | charset: Make name lowercase everywhere. | Jelmer Vernooij | 1 | -1/+1 |
2011-07-08 | lib/util Move bitmap.c to lib/util | Andrew Bartlett | 1 | -1/+7 |
2011-06-21 | lib/util Remove samba-util-common! | Andrew Bartlett | 1 | -44/+12 |
2011-06-21 | lib/util: Use common d_printf() in the whole codebase | Andrew Bartlett | 1 | -2/+2 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 1 | -2/+2 |
2011-06-09 | lib/util Bring procid_str() into lib/util as server_id_string() | Andrew Bartlett | 1 | -1/+2 |
2011-06-06 | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 1 | -1/+1 |
2011-05-25 | Fix numerous missing dependencies in WAF build scripts | Sean Finney | 1 | -2/+2 |
2011-05-10 | tdb_wrap.h: not a public header. | Rusty Russell | 1 | -1/+0 |
2011-05-06 | lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch() | Andrew Bartlett | 1 | -2/+2 |
2011-05-06 | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 1 | -0/+10 |
2011-05-03 | lib/util make string_wrappers.h a public header | Andrew Bartlett | 1 | -1/+1 |
2011-05-03 | lib/util Use lib/util/util_str.c in common, including strequal() | Andrew Bartlett | 1 | -2/+2 |
2011-04-29 | lib/util Re-merge the string_sub() and all_string_sub() from source3 | Andrew Bartlett | 1 | -2/+2 |
2011-04-26 | lib/util Define samba-util-common only for s3-waf | Andrew Bartlett | 1 | -24/+11 |
2011-04-23 | Fix case of libUTIL_LDB. | Jelmer Vernooij | 1 | -6/+6 |
2011-04-16 | util: Build samba-util without unresolved symbols. | Brad Hards | 1 | -33/+60 |
2011-04-13 | build: Bring DYNCONFIG into samba-util library to avoid symbol duplication | Andrew Bartlett | 1 | -1/+1 |
2011-04-13 | lib/util Move simple string routines into common code. | Andrew Bartlett | 1 | -1/+2 |
2011-04-13 | lib/util make UTIL_TDB a library | Andrew Bartlett | 1 | -2/+3 |
2011-04-06 | lib: make asn1_util a private library | Andrew Tridgell | 1 | -4/+5 |
2011-04-06 | lib: moved data_blob.c into samba-util-common | Andrew Tridgell | 1 | -2/+2 |
2011-03-30 | lib/util Move base64 functions into lib/util/base64.c | Andrew Bartlett | 1 | -1/+1 |
2011-03-30 | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 1 | -0/+5 |
2011-03-23 | fault: moved fault.c into common library | Andrew Tridgell | 1 | -2/+2 |
2011-03-23 | fault: switch s4 to use the common fault.c | Andrew Tridgell | 1 | -1/+1 |
2011-03-23 | fault: rename fault.c to fault_s4.c | Andrew Tridgell | 1 | -1/+1 |
2011-03-17 | lib-util: put data_blob back in the public library | Simo Sorce | 1 | -2/+2 |
2011-03-03 | lib/util: LIBCRYPTO is in common already, so add it to samba-util-common. | Günther Deschner | 1 | -2/+2 |
2011-03-01 | lib/util: new merged debug system | Andrew Bartlett | 1 | -3/+5 |
2011-03-01 | lib/util move debug.[ch] out of the way | Andrew Bartlett | 1 | -1/+1 |