summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ipa.c
Commit message (Expand)AuthorAgeFilesLines
* passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...Andrew Bartlett2013-05-281-2/+0
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-061-1/+1
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-3/+3
* s3-passdb: convert pdb_ipa to use secrets wrappersAlexander Bokovoy2012-09-071-4/+4
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-4/+4
* Fix unused variable warnings.Jeremy Allison2012-06-191-6/+2
* s3-pdb: Make ADS-type backends updates secrets.tdb.Simo Sorce2012-01-271-0/+42
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-0/+1
* s3-passdb: split out passdb/pdb_ipa.h.Günther Deschner2011-10-111-0/+1
* s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner2011-10-111-0/+1
* s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domainSumit Bose2011-08-311-0/+23
* s3-pdb_ipa: Add posix offset to struct pdb_trusted_domainSumit Bose2011-08-311-0/+22
* s3-pdb_ipa: Derive domain GUID from SIDSumit Bose2011-08-311-2/+23
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3: Fix Coverity ID 2471: UNINITVolker Lendecke2011-04-141-2/+1
* s3: Fix Coverity ID 2470: STRAY_SEMICOLONVolker Lendecke2011-04-131-1/+1
* s3: Fix Coverity ID 2472, UNINITVolker Lendecke2011-04-111-2/+1
* s3: Fix Coverity ID 2473, UNINITVolker Lendecke2011-04-111-2/+1
* s3:passdb:pdb_ipa: fix a C++ implicit void * cast warningsMichael Adam2011-04-071-1/+2
* s3-pdb_ipa: Create DN for new objectSumit Bose2011-04-061-0/+18
* s3-pdb_ipa: Add ipasam_create_dom_group()Sumit Bose2011-04-061-29/+214
* s3-pdb_ipa: Add ipasam_create_user()Sumit Bose2011-04-061-44/+297
* s3-pdb_ipa: Detect IPA serverSumit Bose2011-04-061-1/+7
* s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return valueSumit Bose2011-04-061-38/+9
* s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.Günther Deschner2011-04-061-4/+4
* s3-pdb_ipa: Fix indentationSumit Bose2011-04-061-13/+12
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-03-311-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner2011-02-211-2/+1
* s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted do...Günther Deschner2011-02-171-1/+1
* s3-ipasam: Add aliases for trusted domain userSumit Bose2011-02-161-1/+15
* s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose2011-02-161-0/+15
* s3-ipasam: add IPA specific attributesSumit Bose2011-02-161-2/+211
* s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info()Sumit Bose2011-02-161-0/+45
* s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2011-02-161-18/+79
* s3-ipasam: add wrapper for ipasam_enum_trusteddoms()Sumit Bose2011-02-161-8/+43
* s3-ipasam: implement enum_trusted_domainsSumit Bose2011-02-161-0/+76
* s3-ipasam: implement {get,set,del}_trusted_domainSumit Bose2011-02-161-0/+434
* s3-ipasam: Disable old trustdom_pw callsSumit Bose2011-02-161-0/+36
* s3-passdb: Add minimal stub for IPA passdb backendSumit Bose2011-02-161-0/+47