s3-build: Use credentials_ntlm.c in the autoconf build as well
[nivanova/samba-autobuild/.git] / source3 / groupdb /
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-11-28 Volker Lendeckes3: Fix a crash in group_mapping.ldb->tdb conversion
2011-10-14 Günther Deschners3-passdb: move group mapping headers into passdb.h
2011-10-12 Simo Sorces3-group-mapping: Remove fstrings from GROUP_MAP.
2011-10-12 Günther Deschners3-groupdb: split out groupdb/mapping_tdb.h.
2011-10-11 Michael Adams3:groupdb: convert mapping_tdb.c to use dbwrap wrapper...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-09-26 Simo Sorces3-passdb: Cleanup use of fstring and move to talloc.
2011-09-26 Simo Sorces3-group-mapping: Remove unused functions.
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_compat.h: divert every tdb build and includes to...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-30 Michael Adams3:groupdb/proto.h: add _GROUPDB_PROTO_H_ guard
2011-05-30 Michael Adams3:groupdb/proto.h: add GPL/Copyright header
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-06 Jeremy AllisonA couple more off-by-one calculations with strlcpy.
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-groupdb: move groupdb headers to groupdb/proto.h.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-02-20 Volker Lendeckes3: Improve a debug message, we have more than pdb_tdb.
2011-02-02 Stefan Metzmachers3:groupdb: allow machine accounts as members.
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-14 Michael Adams3:groupdb: allocate a gid after allocating a rid in...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-17 Günther Deschners3-rpc_misc: clean out include/rpc_misc.h.
2010-04-14 Volker Lendeckes3: Fix a typo
2010-03-14 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-02 Volker Lendeckes3: Fix some C++ warnings
2010-03-02 Volker Lendeckes3: Fix an uninitialized variable warning
2010-03-01 Simo Sorces3:groupmap revert to tdb storage
2010-02-27 Volker Lendeckes3: Copy the mapping.c license header to mapping.h
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-06-07 Günther Deschners3-groupdb: fix enum_aliasmem in ldb branch.
2009-05-22 Jeremy AllisonDon't steal when we know the ptr will be null. Thanks...
2009-05-22 Jeremy AllisonRevert the last two commits (fix for #6386). The actual...
2009-05-22 Jeremy AllisonEnsure all possible uses of indirection through res...
2009-05-22 Jeremy AllisonAttempt to fix bug #6386 - Samba Panic triggered by...
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer Vernooijsamba3/ldb: Update the ldb_dn API to match that of...
2009-04-23 Jelmer Vernooijldb/samba3: Support event context argument to ldb_init().
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-07 Volker LendeckeFix a couple of memleaks in mapping_ldb.c
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijReplace ldb_search() with ldb_search_exp_fmt(), like...
2009-01-21 Jelmer VernooijReorder arguments to ldb_search() to match what is...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-04 Volker LendeckeIgnore 3.0 style invalid group mappings during upgrade...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-29 Stefan Metzmachers3:mapping_tdb: fix the del_aliasmem() function
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-27 Jeremy AllisonBe explicit about setting perms for the ldb. Helps...
2008-08-27 Andrew Tridgellldb: Fix permissions of group_mapping.ldb.
2008-08-13 Andrew Tridgellfixed lots of places that paniced on a failed transacti...
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-14 Jeremy AllisonAdd fix from Simo for bug #5540 - missing code to subst...
2008-07-03 Günther DeschnerFix build warning.
2008-04-12 Stefan Metzmachergroupdb: make mapping_tdb compatible to mapping_ldb
2008-04-12 Stefan Metzmachergroupdb: readd groupdb:backend parametric option
2008-04-04 Michael Adammapping_tdb: fix enumeration of mappings.
2008-04-04 Michael Adammapping.tdb: fix creation of entries with GROUP_PREFIX
2008-04-01 Volker LendeckeConvert dbwrap_trans_delete to NTSTATUS
2008-04-01 Volker LendeckeConvert dbwrap_trans_store to NTSTATUS
2008-04-01 Stefan Metzmachermapping_tdb: use the correct sid for the key creation
2008-04-01 Stefan Metzmachermapping_tdb: use db_open_trans()
2008-04-01 Volker LendeckeProtect group_mapping.tdb ops with transactions
2008-03-28 Stefan Metzmachermapping_ldb: fix memory leak in group enumeration
2008-03-28 Volker LendeckeFix a segfault
2008-03-26 Michael Adamutil_tdb: remove trivial and unused tdb_wipe().
2008-03-25 Michael Adamutil_tdb: add a wrapper tdb_wipe() for traverse with...
2008-03-11 Volker LendeckeConvert mapping_tdb.c to dbwrap
2008-03-11 Volker LendeckeClean up add_mapping_entry slightly
2008-03-11 Volker LendeckeCleanup after pstring removal
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Gerald W. CarterMerge branch 'v3-2-test-merge' into v3-2-stable
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Jeremy AllisonFix "status used uninitialized" warnings.
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
next