If it is a forced DOS error, nt_errstr should say so
[kai/samba.git] / source3 / passdb /
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...
2008-02-09 Günther DeschnerMore paranoid checks for secrets_init() success.
2008-02-08 Karolin SeegerFix typo.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-06 Jeremy AllisonDon't return true on talloc fail.
2008-02-04 Volker LendeckeFix valgrind errors
2008-02-04 Volker LendeckeRemove a static
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Michael AdamFix lookup_sids to detect unix_groups and unix_users...
2008-01-25 Michael AdamAdd a debug message: show the sid lookup_sid() was...
2008-01-25 Michael AdamAdd a debug message to lookup_rids() printing the domai...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonFix CID 469. new_acct can't be NULL here.
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Michael AdamFix memleak in ldapsam_rename_sam_account() found by...
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Günther DeschnerAdd secrets_shutdown().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-03 Jeremy AllisonFix for bug #5163 from Laurent Pinchart <pinchart@skyne...
2007-12-30 Michael AdamMake pdb_tdb honour a private dir overridden in smb...
2007-12-29 Volker Lendeckepassdb.tdb is located in the private directory
2007-12-28 Volker LendeckeConvert csamuser to memcache
2007-12-26 Volker LendeckeRemove the sampwent interface
2007-12-26 Volker Lendeckesmbpasswd_search_users
2007-12-26 Volker LendeckeAdd tdbsam_search_users
2007-12-23 Volker LendeckeConvert the [gu]id_sid cache to memcache
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-19 Günther DeschnerAdd and use some keystr functions using talloc_tos...
2007-12-18 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-18 Michael AdamPrevent another segfault.
2007-12-17 Michael AdamRemove direct caller of secrets_fetch_trusted_domain_pa...
next