WAHTSNEW: Prepare release notes for 3.3.16.
[samba.git] / source / passdb /
2010-02-24 Jeremy AllisonFix bug #7072 - Accounts can't be unlocked from ldap.
2010-01-13 Stefan Metzmachers3:pdb_ldap: restore Samba 3.0.x behavior and use the...
2009-10-07 Volker LendeckeFix bug 5886
2009-10-07 Michael Adams3:passdb: fix bug #6509: use gid (not uid) cache in...
2009-06-10 Volker LendeckeFix bug 6157
2009-06-10 Karolin Seegers3/passdb: Fix debug message: 'net setmaxrid' does...
2009-06-10 Marc VanHeyningens3: zero an uninitialized array
2009-06-10 Björn Jackes3/ldap: also handle DirX return codes
2009-04-17 Jeremy AllisonAllow pdbedit to change a user rid/sid. Based on a...
2009-04-01 Michael Adams3: fix the fix for bug #6195 - dont let smbd child...
2009-03-31 Jeremy AllisonFix the problem of 3.0.x passdb databases being version
2009-03-31 Jeremy AllisonFix bug #6195 - Migrating from 3.0.x to 3.3.x can fail...
2009-03-27 Volker LendeckeFix bug 6097
2009-03-27 Jeremy AllisonFix bug #6195 - Migrating from 3.0.x to 3.3.x can fail...
2009-03-27 Alexander ZagrebinMissing break in conversion function prevents tdb passw...
2009-03-06 Tim Proutys3 passdb: Add back some useful debug statements
2009-03-06 Dan SledzIt appears that the first time we see a uid/gid that...
2009-02-20 Jeremy AllisonFix printf warnings found on systems where time_t ...
2009-02-18 Jeremy AllisonFix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.
2009-01-23 todd stecherMemory leaks and other fixes found by Coverity
2009-01-20 Jeremy AllisonFix bug #6035 - Possible race between fcntl F_SETLKW...
2009-01-02 Stefan Metzmachers3:pdb_tdb: store the next rid counter in passdb.tdb...
2009-01-02 Stefan Metzmachers3:passdb: add SAMU_BUFFER_V4 with no changes
2009-01-02 Stefan Metzmachers3:passdb: make marshalling struct samu from and to...
2009-01-02 Jeremy AllisonMore asprintf warning fixes.
2009-01-02 Jeremy AllisonFix more ‘asprintf’, declared with attribute warn_unuse...
2009-01-02 Jeremy AllisonFix more "warning: ignoring return value of ‘asprintf...
2008-12-11 Günther Deschners3-ldapsam: Fix Bug 5957: do not abort rename process...
2008-11-18 Volker LendeckeMake memcache_add_talloc NULL out the source pointer
2008-11-18 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-11-18 Jeremy AllisonFix bug #5825 - Account locking out doesnt work with...
2008-09-08 Simo Sorcesamu_set_unix() does not use the rid allocator, but...
2008-09-08 Jeremy AllisonFix bug spotted by Simo - don't use legacy if expired...
2008-09-08 Jeremy AllisonDon't ask winbindd if we got a -ve cache entry.
2008-09-08 Jeremy AllisonFix the build :-(. Ask winbindd if we find a negative...
2008-09-08 Jeremy AllisonGet smbd to look (read-only) into the winbindd cache...
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-29 Karolin Seegerpdb_interface: Fix typo in debug message.
2008-07-24 Jeremy AllisonAdd casts to uint32_t to match prototype for sid_append...
2008-07-24 Jeremy AllisonUse sys_getgrnam not getgrnam. Pointed out by Herb.
2008-07-24 Steve FrenchMerge branch 'v3-3-test' of git+ssh://sfrench@git.samba...
2008-07-24 John H Terpstrapdb_ldap: Raise level for debug message to avoid log...
2008-07-18 Karolin SeegerUse LDAP macros instead of attribute names.
2008-07-14 Karolin SeegerFix typo.
2008-07-11 Volker LendeckeRevert "Make use of sid_check_is_in_unix_users/groups"
2008-07-11 Volker LendeckeRevert "Don't scream, better explain a bit in comments"
2008-07-11 Volker LendeckeRevert "Remove an unused variable"
2008-07-10 Volker LendeckeFix some memleaks regarding trustdom passwords
2008-07-10 Volker LendeckeFix some uninitialized variable references via ndr_print
2008-07-10 Volker LendeckeGive a nice error message if trying to join with a...
2008-07-03 Volker LendeckeRemove an unused variable
2008-07-03 Volker LendeckeDon't scream, better explain a bit in comments
2008-07-03 Volker LendeckeMake use of sid_check_is_in_unix_users/groups
2008-06-07 Volker LendeckeFix a memleak in secrets_fetch_afs_key
2008-06-07 Volker LendeckeFix a memleak in secrets_fetch_trust_account_password_l...
2008-06-07 Volker LendeckeFix a memleak in fetch_ldap_pw
2008-05-26 Michael AdamRemove unused function is_trusted_domain_situation().
2008-05-26 Michael Adampassdb: check for is_dc_trusted_domain_situation()...
2008-05-26 Michael Adampassdb: add comment explaining logic in get_trust_pw_cl...
2008-05-26 Michael Adampassdb: in get_trust_pw_clear() correctly fail if trust...
2008-05-26 Michael AdamAdd function is_dc_trusted_domain_situation().
2008-05-23 Gerald W. CarterManually port Steven Dannenman fix for using the correc...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-05-06 Volker LendeckeFix a panic in the [ug]id2sid valgrind bug fix
2008-05-06 Volker LendeckeFix a valgrind bug in the new [ug]id2sid cache
2008-05-05 Volker LendeckeRemove unix_homedir from struct user_struct
2008-04-14 Stefan Metzmacherpdb_tdb: fix the upgrade code, db_traverse returns...
2008-04-01 Volker LendeckeConvert dbwrap_trans_delete to NTSTATUS
2008-04-01 Volker LendeckeConvert dbwrap_trans_store to NTSTATUS
2008-04-01 Stefan Metzmacherpdb_tdb: use != 0 instead off == -1 for dbwrap functions
2008-04-01 Stefan Metzmacherpassdb: guard pdb_generate_sam_sid() with a transaction
2008-04-01 Stefan Metzmacherpassdb/secrets: add secrets_db_ctx() to get the db_context
2008-03-27 Stefan Metzmacherpdb_tdb: use db_open_trans()
2008-03-27 Stefan Metzmacherpdb_tdb: use db_sam->transaction_start(db_sam) != 0...
2008-03-27 Stefan Metzmacherpassdb/secrets: use db_open_trans()
2008-03-27 Stefan Metzmacherpassdb/secrets: it's enough to use traverse_read()...
2008-03-17 Marc VanHeyningenCoverity fixes
2008-03-17 Volker LendeckeConvert pdb_tdb to use dbwrap
2008-03-14 Volker LendeckeFix bug 4901
2008-03-11 Volker LendeckeConvert secrets.c to use dbwrap
2008-03-10 Volker LendeckeUse a separate tdb for mutexes
2008-03-10 Volker LendeckeConvert secrets_lock_trust_account_password to talloc
2008-03-10 Volker LendeckeMake use of talloc_asprintf_strupper_m in secrets.c
2008-03-10 Volker LendeckeAvoid some pointless checks
2008-03-10 Volker LendeckeUse talloc_tos() in secrets_init
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-05 Volker LendeckeFix a memleak -- Coverity ID 222
2008-03-04 Günther DeschnerFix crash bug in pdb_init_ldapsam().
2008-03-04 Günther DeschnerFix crash bug in pdb_init_ldapsam().
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-19 Karolin SeegerChange ldap search filter. This function is also used...
2008-02-17 Günther DeschnerUse netr_SamInfo3 in remaining places.
2008-02-13 Stefan Metzmachernsswitch: convert winbind_env_set(), winbind_on() and...
2008-02-12 Günther DeschnerAdd get_logon_hours_from_pdb() (inspired by samba4).
2008-02-11 Karolin SeegerChange ldap search filter. This function is also used...
next