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