index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_ipa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-28
passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...
Andrew Bartlett
1
-2
/
+0
2013-02-06
Rename pdb_ldap to pdb_ldapsam
Andreas Schneider
1
-1
/
+1
2012-09-07
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
1
-3
/
+3
2012-09-07
s3-passdb: convert pdb_ipa to use secrets wrappers
Alexander Bokovoy
1
-4
/
+4
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-1
/
+3
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-4
/
+4
2012-06-19
Fix unused variable warnings.
Jeremy Allison
1
-6
/
+2
2012-01-27
s3-pdb: Make ADS-type backends updates secrets.tdb.
Simo Sorce
1
-0
/
+42
2011-11-16
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
1
-0
/
+1
2011-10-11
s3-passdb: split out passdb/pdb_ipa.h.
Günther Deschner
1
-0
/
+1
2011-10-11
s3-passdb: split out passdb/pdb_ldap.h.
Günther Deschner
1
-0
/
+1
2011-08-31
s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domain
Sumit Bose
1
-0
/
+23
2011-08-31
s3-pdb_ipa: Add posix offset to struct pdb_trusted_domain
Sumit Bose
1
-0
/
+22
2011-08-31
s3-pdb_ipa: Derive domain GUID from SID
Sumit Bose
1
-2
/
+23
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-2
/
+2
2011-04-14
s3: Fix Coverity ID 2471: UNINIT
Volker Lendecke
1
-2
/
+1
2011-04-13
s3: Fix Coverity ID 2470: STRAY_SEMICOLON
Volker Lendecke
1
-1
/
+1
2011-04-11
s3: Fix Coverity ID 2472, UNINIT
Volker Lendecke
1
-2
/
+1
2011-04-11
s3: Fix Coverity ID 2473, UNINIT
Volker Lendecke
1
-2
/
+1
2011-04-07
s3:passdb:pdb_ipa: fix a C++ implicit void * cast warnings
Michael Adam
1
-1
/
+2
2011-04-06
s3-pdb_ipa: Create DN for new object
Sumit Bose
1
-0
/
+18
2011-04-06
s3-pdb_ipa: Add ipasam_create_dom_group()
Sumit Bose
1
-29
/
+214
2011-04-06
s3-pdb_ipa: Add ipasam_create_user()
Sumit Bose
1
-44
/
+297
2011-04-06
s3-pdb_ipa: Detect IPA server
Sumit Bose
1
-1
/
+7
2011-04-06
s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return value
Sumit Bose
1
-38
/
+9
2011-04-06
s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.
Günther Deschner
1
-4
/
+4
2011-04-06
s3-pdb_ipa: Fix indentation
Sumit Bose
1
-13
/
+12
2011-03-31
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-21
s3-pdb_ipa: remove uninitialized (and unused) status code.
Günther Deschner
1
-2
/
+1
2011-02-17
s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted do...
Günther Deschner
1
-1
/
+1
2011-02-16
s3-ipasam: Add aliases for trusted domain user
Sumit Bose
1
-1
/
+15
2011-02-16
s3-lsa: Implement lsaRSetForestTrustInformation
Sumit Bose
1
-0
/
+15
2011-02-16
s3-ipasam: add IPA specific attributes
Sumit Bose
1
-2
/
+211
2011-02-16
s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info()
Sumit Bose
1
-0
/
+45
2011-02-16
s3-ipasam: add ipasam_get_trusted_domain_by_sid()
Sumit Bose
1
-18
/
+79
2011-02-16
s3-ipasam: add wrapper for ipasam_enum_trusteddoms()
Sumit Bose
1
-8
/
+43
2011-02-16
s3-ipasam: implement enum_trusted_domains
Sumit Bose
1
-0
/
+76
2011-02-16
s3-ipasam: implement {get,set,del}_trusted_domain
Sumit Bose
1
-0
/
+434
2011-02-16
s3-ipasam: Disable old trustdom_pw calls
Sumit Bose
1
-0
/
+36
2011-02-16
s3-passdb: Add minimal stub for IPA passdb backend
Sumit Bose
1
-0
/
+47