Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-02-23 | build: move idtree.c into samba-util-common | Andrew Tridgell | 1 | -3/+2 |
2011-02-23 | build: moved more files into samba-util-common | Andrew Tridgell | 1 | -11/+11 |
2011-02-23 | build: created samba-util-common library | Andrew Tridgell | 1 | -30/+21 |
2011-02-18 | lib/util Make UTIL_LDB conditional on an s4 build | Andrew Bartlett | 1 | -1/+2 |
2011-02-18 | libutil: make waf rules usable by s3 waf build | Andrew Tridgell | 1 | -38/+39 |
2011-02-11 | waf: pure cosmetic reformatting of the two samba-util object lists (to ease c... | Günther Deschner | 1 | -1/+30 |
2010-11-20 | waf:lib/util - add missing dependency on talloc | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-12 | unix_privs: Add missing dependency on libreplace. | Jelmer Vernooij | 1 | -0/+1 |
2010-10-26 | lib/util: remove useless ../lib/util/mutex.* | Stefan Metzmacher | 1 | -2/+2 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 1 | -2/+1 |
2010-10-23 | s4: Rename WRAP_XATTR to wrap_xattr. | Jelmer Vernooij | 1 | -7/+7 |
2010-10-23 | lib/util: Add tevent WERROR wrappers | Kai Blin | 1 | -2/+2 |
2010-10-21 | lib: make WRAP_XATTR a private library | Andrew Tridgell | 1 | -6/+7 |
2010-10-21 | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 1 | -1/+1 |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ... | Matthias Dieter Wallnöfer | 1 | -0/+9 |
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb... | Matthias Dieter Wallnöfer | 1 | -9/+0 |
2010-10-11 | util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720). | Jelmer Vernooij | 1 | -0/+1 |
2010-10-10 | util: Link headers to correct subsystem, fix formatting. | Jelmer Vernooij | 1 | -12/+12 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -1/+1 |
2010-07-26 | lib: added samba-util.pc creation | Andrew Tridgell | 1 | -1/+2 |
2010-05-12 | Install util/tevent_* public headers. Required by OpenChange for compiling IDL | Julien Kerihuel | 1 | -1/+1 |
2010-04-12 | s4-waf: inline LIBREPLACE_NETWORK into 'replace' | Stefan Metzmacher | 1 | -1/+1 |
2010-04-06 | s4-waf: more dependencies on talloc | Andrew Tridgell | 1 | -4/+5 |
2010-04-06 | s4-waf: fixed some deps now we don't auto-include tevent and replace | Andrew Tridgell | 1 | -1/+1 |