summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Fix Coverity ID 513: UNINITVolker Lendecke2011-03-271-1/+1
|
* s3: Fix Coverity ID 2328: FORWARD_NULLVolker Lendecke2011-03-271-0/+3
| | | | Make startsmbfilepwent robust against an invalid open type
* s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.Günther Deschner2011-03-241-1/+1
| | | | | | | | | We were not taking into account the existing posix attributes and thus failed while trying to add a 2nd uid attribute. Found by Sumit. Guenther
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵Andrew Tridgell2011-03-241-3/+2
| | | | | | | | | convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
* Fix compiler warning in debug message.Jeremy Allison2011-03-171-1/+1
|
* s3: Fix Coverity ID 1034, CHECKED_RETURNVolker Lendecke2011-03-161-3/+1
| | | | In all other places we check the result of secrets_init.
* s3: Fix a cut&paste error in pdb_ads_connectVolker Lendecke2011-03-161-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 08:22:28 CET 2011 on sn-devel-104
* s3: Read uidNumber/gidNumber in pdb_ads_sid_to_idVolker Lendecke2011-03-151-29/+45
| | | | | | | Question: How shall we allocate those? Something like the rid allocator? Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 09:59:55 CET 2011 on sn-devel-104
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-105-14/+8
|
* s3: Move EXOP definitions to smbldap.hVolker Lendecke2011-03-061-25/+0
| | | | | | | This attempts to fix the build on Solaris Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 10:45:16 CET 2011 on sn-devel-104
* s3: Remove an obsolete commentVolker Lendecke2011-03-031-3/+1
|
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-021-0/+1
| | | | Guenther
* Fix some typesJelmer Vernooij2011-02-281-2/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
* Fix one more warning introduced by changing the size of ↵Jeremy Allison2011-02-281-1/+1
| | | | | | | UNIX_USER_TOKEN->ngroups from size_t to uint32_t. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 28 22:43:50 CET 2011 on sn-devel-104
* s3: add functions to remove entries from idmap memcacheGregor Beck2011-02-281-0/+52
|
* s3: add functions to flush the idmap memcacheGregor Beck2011-02-281-0/+14
|
* s3: Fix pdb_ads_enum_group_memberships argsVolker Lendecke2011-02-261-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 11:37:10 CET 2011 on sn-devel-104
* s3: Fix filtering in pdb_ads_search_usersVolker Lendecke2011-02-221-6/+19
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 22 20:59:07 CET 2011 on sn-devel-104
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-221-10/+10
|
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-222-9/+9
| | | | | | This will help with the change from UNIX_USER_TOKEN to security_unix_token metze
* s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner2011-02-211-2/+1
| | | | Guenther
* s3: Fix pdb_ads_enum_aliasmem for empty aliasesVolker Lendecke2011-02-201-1/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 21:40:40 CET 2011 on sn-devel-104
* s3: Support SetGroupInfo in pdb_adsVolker Lendecke2011-02-201-4/+66
|
* s3: Fix a debug messageVolker Lendecke2011-02-201-1/+1
|
* s3: Fix pdb_ads_enum_group_members for empty groupsVolker Lendecke2011-02-201-1/+3
|
* s3: Fix error returns in pdb_ads_mod_groupmemVolker Lendecke2011-02-201-2/+4
|
* s3: Fix return code of pdb_ads_getsamupriv if the user does not existVolker Lendecke2011-02-201-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 11:12:01 CET 2011 on sn-devel-104
* s3: Add ACB_NORMAL to workstations, match RPC-SAMRVolker Lendecke2011-02-201-1/+9
|
* s3: Make QueryDispInfo and QueryInfo match for guestVolker Lendecke2011-02-201-6/+19
|
* s3: Pass logonHours through pdb_adsVolker Lendecke2011-02-191-0/+22
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 19 12:22:08 CET 2011 on sn-devel-104
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-193-8/+13
|
* s3: Let pdb_ads write accountExpiresVolker Lendecke2011-02-191-0/+18
|
* s3: Fix pdb_ads_pull_timeVolker Lendecke2011-02-191-1/+1
|
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-6/+6
| | | | | | | | | | this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted ↵Günther Deschner2011-02-171-1/+1
| | | | | | domain support. Guenther
* s3-ipasam: Add aliases for trusted domain userSumit Bose2011-02-161-1/+15
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 12:58:13 CET 2011 on sn-devel-104
* s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose2011-02-161-0/+15
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add IPA specific attributesSumit Bose2011-02-161-2/+211
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info()Sumit Bose2011-02-161-0/+45
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2011-02-162-18/+95
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add wrapper for ipasam_enum_trusteddoms()Sumit Bose2011-02-161-8/+43
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: implement enum_trusted_domainsSumit Bose2011-02-161-0/+76
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: implement {get,set,del}_trusted_domainSumit Bose2011-02-161-0/+434
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-passdb: make priv2ld() publicSumit Bose2011-02-161-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose2011-02-161-0/+65
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: Disable old trustdom_pw callsSumit Bose2011-02-161-0/+36
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-passdb: Add minimal stub for IPA passdb backendSumit Bose2011-02-163-1/+50
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Support "codePage" in pdb_adsVolker Lendecke2011-02-151-0/+8
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 15 22:00:27 CET 2011 on sn-devel-104
* s3: Add "code_page" to struct samuVolker Lendecke2011-02-151-0/+12
|
* s3: Support "country_code" in pdb_adsVolker Lendecke2011-02-151-0/+10
|