s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updates
[samba.git] / source3 / lib /
2011-11-10 Volker Lendeckes3: server_id.pid has turned 64 (bits, that is)
2011-11-03 Stefan Metzmachers3:lib: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:lib: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/
2011-10-31 Volker Lendeckes3: Fix some nonempty blank lines
2011-10-31 Volker Lendeckes3: Fix a comment
2011-10-28 Günther Deschners3-smbldap: use tevent_context in smbldap.
2011-10-27 Volker Lendeckes3-ctdb: Fix ctdb_read_req
2011-10-27 Volker Lendeckes3-ctdb: Add debug to ctdb_processes_exist
2011-10-27 Volker Lendeckes3: Add serverids_exist
2011-10-27 Volker Lendeckes3: Add processes_exist
2011-10-27 Volker Lendeckes3-ctdb: Make ctdbd_process_exists use ctdbd_processes_...
2011-10-27 Volker Lendeckes3-ctdb: Add ctdb_processes_exist
2011-10-27 Volker Lendeckes3-ctdb: Allow ctdb_read_req to read any reqid
2011-10-27 Volker Lendeckes3-ctdb: Don't hand out 0 as reqid
2011-10-27 Volker Lendeckes3: Fix some type-punned warnings
2011-10-27 Andreas Schneiderreplace: Add don't include unistd.h directly and add...
2011-10-27 Andreas SchneiderInclude uid_wrapper correctly.
2011-10-26 Stefan Metzmachers3:include: implement trans_oob() as wrapper to smb_buf...
2011-10-26 Günther Deschners3-netapi: remove pointless use_memory_krb5_ccache.
2011-10-26 Stefan Metzmachers3:lib: make_unix_date3() is the same as pull_dos_date3()
2011-10-26 Stefan Metzmachers3:lib: make_unix_date2() is the same as pull_dos_date2()
2011-10-26 Stefan Metzmachers3:lib: make_unix_date() is the same as pull_dos_date()
2011-10-25 Stefan Metzmachers3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_D...
2011-10-25 Stefan Metzmachers3:lib/addrchange.h: include libreplace headers before...
2011-10-25 Andrew Bartlettbuild: always include tevent with <tevent.h>
2011-10-25 Andrew Bartlettbuild: always include talloc with <talloc.h>
2011-10-21 Günther Deschners3-waf: only compile common.c in netapi examples code...
2011-10-21 Günther Deschners3-netapi: use NetApiBufferAllocate() for returned...
2011-10-21 Günther Deschners3-netapi: fix missing include in examples code.
2011-10-21 Stefan Metzmachers3:include: make smb_setlen() a macro
2011-10-20 Andrew Bartlettbuild: compile (but do not install) netapi examples
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
next