Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine account...
[kai/samba.git] / source / passdb /
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...
2007-12-17 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-14 Stefan MetzmacherRevert "Fix for bug #4801: Correctly implement lsa...
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamPass NULL instead of unneeded &sid: pdb_get_trusteddom_...
2007-12-13 Michael AdamRename get_trust_pw() to get_trust_pw_hash().
2007-12-13 Michael AdamExport logic of get_trust_pw() to new function get_trus...
2007-12-13 Michael AdamRefactor the lagacy part of secrets_fetch_trust_account...
2007-12-13 Michael AdamLet get_trust_pw() determine the machine_account_name...
2007-12-13 Michael AdamRemove two unneeded functions.
2007-12-13 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-12 Michael AdamFix logic and prevent segfaults in secrets trustdom...
2007-12-12 Michael AdamFix secrets_store_trusted_domain_password() after pstri...
next