Age | Commit message (Expand) | Author | Files | Lines |
2012-11-30 | s4:dsdb/descriptor: remove some unnecessary nesting | Stefan Metzmacher | 1 | -10/+8 |
2012-11-30 | s4:dsdb/descriptor: add some error checks to descriptor_{add,modify} | Stefan Metzmacher | 1 | -0/+12 |
2012-11-30 | s4:dsdb/descriptor: remove support for unused LDB_CONTROL_RECALCULATE_SD_OID | Stefan Metzmacher | 1 | -26/+1 |
2012-11-30 | s4:dsdb/descriptor: move special dn check to the start of descriptor_{add,mod... | Stefan Metzmacher | 1 | -19/+21 |
2012-11-30 | s4:samba_upgradeprovision: use the sd_flags:1:15 control with an empty sd | Stefan Metzmacher | 1 | -7/+14 |
2012-11-30 | s4:provision: add get_empty_descriptor() | Stefan Metzmacher | 2 | -0/+6 |
2012-11-30 | s4:dsdb/descriptor: if the caller specifies no DACL/SACL the objects gets a d... | Stefan Metzmacher | 1 | -1/+28 |
2012-11-30 | s4:dsdb/descriptor: give SYSTEM the correct default owner (group) sid | Stefan Metzmacher | 1 | -0/+6 |
2012-11-30 | s4:dsdb/acl_read: enable acl checking on search by default (bug #8620) | Stefan Metzmacher | 4 | -13/+2 |
2012-11-30 | s4:dsdb/acl_read: specify the correct access_mask for nTSecurityDescriptor | Stefan Metzmacher | 1 | -1/+19 |
2012-11-30 | s4:dsdb/acl_read: do search for instanceType AS_SYSTEM and with SHOW_RECYCLED | Stefan Metzmacher | 1 | -1/+3 |
2012-11-30 | s4:dsdb/acl: calculate the correct access_mask when modifying nTSecurityDescr... | Stefan Metzmacher | 1 | -1/+14 |
2012-11-30 | s4:dsdb/acl: don't protect confidential attributes when "acl:search = yes" is... | Stefan Metzmacher | 1 | -0/+11 |
2012-11-30 | s4:dsdb/acl: remove unused "acl:perform" option | Stefan Metzmacher | 1 | -3/+0 |
2012-11-30 | s4:dsdb/acl: do helper searches AS_SYSTEM and with SHOW_RECYCLED | Stefan Metzmacher | 1 | -5/+15 |
2012-11-30 | s4:dsdb/descriptor: make it clear that the SD Flags are ignored on add | Stefan Metzmacher | 1 | -1/+7 |
2012-11-30 | s4:dsdb/descriptor: make use of dsdb_request_sd_flags() | Stefan Metzmacher | 1 | -47/+15 |
2012-11-30 | s4:dsdb/descriptor: always use descriptor_search_callback if we return nTSecu... | Stefan Metzmacher | 1 | -1/+12 |
2012-11-30 | s4:dsdb/descriptor: do searches for nTSecurityDescriptor AS_SYSTEM and with S... | Stefan Metzmacher | 1 | -11/+12 |
2012-11-30 | s4:dsdb/acl_util: add dsdb_request_sd_flags() helper function | Stefan Metzmacher | 1 | -0/+37 |
2012-11-30 | s4:dsdb/acl_util: do helper searches AS_SYSTEM | Stefan Metzmacher | 1 | -0/+1 |
2012-11-30 | s4:dsdb/extended_dn_store: do helper searches AS_SYSTEM | Stefan Metzmacher | 1 | -1/+3 |
2012-11-30 | s4:dsdb/extended_dn_in: do helper searches AS_SYSTEM and with SHOW_RECYCLED | Stefan Metzmacher | 1 | -12/+13 |
2012-11-30 | s4:dsdb/objectclass: do helper searches AS_SYSTEM and with SHOW_RECYCLED | Stefan Metzmacher | 1 | -3/+31 |
2012-11-30 | s4:dsdb/rootdse: do helper searches AS_SYSTEM | Stefan Metzmacher | 1 | -7/+29 |
2012-11-30 | s4:dsdb/rootdse: remove unused variable | Stefan Metzmacher | 1 | -1/+0 |
2012-11-30 | s4:tests/samba_tool/gpo.py: fix accidential line break | Michael Adam | 1 | -2/+1 |
2012-11-30 | s4:tests/samba_tool/gpo.py: add test_show_as_admin() | Stefan Metzmacher | 1 | -0/+5 |
2012-11-30 | s4:netcmd/gpo.py: let get_gpo_info explicitly ask for the full ntSecurityDesc... | Stefan Metzmacher | 1 | -2/+4 |
2012-11-30 | s4:netcmd/gpo.py: only ask for OWNER/GROUP/DACL when validating the nTSecurit... | Stefan Metzmacher | 1 | -5/+6 |
2012-11-30 | s4:netcmd/gpo.py: the nTSecurityDescriptor may not be visible for the current... | Stefan Metzmacher | 1 | -3/+7 |
2012-11-30 | s4:netcmd/gpo.py: s/ntSecurityDescriptor/nTSecurityDescriptor | Stefan Metzmacher | 1 | -5/+5 |
2012-11-30 | s4:dsdb/dirsync: explicitly ask for sdctr->secinfo_flags = 0xF | Stefan Metzmacher | 1 | -2/+2 |
2012-11-30 | s4:dsdb/dirsync: use the correct nc_root to fetch replUpToDateVector | Stefan Metzmacher | 1 | -3/+1 |
2012-11-30 | s4:dsdb/dirsync: check result of replUpToDateVector fetch on nc_root | Stefan Metzmacher | 1 | -0/+4 |
2012-11-30 | s4:dsdb/schema_data: fix debug message in schema_data_modify() | Stefan Metzmacher | 1 | -1/+1 |
2012-11-30 | ldb: fix a typo in the comment for ldb_req_is_untrusted() | Michael Adam | 1 | -1/+1 |
2012-11-30 | libnet: Fix a typo in dbsync error message. | Michael Adam | 1 | -1/+1 |
2012-11-30 | libnet: Fix copy and paste error in dbsync error message. | Andreas Schneider | 1 | -1/+1 |
2012-11-30 | torture: Fix copy and paste error in debug message. | Andreas Schneider | 1 | -1/+1 |
2012-11-30 | torture: Fix copy and paste error. | Andreas Schneider | 1 | -1/+1 |
2012-11-30 | s3-reg: Fix copy and paste error in debug message. | Andreas Schneider | 1 | -2/+2 |
2012-11-30 | s3:popt_common: Fix password processing. | Stefan Metzmacher | 1 | -11/+2 |
2012-11-30 | s3:util: fix usage of popt_burn_cmdline_password() | Stefan Metzmacher | 2 | -2/+0 |
2012-11-30 | s3-winbind: use new reconnect logic in rpc_lookup_sids() also. | Günther Deschner | 1 | -16/+7 |
2012-11-30 | s3-winbindd: rework reconnect logic in winbindd_lookup_names(). | Günther Deschner | 1 | -12/+13 |
2012-11-30 | s3-winbindd: rework reconnect logic in winbindd_lookup_sids(). | Günther Deschner | 1 | -12/+14 |
2012-11-30 | s3-winbindd: remove lookup_sids_fn_t. | Günther Deschner | 1 | -21/+12 |
2012-11-30 | s3-winbindd: remove lookup_names_fn_t. | Günther Deschner | 1 | -23/+13 |
2012-11-30 | s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public. | Günther Deschner | 2 | -11/+22 |