Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-15 | s3: Read uidNumber/gidNumber in pdb_ads_sid_to_id | Volker Lendecke | 1 | -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 | |||||
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 5 | -14/+8 | |
2011-03-06 | s3: Move EXOP definitions to smbldap.h | Volker Lendecke | 1 | -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 | |||||
2011-03-03 | s3: Remove an obsolete comment | Volker Lendecke | 1 | -3/+1 | |
2011-03-02 | s3-libds: use already existing ../libds/common/flag_mapping.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix one more warning introduced by changing the size of ↵ | Jeremy Allison | 1 | -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 | |||||
2011-02-28 | s3: add functions to remove entries from idmap memcache | Gregor Beck | 1 | -0/+52 | |
2011-02-28 | s3: add functions to flush the idmap memcache | Gregor Beck | 1 | -0/+14 | |
2011-02-26 | s3: Fix pdb_ads_enum_group_memberships args | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 11:37:10 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3: Fix filtering in pdb_ads_search_users | Volker Lendecke | 1 | -6/+19 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 22 20:59:07 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -10/+10 | |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 2 | -9/+9 | |
This will help with the change from UNIX_USER_TOKEN to security_unix_token metze | |||||
2011-02-21 | s3-pdb_ipa: remove uninitialized (and unused) status code. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-20 | s3: Fix pdb_ads_enum_aliasmem for empty aliases | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 21:40:40 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Support SetGroupInfo in pdb_ads | Volker Lendecke | 1 | -4/+66 | |
2011-02-20 | s3: Fix a debug message | Volker Lendecke | 1 | -1/+1 | |
2011-02-20 | s3: Fix pdb_ads_enum_group_members for empty groups | Volker Lendecke | 1 | -1/+3 | |
2011-02-20 | s3: Fix error returns in pdb_ads_mod_groupmem | Volker Lendecke | 1 | -2/+4 | |
2011-02-20 | s3: Fix return code of pdb_ads_getsamupriv if the user does not exist | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 11:12:01 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Add ACB_NORMAL to workstations, match RPC-SAMR | Volker Lendecke | 1 | -1/+9 | |
2011-02-20 | s3: Make QueryDispInfo and QueryInfo match for guest | Volker Lendecke | 1 | -6/+19 | |
2011-02-19 | s3: Pass logonHours through pdb_ads | Volker Lendecke | 1 | -0/+22 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 19 12:22:08 CET 2011 on sn-devel-104 | |||||
2011-02-19 | s3: Add "len" to pdb_set_hours | Volker Lendecke | 3 | -8/+13 | |
2011-02-19 | s3: Let pdb_ads write accountExpires | Volker Lendecke | 1 | -0/+18 | |
2011-02-19 | s3: Fix pdb_ads_pull_time | Volker Lendecke | 1 | -1/+1 | |
2011-02-18 | s3-waf: use SAMBA3_*() build rules in source3/build | Andrew Tridgell | 1 | -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> | |||||
2011-02-17 | s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted ↵ | Günther Deschner | 1 | -1/+1 | |
domain support. Guenther | |||||
2011-02-16 | s3-ipasam: Add aliases for trusted domain user | Sumit Bose | 1 | -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 | |||||
2011-02-16 | s3-lsa: Implement lsaRSetForestTrustInformation | Sumit Bose | 1 | -0/+15 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: add IPA specific attributes | Sumit Bose | 1 | -2/+211 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info() | Sumit Bose | 1 | -0/+45 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: add ipasam_get_trusted_domain_by_sid() | Sumit Bose | 2 | -18/+95 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: add wrapper for ipasam_enum_trusteddoms() | Sumit Bose | 1 | -8/+43 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: implement enum_trusted_domains | Sumit Bose | 1 | -0/+76 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: implement {get,set,del}_trusted_domain | Sumit Bose | 1 | -0/+434 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-passdb: make priv2ld() public | Sumit Bose | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-passdb: add {get,set,del,enum}_trusted_domain calls | Sumit Bose | 1 | -0/+65 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: Disable old trustdom_pw calls | Sumit Bose | 1 | -0/+36 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-passdb: Add minimal stub for IPA passdb backend | Sumit Bose | 3 | -1/+50 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-15 | s3: Support "codePage" in pdb_ads | Volker Lendecke | 1 | -0/+8 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 15 22:00:27 CET 2011 on sn-devel-104 | |||||
2011-02-15 | s3: Add "code_page" to struct samu | Volker Lendecke | 1 | -0/+12 | |
2011-02-15 | s3: Support "country_code" in pdb_ads | Volker Lendecke | 1 | -0/+10 | |
2011-02-15 | s3: Add "country_code" to struct samu | Volker Lendecke | 1 | -0/+12 | |
2011-02-15 | s3: Add userWorkstations and userParameters to pdb_ads | Volker Lendecke | 1 | -0/+20 | |
2011-02-15 | s3-waf: TLDAP is only needed by pdb_ads (and smbtorture). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-13 | s3: Add "comment" and "description" to pdb_ads | Volker Lendecke | 1 | -0/+20 | |
This is pending a change to samldb_description_check, we might have to modify the description with a TLDAP_MOD_REPLACE operation. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 13 17:56:58 CET 2011 on sn-devel-104 | |||||
2011-02-13 | s3: Make "net sam list [users|workstations]" list only the right things | Volker Lendecke | 1 | -1/+20 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 13 12:59:14 CET 2011 on sn-devel-104 | |||||
2011-02-13 | s3: Remove an unneeded proto | Volker Lendecke | 1 | -3/+0 | |
2011-02-13 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -6/+6 | |