summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4:messaging: use tevent_ function names instead of legacy event_ onesSimo Sorce2011-08-133-7/+7
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-1322-73/+73
* ldb: Remove use after free in error caseAndrew Bartlett2011-08-131-1/+0
* s4-provision Add support for fixing the DC rid to a particular valueAndrew Bartlett2011-08-132-16/+29
* s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child processAndrew Bartlett2011-08-131-0/+9
* s4-param Set szConfigFile even for s3 loadparm contextsAndrew Bartlett2011-08-131-4/+4
* upgrade: Add missing bits for the s3 to s4 upgrade scriptAmitay Isaacs2011-08-132-49/+79
* tests: Update test for s3 to s4 upgrade with two casesAmitay Isaacs2011-08-132-1/+63
* 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
* py-samba3: Create samba3 python package to hold other modulesAmitay Isaacs2011-08-131-18/+18
* 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
* s4-dsdb: Provide additional method to connect to specified database pathAmitay Isaacs2011-08-131-5/+16
* 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-133-0/+11
* s4-dsdb ensure we honour the hash_values control, even for really odd hashesAndrew Bartlett2011-08-131-2/+4
* s4-dsdb Give a less worrying error message on failure to get a transactionAndrew Bartlett2011-08-131-1/+1
* s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett2011-08-133-20/+13
* 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-133-3/+20
* s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett2011-08-133-29/+33
* s4-dsdb Add flag to set DSDB_BYPASS_PASSWORD_HASH controlAndrew Bartlett2011-08-132-0/+9
* 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
* waf: Add SAMBA3_PYTHON context to build python wrappers in samba3Amitay Isaacs2011-08-131-0/+5
* samba-tool: Remove gpo setacl commandAmitay Isaacs2011-08-131-5/+0
* 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
* selftest:Samba4: test --domain-critical-only in provision_vampire_dc()Stefan Metzmacher2011-08-121-1/+1
* s3:samba-tool: add --domain-critical-only to "samba-tool domain join"Stefan Metzmacher2011-08-121-3/+9
* s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODCStefan Metzmacher2011-08-121-3/+10
* s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()Stefan Metzmacher2011-08-121-1/+2
* s4:libnet_vampire: don't keep the replication state if DRSUAPI_DRS_CRITICAL_O...Stefan Metzmacher2011-08-121-0/+30
* s4:libnet: passdown the DsGetNCChangesReq* to the libnet_BecomeDC_StoreChunk ...Stefan Metzmacher2011-08-123-4/+72
* selftest:target/Samba4: use the correct configuration in setup_vampire_dc()Stefan Metzmacher2011-08-121-0/+2
* 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