summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-05auth/credentials: keep cli_credentials privateStefan Metzmacher6-93/+126
2013-08-05s4:ntlm_auth: make use of cli_credentials_[set_]callback_data*Stefan Metzmacher1-4/+6
2013-08-05s4:torture/rpc: make use of cli_credentials_set_netlogon_creds()Stefan Metzmacher1-20/+16
2013-08-05s4:torture/gentest: make use of cli_credentials_get_username()Stefan Metzmacher1-1/+2
2013-08-05s4:torture/shell: simplify cli_credentials_set_password() callStefan Metzmacher1-4/+1
2013-08-05s3:ntlm_auth: remove pointless credentials->priv_data = NULL;Stefan Metzmacher1-1/+0
2013-08-05auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher2-0/+18
2013-08-05auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher2-0/+19
2013-08-05auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher1-1/+1
2013-08-05auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher1-1/+1
2013-08-05tevent: Add echo server sample codeVolker Lendecke1-0/+664
2013-08-04Ensure we can never integer wrap when working on client-supplied max_data_bytes.Jeremy Allison1-0/+22
2013-08-03There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe1-1/+1
2013-08-02dfs_server: Use dsdb_search_one to catch 0 results as well as NO_SUCH_OBJECT ...Andrew Bartlett1-5/+5
2013-08-02s3:lib/system fix build on AIX 7Christian Ambach1-3/+12
2013-08-01Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck1-7/+2
2013-08-01security.idl: add new security_secinfo bitsGregor Beck1-0/+3
2013-08-01tevent: change version to 0.9.19Stefan Metzmacher2-1/+84
2013-08-01tevent: Remove the signal pipe if no signal events are aroundVolker Lendecke1-1/+13
2013-08-01Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner1-0/+6
2013-07-31Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison1-13/+20
2013-07-31torture: add LOCAL-sid_to_string testcaseJeff Layton2-0/+31
2013-07-31torture: add more string_to_sid torture testcasesJeff Layton1-0/+16
2013-07-31libcli: fix conversion logic in dom_sid_string_bufJeff Layton1-10/+18
2013-07-31libcli: fix conversion logic in dom_sid_parse_endpJeff Layton1-14/+15
2013-07-31wbclient: fix conversion logic in wbcSidToStringBufJeff Layton1-14/+17
2013-07-31wbclient: fix conversion logic in wbcStringToSidJeff Layton1-17/+20
2013-07-31schannel: Fix an unused variableVolker Lendecke1-1/+0
2013-07-30samba-tool dbcheck: Correctly remove deleted DNs in dbcheckAndrew Bartlett1-1/+1
2013-07-30dsdb: Include MS-ADTS doc references on deleted object contstraintsAndrew Bartlett1-0/+16
2013-07-30dsdb tests: Add member/memberOf checking to delete_objects testingAndrew Bartlett1-21/+257
2013-07-30dsdb: Improve DRS deleted link source/target handing in repl_meta_dataAndrew Bartlett2-9/+97
2013-07-30dsdb: Ensure we always force deleted objects back under the deleted objects DNAndrew Bartlett1-26/+65
2013-07-30dsdb/repl_meta_data: split out replmd_deletion_state()Stefan Metzmacher1-31/+71
2013-07-30dsdb: Prune deleted objects of links and extra attributes of replicated deletesAndrew Bartlett1-71/+199
2013-07-29s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...Michael Adam1-0/+18
2013-07-29s3:winbind: change getgroups to only do one sids2xids call instead of manyMichael Adam1-26/+42
2013-07-29s3:winbind: fix the getgroups implementation to include the user sid's GID in...Michael Adam1-3/+5
2013-07-29s3:winbind: fix gid counting and error handling in the getgroups implementationMichael Adam1-6/+10
2013-07-29dns: Update TODO listKai Blin1-8/+5
2013-07-27selftest: Print error message when smbd does not have ADS supportChristof Schmitt2-1/+4
2013-07-26nsswitch: Add OPT_KRB5CCNAME to avoid an error message.Andreas Schneider1-2/+4
2013-07-25torture/drs: Expand an error message to aid debuggingAndrew Bartlett1-1/+1
2013-07-25dsdb/samdb: use RECYCLED it implies DELETED...Stefan Metzmacher2-3/+3
2013-07-24selftest: ensure samba4.nss.test.*using.*winbind is always testedAndrew Bartlett1-1/+0
2013-07-24selftest: ensure samba4.rpc.samr.large-dc.two.samr.many is always testedAndrew Bartlett1-1/+0
2013-07-24rpc_server-drsuapi: Improve comments and DEBUG linesAndrew Bartlett1-4/+3
2013-07-24dsdb: Add assert in drepl_take_FSMO_roleAndrew Bartlett1-4/+3
2013-07-24selftest: Ensure the DC has started and and got a RID set before we proceedAndrew Bartlett1-1/+21
2013-07-24dsdb-ridalloc: Rework ridalloc to return error strings where RID allocation f...Andrew Bartlett1-15/+41