summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2-9/+9
2011-02-21s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner1-2/+1
2011-02-20s3: Fix pdb_ads_enum_aliasmem for empty aliasesVolker Lendecke1-1/+3
2011-02-20s3: Support SetGroupInfo in pdb_adsVolker Lendecke1-4/+66
2011-02-20s3: Fix a debug messageVolker Lendecke1-1/+1
2011-02-20s3: Fix pdb_ads_enum_group_members for empty groupsVolker Lendecke1-1/+3
2011-02-20s3: Fix error returns in pdb_ads_mod_groupmemVolker Lendecke1-2/+4
2011-02-20s3: Fix return code of pdb_ads_getsamupriv if the user does not existVolker Lendecke1-1/+1
2011-02-20s3: Add ACB_NORMAL to workstations, match RPC-SAMRVolker Lendecke1-1/+9
2011-02-20s3: Make QueryDispInfo and QueryInfo match for guestVolker Lendecke1-6/+19
2011-02-19s3: Pass logonHours through pdb_adsVolker Lendecke1-0/+22
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke3-8/+13
2011-02-19s3: Let pdb_ads write accountExpiresVolker Lendecke1-0/+18
2011-02-19s3: Fix pdb_ads_pull_timeVolker Lendecke1-1/+1
2011-02-18s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell1-6/+6
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 Bose2-18/+95
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-passdb: make priv2ld() publicSumit Bose1-1/+1
2011-02-16s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose1-0/+65
2011-02-16s3-ipasam: Disable old trustdom_pw callsSumit Bose1-0/+36
2011-02-16s3-passdb: Add minimal stub for IPA passdb backendSumit Bose3-1/+50
2011-02-15s3: Support "codePage" in pdb_adsVolker Lendecke1-0/+8
2011-02-15s3: Add "code_page" to struct samuVolker Lendecke1-0/+12
2011-02-15s3: Support "country_code" in pdb_adsVolker Lendecke1-0/+10
2011-02-15s3: Add "country_code" to struct samuVolker Lendecke1-0/+12
2011-02-15s3: Add userWorkstations and userParameters to pdb_adsVolker Lendecke1-0/+20
2011-02-15s3-waf: TLDAP is only needed by pdb_ads (and smbtorture).Günther Deschner1-1/+1
2011-02-13s3: Add "comment" and "description" to pdb_adsVolker Lendecke1-0/+20
2011-02-13s3: Make "net sam list [users|workstations]" list only the right thingsVolker Lendecke1-1/+20
2011-02-13s3: Remove an unneeded protoVolker Lendecke1-3/+0
2011-02-13s3: Fix some nonempty blank linesVolker Lendecke1-6/+6
2011-02-13s3: Convert tldap_entry_values args to "array, count"Volker Lendecke1-2/+2
2011-02-13s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke1-8/+10
2011-02-13s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke1-16/+16
2011-02-13s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke1-1/+1
2011-02-13s3: Align the args of pdb_ads_update_sam_account to tldap_modifyVolker Lendecke1-2/+2
2011-02-12s3: Make "smbpasswd <user>" work with pdb_adsVolker Lendecke1-8/+33
2011-02-11s3-waf: use bld.env.HAVE_LDAP in some more places, hopefully fixes the builds...Günther Deschner1-1/+1
2011-02-10s3: Align the args in tldap_modifyVolker Lendecke1-4/+4
2011-02-10s3: Align tldap_add and tldap_add_sendVolker Lendecke1-3/+3
2011-02-06s3: Add primary group in pdb_ads_enum_group_membershipsVolker Lendecke1-21/+27
2011-02-06s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke1-25/+0
2011-02-06s3: Fix a potential memleak in secrets_fetch_trusted_domain_passwordVolker Lendecke1-1/+3