s3-talloc Change TALLOC_ARRAY() to talloc_array()
[samba.git] / source3 / passdb / pdb_ipa.c
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-04-14 Volker Lendeckes3: Fix Coverity ID 2471: UNINIT
2011-04-13 Volker Lendeckes3: Fix Coverity ID 2470: STRAY_SEMICOLON
2011-04-11 Volker Lendeckes3: Fix Coverity ID 2472, UNINIT
2011-04-11 Volker Lendeckes3: Fix Coverity ID 2473, UNINIT
2011-04-07 Michael Adams3:passdb:pdb_ipa: fix a C++ implicit void * cast warnings
2011-04-06 Sumit Boses3-pdb_ipa: Create DN for new object
2011-04-06 Sumit Boses3-pdb_ipa: Add ipasam_create_dom_group()
2011-04-06 Sumit Boses3-pdb_ipa: Add ipasam_create_user()
2011-04-06 Sumit Boses3-pdb_ipa: Detect IPA server
2011-04-06 Sumit Boses3-pdb_ipa: Use new smbldap_make_mod_blob() without...
2011-04-06 Günther Deschners3-ipasam: rename of smbldap_make_mod_blob to _smbldap_...
2011-04-06 Sumit Boses3-pdb_ipa: Fix indentation
2011-03-30 Günther Deschners3-libndr: add ../librpc/ndr/libndr.h include in some...
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-02-21 Günther Deschners3-pdb_ipa: remove uninitialized (and unused) status...
2011-02-17 Günther Deschners3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when...
2011-02-16 Sumit Boses3-ipasam: Add aliases for trusted domain user
2011-02-16 Sumit Boses3-lsa: Implement lsaRSetForestTrustInformation
2011-02-16 Sumit Boses3-ipasam: add IPA specific attributes
2011-02-16 Sumit Boses3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam...
2011-02-16 Sumit Boses3-ipasam: add ipasam_get_trusted_domain_by_sid()
2011-02-16 Sumit Boses3-ipasam: add wrapper for ipasam_enum_trusteddoms()
2011-02-16 Sumit Boses3-ipasam: implement enum_trusted_domains
2011-02-16 Sumit Boses3-ipasam: implement {get,set,del}_trusted_domain
2011-02-16 Sumit Boses3-ipasam: Disable old trustdom_pw calls
2011-02-16 Sumit Boses3-passdb: Add minimal stub for IPA passdb backend