s3:Makefile: make DSO_EXPORTS_CMD more portable (#8531)
[rusty/samba.git] / source3 / lib /
2011-10-20 Andrew Bartletts3-netapi Compile (but do not install) netapi tests
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: move smb_set_enclen() to smb_seal...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Stefan Metzmachers3:dbwrap_ctdb: return the number of records in db_ctdb...
2011-10-14 Brad SmithFix sys_fseek wrapper
2011-10-13 Michael Adams3:dbwrap_ctdb: fix the build after changing signature...
2011-10-13 Andrew Bartlettlib/util: Add back control of mmap and hash size in...
2011-10-12 Gregor Becks3:smbcontrol: let smbd pass the idmap msg to its child...
2011-10-12 Gregor Becks3: fix id_cache_kill to delete the the id-mappig from...
2011-10-12 Michael Adams3:dbwrap_ctdb: improve the check for skipping the...
2011-10-12 Michael Adams3:dbwrap_ctdb: fix check for skipping the __db_sequenc...
2011-10-12 Günther Deschners3-dbwrap_ctdb: fix the build.
2011-10-12 Gregor Becks3:dbwrap: remove m_all marshall buffer from ctdb trans...
2011-10-12 Gregor Becks3:dbwrap: traverse records created within this transac...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_int32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: move definitions of db_record and db_contect...
2011-10-11 Michael Adams3:messages: convert to use only dbwrap wrapper functions
2011-10-11 Michael Adams3:conn_tdb: convert connections tdb to only use dbwrap...
2011-10-11 Michael Adams3:privileges: convert privileges.c to use dbwrap wrapp...
2011-10-11 Michael Adams3:g_lock: convert to use only dbwrap wrapper functions.
2011-10-11 Michael Adams3:talloc_dict: change to only use dbwrap wrapper functions
2011-10-11 Michael Adams3:sharesec: convert sharesec.c to use dbwrap wrapper...
2011-10-11 Michael Adams3:sessionid: convert to using dbwrap wrapper functions...
2011-10-11 Michael Adams3:sessionid: use dbwrap_travers_read() in sessionid_tr...
2011-10-11 Michael Adams3:sessionid: use dbwrap_travers() in sessionid_traverse()
2011-10-11 Michael Adams3:serverid: convert to using dbwrap wrapper functions...
2011-10-11 Michael Adams3:serverid: use dbwrap_traverse_read() in serverid_tra...
2011-10-11 Michael Adams3:serverid: use dbwrap_traverse() in serverid_traverse()
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_util.c to use dbwrap wrapper...
2011-10-11 Michael Adams3:dbwrap: use dbwrap_fetch_bystring() in dbwrap_fetch_...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-10-11 Michael Adams3:dbwrap: add dbwrap_fetch_locked(), a wrapper for...
2011-10-11 Michael Adams3:dbwrap: add dbwrap_record_delete(), a wrapper for...
2011-10-11 Michael Adams3:dbwrap: add dbwrap_record_store(), a wrapper for...
2011-10-11 Michael Adams3:dbwrap: add get-functions for db_record key, value...
2011-10-11 Michael Adams3:dbwrap: add wrapper function dbwrap_get_seqnum()
2011-10-11 Michael Adams3:dbwrap: add wrappers for transactions start/cancel...
2011-10-11 Michael Adams3:dbwrap: add wrapper dbwrap_get_flags()
2011-10-11 Gregor Becks3:dbwrap: fix db_rbt_traverse() to return the record...
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_wipe() implementation...
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_wipe() implementation...
2011-10-11 Michael Adams3:dbwrap: add a comment
2011-10-11 Gregor Becks3:dbwrap: add function dbwrap_wipe()
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_parse_record() implement...
2011-10-11 Gregor Becks3:dbwrap: implement dbwrap_fallback_exists() with...
2011-10-11 Gregor Becks3:dbwrap: allow NULL parser for dbwrap_parse_record()
2011-10-11 Gregor Becks3:dbwrap: dbwrap_parse_record() should always return...
2011-10-11 Gregor Becks3:dbwrap: add function dbwrap_parse_record()
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_exists() implementation...
2011-10-11 Gregor Becks3:dbwrap: factor out db_rpt_search_internal()
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_exists() implementation...
2011-10-11 Gregor Becks3:dbwrap: add function dbwrap_exists()
2011-10-11 Michael Adams3:dbwrap: add a wrapper dbwrap_traverse_read()
2011-10-11 Michael Adams3:dbwrap: change the dbwrap_traverse() wrapper to...
2011-10-11 Michael Adams3:dbwrap: reorganize dbwrap.h some
2011-10-11 Michael Adams3:dbwrap: move dbwrap_traverse() to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move dbwrap_store() back to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move dbwrap_delete() back to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
2011-10-11 Michael Adams3:dbwrap: move the db_open_file() prototype to a new...
2011-10-11 Michael Adams3:dbwrap: move the db_open_tdb() prototype to a new...
2011-10-11 Michael Adams3:dbwrap: move the db_open_ctdb() prototype to a new...
2011-10-08 Stefan Metzmachers3:lib/netapi: avoid '//' comments
2011-10-07 Andrew Bartlettldb: use ldb directly rather than via a copy
2011-10-06 Stefan Metzmachers3:lib: remove unused/empty modules.c
2011-10-06 Volker Lendeckes3: Use the uid_wrapper
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
2011-10-06 Andrew Bartletts3-module allow libreplace to provide dlopen replacement
2011-10-04 Stefan Metzmachers3:lib/util: make sure panic action can attach a debugg...
2011-09-30 Volker Lendeckes3: Fix a C++ warning
2011-09-30 Volker Lendeckes3: Fix a C++ warning
2011-09-28 Michael Adams3:dbwrap_ctdb: improve the check for skipping the...
2011-09-27 Andrew Bartletts3-messaging Do not ever send a kill to -1
2011-09-27 Andrew Bartletts3-messaging Ensure that the message is of the correct...
2011-09-23 Andrew Bartlettbuild: Fix waf build on MacOS X
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-09-22 Andrew Tridgells3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
2011-09-22 Stefan Metzmacherlib/util: move some timespec helpers from source3 to...
2011-09-21 Günther Deschners3-netapi: allow to use default krb5 credential cache...
2011-09-20 Michael Adams3:dbwrap_ctdb: skip the internal __db_sequence_number_...
2011-09-20 Michael Adams3:g_lock: add a missing \n to a debug message in g_loc...
2011-09-13 Rusty Russellutil_tdb: return -1/0 from lock_with_timeout functions.
2011-09-13 Rusty Russelldbwrap_tdb: handle tdb2 return values properly.
2011-09-13 Rusty Russelltdb_compat: adapt to tdb2 API change.
2011-09-07 Gregor Becks3:dbwrap_ctdb: improve error message in transaction...
2011-09-07 Gregor Becks3: let g_lock_unlock() return more specific status...
2011-08-31 Christian Ambachs3:lib S-1-5-9 is "Enterprise Domain Controllers"
2011-08-31 Christian Ambachs3:lib remove duplicate entry for "Anonymous Logon"
2011-08-31 Christian Ambachs3:lib add S-1-5-17 to well-known SID list
2011-08-31 Christian Ambachs3:lib add some more well-known sids
2011-08-31 Christian Ambachs3:lib add new well-known SIDs for BUILTIN
2011-08-30 Volker Lendeckes3: Silence some warnings
2011-08-29 Andreas Schneiders3-lib: If we create a pipe socket, don't start to...
2011-08-25 Michael Adams3:dbwrap_tdb: correctly catch the error from the retur...
2011-08-25 Volker Lendeckes3: Remove a bogus comment
2011-08-25 Volker Lendeckes3: Fix some nonempty blank lines
next