summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-passdb: Python wrapper for passdbAmitay Isaacs2011-08-191-8/+1283
* s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs2011-08-194-16/+16
* Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison2011-08-192-5/+18
* s3/ldap: don't continue if we couldn't get the domain info on startupBjörn Jacke2011-08-181-7/+4
* s3: Next step to fix MIT trustsVolker Lendecke2011-08-171-0/+4
* s3: Increase a debug level in ads_find_dcVolker Lendecke2011-08-171-1/+2
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-174-8/+9
* s3-messaging: IDMAP_ messages belongs to the Winbind rangeSimo Sorce2011-08-161-4/+4
* s3: Use ZERO_STRUCT where appropriateVolker Lendecke2011-08-161-1/+1
* s3:registry: enhance debugging of deletekey_recursiveMichael Adam2011-08-151-0/+14
* s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam2011-08-151-2/+8
* s3:lib: fix a comment in tdb_unpack()Michael Adam2011-08-151-1/+1
* s3:registry: fix regdb_key_exists: the record has to contain at least the 4-b...Michael Adam2011-08-151-1/+72
* s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...Gregor Beck2011-08-151-1/+1
* s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...Gregor Beck2011-08-151-1/+3
* build: link pys3param against pytalloc-util not pytallocAndrew Bartlett2011-08-151-1/+1
* s3-passdb Use supplied pdb_methods in default passdb search handlersAndrew Bartlett2011-08-151-5/+7
* s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce2011-08-151-9/+11
* s3: Fix bug 8360Volker Lendecke2011-08-141-7/+16
* s3-passdb: Fix python < 2.6 build errors in passdb python wrapperAndrew Bartlett2011-08-141-0/+4
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-3/+3
* s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child processAndrew Bartlett2011-08-131-0/+9
* s3-passdb: Added python method to get_global_sam_sidAmitay Isaacs2011-08-131-0/+31
* s3-passdb: Return dom_sid and guid with correct python types.Amitay Isaacs2011-08-131-7/+31
* passdb: Move python wrapper for passdb in samba3 python packageAmitay Isaacs2011-08-131-1/+1
* s3-param: Add python wrapper for s3 parametersAmitay Isaacs2011-08-132-0/+94
* s3-passdb: Connect to specified samdb if location is provided, otherwise use ...Amitay Isaacs2011-08-131-1/+9
* s3-passdb: Fix the error messages and return correct NTSTATUSAmitay Isaacs2011-08-131-6/+8
* s3-param: Make sure we have talloc stack frame before calling in s3 codeAmitay Isaacs2011-08-131-1/+8
* param: Add smb.conf loading support to s3/s4 loadparm bridgeAndrew Bartlett2011-08-131-0/+6
* s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett2011-08-131-14/+7
* s3-passdb Add support for pdb_add_sam_account() and password hashes to pdb_sa...Andrew Bartlett2011-08-131-69/+222
* s4-dsdb Add ability to force a particular SID in the upgrade caseAndrew Bartlett2011-08-131-1/+2
* s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett2011-08-133-29/+33
* passdb: Allocate talloc stackframe before calling in pdb functions.Amitay Isaacs2011-08-131-2/+32
* passdb: Call with correct backend methods instead of default methodsAmitay Isaacs2011-08-133-10/+15
* passdb: Added python wrapper to passdbAmitay Isaacs2011-08-132-0/+1560
* passdb: Add a function to read secrets db from a specified pathAmitay Isaacs2011-08-132-6/+17
* passdb: Add a function to expose loaded backend list.Amitay Isaacs2011-08-132-0/+7
* s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-1211-16/+80
* s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-122-5/+5
* s3:libsmb: keep a cli_smb_state->one_wayStefan Metzmacher2011-08-121-12/+19
* s3:libsmb: abstract the incoming dispatch function via a function pointerStefan Metzmacher2011-08-122-5/+17
* s3:libsmb: split out cli_state_dispatch_smb1() from cli_smb_received()Stefan Metzmacher2011-08-121-45/+66
* s3:libsmb: add missing TALLOC_FREE(frame) to cli_smb_received()Stefan Metzmacher2011-08-121-0/+1
* s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher2011-08-121-12/+52
* s3:libsmb: keep the request order in cli_smb_req_unset_pending()Stefan Metzmacher2011-08-121-1/+3
* s3:libsmb: use tevent_req_defer_callback() unless there's only one request in...Stefan Metzmacher2011-08-121-4/+41
* s3:libsmb: make use of cli_state_receive_next() in cli_smb_received()Stefan Metzmacher2011-08-121-17/+2
* s3:libsmb: notify all request about failures in cli_smb_req_set_pending()Stefan Metzmacher2011-08-121-0/+7