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