summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:libsmb: split out cli_state_receive_next() from cli_smb_req_set_pending()Stefan Metzmacher2011-08-121-2/+25
* s3:libsmb: use talloc_stackframe() in cli_smb_received()Stefan Metzmacher2011-08-121-8/+12
* s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for...Stefan Metzmacher2011-08-121-0/+1
* s3:libsmb: reset the destructor in cli_smb_req_unset_pending()Stefan Metzmacher2011-08-121-1/+2
* s3:libsmb: add cli_state_notify_pending() and use itStefan Metzmacher2011-08-121-25/+45
* s3:selftest: run smbtorture3 CHAIN1/CHAIN2 testsStefan Metzmacher2011-08-122-2/+1
* s3-messaging: Do not register to classes we are not going to use.Simo Sorce2011-08-113-5/+4
* s3-messaging: Change classification of MSG_SMB_CONF_UPDATED.Simo Sorce2011-08-112-2/+4
* s3-messaging: Fix messaging classes.Simo Sorce2011-08-115-12/+19
* s3-messaging: Remove obsolete class.Simo Sorce2011-08-115-19/+2
* s3:build(autoconf): fix bug #8369: remove irritating "." targets when recent ...Michael Adam2011-08-113-9/+19
* s3: Adapt msg_idmap.c to Samba coding conventionsVolker Lendecke2011-08-101-5/+5
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-101-1/+1
* s3: Fix some typos -- Simo, please checkVolker Lendecke2011-08-101-7/+7
* s3-spoolss: Fix prototypes warnings.Andreas Schneider2011-08-101-1/+4
* s3-printing: Do not try to force reload.Simo Sorce2011-08-102-3/+7
* s3-spoolss: do not call pcap_cache_reload() directlySimo Sorce2011-08-101-5/+17
* s3-printing: Add child handler to bq processSimo Sorce2011-08-101-4/+32
* s3-spoolss: Fix printers related messagingSimo Sorce2011-08-101-4/+34
* s3-prefork: Fix use of child id.Simo Sorce2011-08-102-12/+11