summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:winbindd: remove unused function idmap_backends_sid_to_unixid()Michael Adam2012-12-032-43/+0
* s3:test:wbinfo_sids2xids: test the results with singular calls with filled an...Michael Adam2012-12-032-11/+29
* s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.shMichael Adam2012-12-031-1/+1
* s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+3
* s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+2
* s3:winbindd: remove unused idmap_sid_to_gid()Michael Adam2012-12-032-75/+0
* s3:winbindd: remove unused idmap_sid_to_uid()Michael Adam2012-12-032-75/+0
* s3:winbindd: remove unused server implementation of wbint_Sid2Gid()Michael Adam2012-12-031-14/+0
* s3:winbindd: remove unused server implementation of wbint_Sid2Uid()Michael Adam2012-12-031-14/+0
* s3:winbindd: remove wbint_Sid2Gid from the wbint.idlMichael Adam2012-12-031-6/+0
* s3:winbindd: remove wbint_Sid2Uid() from the wbint.idlMichael Adam2012-12-031-6/+0
* s3:winbindd: remove now unused wb_sid2uid and wb_sid2gid modulesMichael Adam2012-12-035-346/+0
* s3:winbindd: change winbindd_getgroups to use wb_sids2xids instead of wb_sid2gidMichael Adam2012-12-031-5/+14
* s3:winbindd: change wb_getgrsid to use wb_sids2xids instead of wb_sid2gidMichael Adam2012-12-031-2/+17
* s3:winbindd: change wb_fill_pwent to use wb_sids2xids instead of wb_sid2[ug]idMichael Adam2012-12-031-4/+32
* selftest:Samba3: provision the BUILTIN\Users group if the environment runs wi...Michael Adam2012-12-031-0/+24
* selftest:Samba3: add "wbinfo -p" test to wait_for_start()Michael Adam2012-12-031-1/+18
* selftest:Samba3: add nmbd, winbindd smbd arguments to wait_for_start()Michael Adam2012-12-031-28/+33
* selftest:Samba3: call wait_for_start() from check_or_start()Michael Adam2012-12-031-22/+9
* s3:winbindd: make idmap_find_domain() static.Michael Adam2012-12-032-2/+1
* s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2Unix...Michael Adam2012-12-031-3/+3
* s3:winbindd: add idmap_find_domain_with_sid()Michael Adam2012-12-032-0/+18
* s3:winbindd: rename idmap_init_passdb_domain() -> idmap_passdb_domain()Michael Adam2012-12-031-3/+3
* selftest:Samba3: provision the domain adminstrators group in the s3 environmentsMichael Adam2012-12-031-1/+7
* s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->childMichael Adam2012-12-033-5/+8
* s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()Michael Adam2012-12-031-0/+3
* s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()Michael Adam2012-12-031-0/+5
* s3:winbindd: use wb_sids2xids instead of wb_sid2gid in winbindd_sid_to_gidMichael Adam2012-12-031-2/+16
* s3:winbindd: use wb_sids2xids instead of wb_sid2uid in winbindd_sid_to_uidMichael Adam2012-12-031-2/+16
* s3:winbindd: factor winbindd_sids_to_xids into external and internal partMichael Adam2012-12-035-165/+286
* s3:winbindd: convert some spaces to tabs in winbindd_sids_to_xids_send()Michael Adam2012-12-031-4/+4
* s3:winbindd: add explaining comment winbindd_sids_to_xids_send()Michael Adam2012-12-031-0/+5
* s3:winbindd: factor lsa_SidType_to_id_type() out of winbindd_sids_to_xids_loo...Michael Adam2012-12-031-14/+25
* s3:winbindd: simplify winbindd_sids_to_xids_recv() a bit.Michael Adam2012-12-031-40/+25
* s3:winbindd:util: add a comment explaining the function parse_sidlist()Michael Adam2012-12-031-0/+9
* s4:python/ntacl: add 'as_sddl' option to dsacl2fsacl()Stefan Metzmacher2012-12-031-1/+4
* s4:python/ntacl: allow string or objects for sd/sid in setntacl()Stefan Metzmacher2012-12-031-3/+14
* s4:samba-tool/gpo: fix the operation order when creating gposStefan Metzmacher2012-12-031-13/+20
* s4:samba-tool/gpo: use 'gPCFileSysPath' when deleting gposStefan Metzmacher2012-12-031-4/+2
* s4:samba-tool/gpo: use the dns_domain from the server when creating gposStefan Metzmacher2012-12-031-2/+14
* s4:libcli/finddcs_cldap: allow io->in.server_address as hostnameStefan Metzmacher2012-12-021-3/+58
* s4:libcli/finddcs_cldap: try all NBT#1C addressesStefan Metzmacher2012-12-021-12/+8
* s3:smbcacls: add --query-security-info and --set-security-info optionsStefan Metzmacher2012-12-021-10/+55
* s3:libsmb: add cli_{query,set}_security_descriptor() which take sec_info flagsStefan Metzmacher2012-12-022-16/+49
* libcli/security: remove duplicate aces in se_create_child_secdesc()Stefan Metzmacher2012-12-021-0/+34
* s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a ...Stefan Metzmacher2012-12-021-0/+54
* s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...Stefan Metzmacher2012-12-021-1/+5
* s3:smbd/open: use Builtin_Administrators as owner of files (if possible)Stefan Metzmacher2012-12-021-4/+41
* s4:dsdb/descriptor: NULL out user_descriptor elements depending on the sd_flagsStefan Metzmacher2012-12-021-0/+44
* s4:dsdb/tests: add SdAutoInheritTestsStefan Metzmacher2012-11-301-1/+83