s3-talloc Change TALLOC_ARRAY() to talloc_array()
[samba.git] / source3 / passdb / pdb_ldap.c
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-27 Volker Lendeckes3: Fix Coverity ID 513: UNINIT
2011-03-24 Günther Deschners3-ldapsam: fix ldapsam_create_user() with existing...
2011-03-06 Volker Lendeckes3: Move EXOP definitions to smbldap.h
2011-02-28 Jelmer VernooijFix some types
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2011-02-19 Volker Lendeckes3: Add "len" to pdb_set_hours
2011-02-16 Sumit Boses3-passdb: make priv2ld() public
2011-02-16 Sumit Boses3-passdb: Add minimal stub for IPA passdb backend
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-idmap: only include idmap headers where needed.
2010-08-14 Michael Adams3:pdb_ldap: move some code in ldapsam_create_dom_group()
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-06 Björn Jackes3:pdb_ldap: change LDAP password before samba password...
2010-07-06 Volker Lendeckes3: Fix another aspect of bug 7262 and make paged resul...
2010-07-05 Volker Lendeckes3: Make talloc_attrs() static
2010-06-10 Volker Lendeckes3: Fix EnumDomainAliases when no aliases are in LDAP
2010-06-10 Michael Adams3:pdb_ldap: fix bug 7505 - init_sam_from_ldap stores...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-21 Andrew Bartletts3:passdb Remove use of uint8 uint16 and uint32 in...
2010-05-17 Günther Deschners3-rpc_misc: clean out include/rpc_misc.h.
2010-04-29 Günther Deschners3-pdb_ldap: fix memleak.
2010-03-16 Volker Lendeckes3: Make login_cache_write take a pointer
2010-03-16 Volker Lendeckes3: Make login_cache_read take a pointer, avoid a malloc
2010-03-16 Volker Lendeckes3: Remove a typedef
2010-02-10 Björn Jackes3: change ldap filter to what really was intended
2010-02-08 Stefan Metzmachers3:pdb_ldap: don't search for the users primary group...
2010-02-08 Stefan Metzmachers3:pdb_ldap: optimize ldapsam_alias_memberships() and...
2010-02-08 Stefan Metzmachers3:pdb_ldap: try to build the full unix_pw structure...
2010-02-08 Stefan Metzmachers3: shortcut gid_to_sid when "ldapsam:trusted = yes"
2010-02-05 Volker Lendeckes3: Hide some uses of pdb_get_init_flags (which I would...
2010-01-23 Volker Lendeckes3: Remove some pointless uses of string_sid_talloc
2010-01-21 Volker Lendeckes3:pdb_ldap: Fix large paged search.
2010-01-14 Stefan Metzmachers3:pdb_ldap: restore Samba 3.0.x behavior and use the...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-12 Volker Lendeckes3: Remove a pointless if-statement
2010-01-07 Michael Adams3:pdb_ldap:init_sam_from_ldap: untangle an assignment...
2009-11-19 Michael Adams3:pdb_ldap: fix a comment typo
2009-11-19 Michael Adams3: shortcut uid_to_sid when "ldapsam:trusted = yes"
2009-11-13 Michael Adams3:smbd: also fill the memcache with sid<->id mappings...
2009-11-13 Michael Adams3:smbd: make idmap cache persistent for "ldapsam:trusted".
2009-11-13 Volker LendeckeFix large paged search
2009-11-02 Björn Jackes3:ldap: don't search when no values where found
2009-10-30 Björn Jackeѕ3:ldap: search for account policies in objectclass...
2009-10-20 Günther Deschners3-pdb_ldap: fix crash bug in ldapsam_set_trusteddom_pw().
2009-09-02 Günther Deschners3-pdb_ldap: Fix bug #4296: Clean up group membership...
2009-08-03 Günther Deschners3-pdb_ldap: Make ldapsam_alias_memberships behave...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-14 Volker LendeckeFix bug 5886
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-06-30 Volker LendeckeFix bug #6431 - local groups from 3.0 setups no longer...
2009-06-28 Volker LendeckeTurn the pdb_rid_algorithm into a capabilities call...
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-06-07 Günther Deschners3-samr: fix return code of _samr_LookupRids when run...
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-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-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-07 Volker LendeckeShape up pdb_search a bit by making it a talloc ctx...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-19 Jeremy AllisonFix printf warnings found on systems where time_t ...
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-23 Jeremy AllisonFix more ‘asprintf’, declared with attribute warn_unuse...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-09 Günther Deschners3-ldapsam: Fix Bug 5957: do not abort rename process...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
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-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-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
next