Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | lib/util Move base64 functions into lib/util/base64.c | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2011-03-30 | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
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 | |
this is in preparation for merging the s3 fault code into common | |||||
2011-03-17 | lib-util: put data_blob back in the public library | Simo Sorce | 1 | -2/+2 | |
data_blob is defined ina public header, so it needs to be exposed in the public library. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Mar 17 15:39:08 CET 2011 on sn-devel-104 | |||||
2011-03-03 | lib/util: LIBCRYPTO is in common already, so add it to samba-util-common. | Günther Deschner | 1 | -2/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 3 18:08:30 CET 2011 on sn-devel-104 | |||||
2011-03-01 | lib/util: new merged debug system | Andrew Bartlett | 1 | -3/+5 | |
This is the s3 debug system, with a number of changes to tidy it up for common use. The debug class system is simplified by the removal of the ISSET table, the system no longer attempts to cope with assignment of DEBUGLEVEL, and the full class table is always available (rather than just DEBUGLEVEL_CLASS[DBCG_ALL]) from startup. It is also no longer confusingly described as a hack, but as the initial table. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 04:32:12 CET 2011 on sn-devel-104 | |||||
2011-03-01 | lib/util move debug.[ch] out of the way | Andrew Bartlett | 1 | -1/+1 | |
This will allow a modified version of the s3 debug system to be the new common debug system. Andrew Bartlett | |||||
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 | |
this removes UTIL_SRC from the s3 waf build, as it is now all in common with samba-util-common | |||||
2011-02-23 | build: created samba-util-common library | Andrew Tridgell | 1 | -30/+21 | |
this library will contain files that can be built in common between s3 and s4. Both samba-util and samba-util3 depend on it. Currently this library needs to be marked as allow_undefined_symbols, in order to allow s4 to build it. We can remove that flag once we have all the needed symbols in common Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-18 | lib/util Make UTIL_LDB conditional on an s4 build | Andrew Bartlett | 1 | -1/+2 | |
This allows this file to be used in common. | |||||
2011-02-18 | libutil: make waf rules usable by s3 waf build | Andrew Tridgell | 1 | -38/+39 | |
we need samba-util to be s4 only for now, because of the debug system differences Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-11 | waf: pure cosmetic reformatting of the two samba-util object lists (to ease ↵ | Günther Deschner | 1 | -1/+30 | |
comparing). Guenther | |||||
2010-11-20 | waf:lib/util - add missing dependency on talloc | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104 | |||||
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 | |
Only the disabled process_thread.c registers uses the register fn, all other functions are not used anywhere. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Oct 26 23:29:46 UTC 2010 on sn-devel-104 | |||||
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 | |
Only link to uid_wrapper when it is enabled. | |||||
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 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | lib: make WRAP_XATTR a private library | Andrew Tridgell | 1 | -6/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 1 | -1/+1 | |
these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ↵ | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
in "dsdb/common/util.c"" This reverts commit 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0. Jelmer pointed out that these are also in use by other LDB databases - not only SAMDB ones. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 13:37:16 UTC 2010 on sn-devel-104 | |||||
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in ↵ | Matthias Dieter Wallnöfer | 1 | -9/+0 | |
"dsdb/common/util.c" They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104 | |||||
2010-10-11 | util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720). | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 11 09:24:56 UTC 2010 on sn-devel-104 | |||||
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 | |
Guenther | |||||
2010-07-26 | lib: added samba-util.pc creation | Andrew Tridgell | 1 | -1/+2 | |
Thanks to Brad Hards for this patch | |||||
2010-05-12 | Install util/tevent_* public headers. Required by OpenChange for compiling IDL | Julien Kerihuel | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-04-12 | s4-waf: inline LIBREPLACE_NETWORK into 'replace' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-06 | s4-waf: more dependencies on talloc | Andrew Tridgell | 1 | -4/+5 | |
these are needed so we can support a system talloc without using the bundled talloc.h | |||||
2010-04-06 | s4-waf: fixed some deps now we don't auto-include tevent and replace | Andrew Tridgell | 1 | -1/+1 | |
this is preparation for being able to use system versions of these libraries | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install the rest of the headers | Andrew Tridgell | 1 | -3/+4 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+57 | |