summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:dsdb/descriptor: make it clear that the SD Flags are ignored on addStefan Metzmacher2012-11-301-1/+7
* s4:dsdb/descriptor: make use of dsdb_request_sd_flags()Stefan Metzmacher2012-11-301-47/+15
* s4:dsdb/descriptor: always use descriptor_search_callback if we return nTSecu...Stefan Metzmacher2012-11-301-1/+12
* s4:dsdb/descriptor: do searches for nTSecurityDescriptor AS_SYSTEM and with S...Stefan Metzmacher2012-11-301-11/+12
* s4:dsdb/acl_util: add dsdb_request_sd_flags() helper functionStefan Metzmacher2012-11-301-0/+37
* s4:dsdb/acl_util: do helper searches AS_SYSTEMStefan Metzmacher2012-11-301-0/+1
* s4:dsdb/extended_dn_store: do helper searches AS_SYSTEMStefan Metzmacher2012-11-301-1/+3
* s4:dsdb/extended_dn_in: do helper searches AS_SYSTEM and with SHOW_RECYCLEDStefan Metzmacher2012-11-301-12/+13
* s4:dsdb/objectclass: do helper searches AS_SYSTEM and with SHOW_RECYCLEDStefan Metzmacher2012-11-301-3/+31
* s4:dsdb/rootdse: do helper searches AS_SYSTEMStefan Metzmacher2012-11-301-7/+29
* s4:dsdb/rootdse: remove unused variableStefan Metzmacher2012-11-301-1/+0
* s4:tests/samba_tool/gpo.py: fix accidential line breakMichael Adam2012-11-301-2/+1
* s4:tests/samba_tool/gpo.py: add test_show_as_admin()Stefan Metzmacher2012-11-301-0/+5
* s4:netcmd/gpo.py: let get_gpo_info explicitly ask for the full ntSecurityDesc...Stefan Metzmacher2012-11-301-2/+4
* s4:netcmd/gpo.py: only ask for OWNER/GROUP/DACL when validating the nTSecurit...Stefan Metzmacher2012-11-301-5/+6
* s4:netcmd/gpo.py: the nTSecurityDescriptor may not be visible for the current...Stefan Metzmacher2012-11-301-3/+7
* s4:netcmd/gpo.py: s/ntSecurityDescriptor/nTSecurityDescriptorStefan Metzmacher2012-11-301-5/+5
* s4:dsdb/dirsync: explicitly ask for sdctr->secinfo_flags = 0xFStefan Metzmacher2012-11-301-2/+2
* s4:dsdb/dirsync: use the correct nc_root to fetch replUpToDateVectorStefan Metzmacher2012-11-301-3/+1
* s4:dsdb/dirsync: check result of replUpToDateVector fetch on nc_rootStefan Metzmacher2012-11-301-0/+4
* s4:dsdb/schema_data: fix debug message in schema_data_modify()Stefan Metzmacher2012-11-301-1/+1
* ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam2012-11-301-1/+1
* libnet: Fix a typo in dbsync error message.Michael Adam2012-11-301-1/+1
* libnet: Fix copy and paste error in dbsync error message.Andreas Schneider2012-11-301-1/+1
* torture: Fix copy and paste error in debug message.Andreas Schneider2012-11-301-1/+1
* torture: Fix copy and paste error.Andreas Schneider2012-11-301-1/+1
* s3-reg: Fix copy and paste error in debug message.Andreas Schneider2012-11-301-2/+2
* s3:popt_common: Fix password processing.Stefan Metzmacher2012-11-301-11/+2
* s3:util: fix usage of popt_burn_cmdline_password()Stefan Metzmacher2012-11-302-2/+0
* s3-winbind: use new reconnect logic in rpc_lookup_sids() also.Günther Deschner2012-11-301-16/+7
* s3-winbindd: rework reconnect logic in winbindd_lookup_names().Günther Deschner2012-11-301-12/+13
* s3-winbindd: rework reconnect logic in winbindd_lookup_sids().Günther Deschner2012-11-301-12/+14
* s3-winbindd: remove lookup_sids_fn_t.Günther Deschner2012-11-301-21/+12
* s3-winbindd: remove lookup_names_fn_t.Günther Deschner2012-11-301-23/+13
* s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.Günther Deschner2012-11-302-11/+22
* s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.Günther Deschner2012-11-302-11/+20
* s3-winbindd: add cm_connect_lsat().Günther Deschner2012-11-302-0/+35
* s3-rpc_cli: Remove some unused wrapping code.Günther Deschner2012-11-302-76/+0
* Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke2012-11-302-2/+2
* dbwrap: Do not rely on dbwrap_record_get_value to return a talloc objectVolker Lendecke2012-11-291-2/+3
* dbwrap: Remove an unnecessary if-statementVolker Lendecke2012-11-291-3/+1
* dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke2012-11-291-1/+0
* dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke2012-11-291-5/+1
* dbwrap: Use talloc_zero in db_open_cacheVolker Lendecke2012-11-291-6/+1
* s3: Remove db_ctdb_fetchVolker Lendecke2012-11-291-55/+11
* s3: Directly parse local existing records in db_ctdb_parse_recordVolker Lendecke2012-11-291-0/+22
* s3: Factor out db_ctdb_can_use_local_hdr from db_ctdb_can_use_local_copyVolker Lendecke2012-11-291-11/+14
* s3: Remove unused code for fetching persistent ctdb recordsVolker Lendecke2012-11-291-129/+0
* s3: Avoid db_ctdb_fetch for persistent databasesVolker Lendecke2012-11-291-0/+44
* s3: Factor out parse_newest_in_marshall_buffer from pull_newest_from_marshall...Volker Lendecke2012-11-291-15/+51