s3:registry: turn regdb_fetch_keys_internal() from int to WERROR return type
[ira/wip.git] / source3 / passdb /
2009-07-14 Günther Deschners3-passdb: fix wbc build warning.
2009-07-14 Volker LendeckeFix bug 5886
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-13 Günther Deschners3-pdb_ads: set correct pdb field with the value from...
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-10 Volker LendeckeReturn 0 domains from enum_trusteddoms
2009-07-10 Volker LendeckeQuieten events and tldap debug messages
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-07-04 Volker Lendeckepdb_ads: For cached samu entries, priv is NULL
2009-07-04 Volker LendeckeAdd pdb_ads_get_domain_info
2009-07-04 Volker Lendeckepdb_ads: Use tldap_fetch_rootdse in pdb_ads_connect
2009-07-04 Volker Lendeckepdb_ads: Fetch the domain GUID
2009-07-04 Volker LendeckeAdd pdb_get_domain_info
2009-07-04 Volker LendeckeMake pdb_ads return an additional flag
2009-06-30 Volker LendeckeFix bug #6431 - local groups from 3.0 setups no longer...
2009-06-29 Günther Deschners3-pdb_tdb: give 'unknown_str' the proper name 'comment...
2009-06-29 Stefan Metzmachers3:pdb_ads: we need to make the fd for tldap/tsocket...
2009-06-28 Volker LendeckeTurn the pdb_rid_algorithm into a capabilities call...
2009-06-28 Volker LendeckeMake pdb_ads survive a restart of Samba4
2009-06-26 Michael Adams3:passdb: fix bug #6509: use gid (not uid) cache in...
2009-06-24 Volker LendeckeOnly set the password if there is one
2009-06-20 Volker LendeckePrepare control support
2009-06-20 Volker LendeckeFix setting passwords in pdb_ads
2009-06-20 Volker Lendecketalloc_tos() aborts if it can not get a stackframe
2009-06-12 Volker LendeckeActivate tldap tracing in pdb_ads
2009-06-11 Tim Proutys3 passdb ads: add missing character
2009-06-11 Volker LendeckeImplement pdb_enum_alias_memberships
2009-06-10 Volker LendeckeImplement pdb_ads_set_aliasinfo
2009-06-10 Volker Lendeckepdb_default_aliasinfo is just fine for pdb_ads right now
2009-06-10 Volker LendeckeImplement pdb_ads_lookup_rids
2009-06-10 Volker LendeckeFix a segfault in pdb_ads_delete_user()
2009-06-09 Volker LendeckeIf there are no mods, don't bother the ldap server
2009-06-09 Volker LendeckeSome more fields in pdb_ads_init_ads_from_sam()
2009-06-09 Volker LendeckeDo not pull samAccountName twice
2009-06-09 Volker LendeckeNo need to free twice -- thanks gd :-)
2009-06-09 Volker LendeckeImplement pdb_ads_[add|del]_groupmem
2009-06-09 Volker LendeckeImplement pdb_ads_delete_dom_group
2009-06-08 Volker LendeckeImplement pdb_ads_enum_group_members
2009-06-08 Volker LendeckeFix some nonempty blank lines
2009-06-08 Volker LendeckeFix two 64-bit warnings
2009-06-08 Volker LendeckeImplement pdb_[add|del]aliasmem
2009-06-08 Volker LendeckeDo not use a variable format string
2009-06-08 Volker LendeckeImplement pdb_ads_enum_aliasmem
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-06-08 Volker LendeckeImplement pdb_ads_delete_alias
2009-06-08 Volker LendeckeImplement pdb_ads_create_dom_group()
2009-06-07 Volker LendeckeMore pdb_ads stuff
2009-06-07 Volker LendeckeMake "net sam list" work for groups, aliases and builtins
2009-06-07 Volker LendeckeReturn full info in pdb_ads_search_users()
2009-06-07 Günther Deschners3-samr: fix return code of _samr_LookupRids when run...
2009-06-06 Karolin Seegers3/passdb: Fix debug message: 'net setmaxrid' does...
2009-06-06 Volker LendeckeAdd an early prototyp of pdb_ads.c.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-31 Volker LendeckeFix some nonempty blank lines
2009-05-29 Günther Deschners3-passdb: fix uninitialized variable in local_password...
2009-05-29 Simo SorceConsolidate user create/delete paths in smbpasswd
2009-05-29 Günther Deschnerutil: move add_gid_to_array_unique to toplevel and...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Volker LendeckeTALLOC_ZERO_P->talloc_zero
2009-05-28 Volker LendeckeDo not segfault in pdb_search_destructor if no real...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: zero an uninitialized array
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-16 Simo SorceMove smb_create_user() in samsync
2009-05-13 Aravind Srinivasans3: Fallback to the legacy sid_to_(uid|gid) instead...
2009-05-12 Jeremy AllisonFix the last few format arg missmatches I missed.
2009-05-12 Volker LendeckeFix bug 6157
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-05-07 Björn Jackes3/ldap: also handle DirX return codes
2009-05-05 Günther Deschners3-ldap: fix more callers of smbldap_dn_talloc() that...
2009-05-05 Günther Deschners3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Andrew Bartletts3:smbldap Remove smbldap_get_dn
2009-04-02 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-02 Jeremy AllisonAllow pdbedit to change a user rid/sid. Based on a...
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Günther Deschners3-passdb: add smb_create_user().
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Michael Adams3: fix the fix for bug #6195 - dont let smbd child...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-28 Jeremy AllisonFix the problem of 3.0.x passdb databases being version
2009-03-27 Jeremy AllisonFix bug #6195 - Migrating from 3.0.x to 3.3.x can fail...
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-24 Volker LendeckeFix bug 6097
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Jeremy AllisonFix bug #6195 - Migrating from 3.0.x to 3.3.x can fail...
2009-03-17 Alexander ZagrebinMissing break in conversion function prevents tdb passw...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
next