summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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-162-18/+95
* 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-passdb: make priv2ld() publicSumit Bose2011-02-161-1/+1
* s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose2011-02-161-0/+65
* s3-ipasam: Disable old trustdom_pw callsSumit Bose2011-02-161-0/+36
* s3-passdb: Add minimal stub for IPA passdb backendSumit Bose2011-02-163-1/+50
* s3: Support "codePage" in pdb_adsVolker Lendecke2011-02-151-0/+8
* s3: Add "code_page" to struct samuVolker Lendecke2011-02-151-0/+12
* s3: Support "country_code" in pdb_adsVolker Lendecke2011-02-151-0/+10
* s3: Add "country_code" to struct samuVolker Lendecke2011-02-151-0/+12
* s3: Add userWorkstations and userParameters to pdb_adsVolker Lendecke2011-02-151-0/+20
* s3-waf: TLDAP is only needed by pdb_ads (and smbtorture).Günther Deschner2011-02-151-1/+1
* s3: Add "comment" and "description" to pdb_adsVolker Lendecke2011-02-131-0/+20
* s3: Make "net sam list [users|workstations]" list only the right thingsVolker Lendecke2011-02-131-1/+20
* s3: Remove an unneeded protoVolker Lendecke2011-02-131-3/+0
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-131-6/+6
* s3: Convert tldap_entry_values args to "array, count"Volker Lendecke2011-02-131-2/+2
* s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke2011-02-131-8/+10
* s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke2011-02-131-16/+16
* s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke2011-02-131-1/+1
* s3: Align the args of pdb_ads_update_sam_account to tldap_modifyVolker Lendecke2011-02-131-2/+2
* s3: Make "smbpasswd <user>" work with pdb_adsVolker Lendecke2011-02-121-8/+33
* s3-waf: use bld.env.HAVE_LDAP in some more places, hopefully fixes the builds...Günther Deschner2011-02-111-1/+1
* s3: Align the args in tldap_modifyVolker Lendecke2011-02-101-4/+4
* s3: Align tldap_add and tldap_add_sendVolker Lendecke2011-02-101-3/+3
* s3: Add primary group in pdb_ads_enum_group_membershipsVolker Lendecke2011-02-061-21/+27
* s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke2011-02-061-25/+0
* s3: Fix a potential memleak in secrets_fetch_trusted_domain_passwordVolker Lendecke2011-02-061-1/+3
* s3: In pdb_ads, cope with artificial samu structsVolker Lendecke2011-02-061-2/+10
* s3: Use strlcpy in pdb_ads_connectVolker Lendecke2011-02-061-2/+2
* s3-auth: Fixed account lockout check.Andreas Schneider2011-01-171-1/+1
* Make sure that user exists after running add user script before adding sam ac...Bjoern Baumbach2010-12-071-0/+5
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-10/+10
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-203-5/+5
* s3-waf: fix pdb modules build.Günther Deschner2010-10-181-14/+13
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-1215-9/+15
* s3: Remove talloc_autofree_context from pdb_interfaceVolker Lendecke2010-10-031-1/+1
* s3-waf: rework CLDAP and LIBCLI_LDAP subsystems.Günther Deschner2010-09-271-0/+1
* s3-waf: move pdb subsystem to pdb/wscript_build.Günther Deschner2010-09-271-0/+48
* s3: Remove talloc_autofree_context() from guest_user_info()Volker Lendecke2010-09-261-1/+2
* s3: Remove talloc_autofree_context() from lookup_unix_user_name()Volker Lendecke2010-09-261-1/+1
* s3: Remove talloc_autofree_context() from pdb_init_ads()Volker Lendecke2010-09-261-1/+1
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-10/+11
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-209-17/+26
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-2/+3