summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-08-13s3-passdb: Added python method to get_global_sam_sidAmitay Isaacs1-0/+31
2011-08-13s3-passdb: Return dom_sid and guid with correct python types.Amitay Isaacs1-7/+31
2011-08-13passdb: Move python wrapper for passdb in samba3 python packageAmitay Isaacs1-1/+1
2011-08-13s3-param: Add python wrapper for s3 parametersAmitay Isaacs2-0/+94
2011-08-13s3-passdb: Connect to specified samdb if location is provided, otherwise use ...Amitay Isaacs1-1/+9
2011-08-13s3-passdb: Fix the error messages and return correct NTSTATUSAmitay Isaacs1-6/+8
2011-08-13s3-param: Make sure we have talloc stack frame before calling in s3 codeAmitay Isaacs1-1/+8
2011-08-13param: Add smb.conf loading support to s3/s4 loadparm bridgeAndrew Bartlett1-0/+6
2011-08-13s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett1-14/+7
2011-08-13s3-passdb Add support for pdb_add_sam_account() and password hashes to pdb_sa...Andrew Bartlett1-69/+222
2011-08-13s4-dsdb Add ability to force a particular SID in the upgrade caseAndrew Bartlett1-1/+2
2011-08-13s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett3-29/+33
2011-08-13passdb: Allocate talloc stackframe before calling in pdb functions.Amitay Isaacs1-2/+32
2011-08-13passdb: Call with correct backend methods instead of default methodsAmitay Isaacs3-10/+15
2011-08-13passdb: Added python wrapper to passdbAmitay Isaacs2-0/+1560
2011-08-13passdb: Add a function to read secrets db from a specified pathAmitay Isaacs2-6/+17
2011-08-13passdb: Add a function to expose loaded backend list.Amitay Isaacs2-0/+7
2011-08-12s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher11-16/+80
2011-08-12s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2-5/+5
2011-08-12s3:libsmb: keep a cli_smb_state->one_wayStefan Metzmacher1-12/+19
2011-08-12s3:libsmb: abstract the incoming dispatch function via a function pointerStefan Metzmacher2-5/+17
2011-08-12s3:libsmb: split out cli_state_dispatch_smb1() from cli_smb_received()Stefan Metzmacher1-45/+66
2011-08-12s3:libsmb: add missing TALLOC_FREE(frame) to cli_smb_received()Stefan Metzmacher1-0/+1
2011-08-12s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher1-12/+52
2011-08-12s3:libsmb: keep the request order in cli_smb_req_unset_pending()Stefan Metzmacher1-1/+3
2011-08-12s3:libsmb: use tevent_req_defer_callback() unless there's only one request in...Stefan Metzmacher1-4/+41
2011-08-12s3:libsmb: make use of cli_state_receive_next() in cli_smb_received()Stefan Metzmacher1-17/+2
2011-08-12s3:libsmb: notify all request about failures in cli_smb_req_set_pending()Stefan Metzmacher1-0/+7
2011-08-12s3:libsmb: split out cli_state_receive_next() from cli_smb_req_set_pending()Stefan Metzmacher1-2/+25
2011-08-12s3:libsmb: use talloc_stackframe() in cli_smb_received()Stefan Metzmacher1-8/+12
2011-08-12s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for...Stefan Metzmacher1-0/+1
2011-08-12s3:libsmb: reset the destructor in cli_smb_req_unset_pending()Stefan Metzmacher1-1/+2
2011-08-12s3:libsmb: add cli_state_notify_pending() and use itStefan Metzmacher1-25/+45
2011-08-12s3:selftest: run smbtorture3 CHAIN1/CHAIN2 testsStefan Metzmacher2-2/+1
2011-08-11s3-messaging: Do not register to classes we are not going to use.Simo Sorce3-5/+4
2011-08-11s3-messaging: Change classification of MSG_SMB_CONF_UPDATED.Simo Sorce2-2/+4
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce5-12/+19
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce5-19/+2
2011-08-11s3:build(autoconf): fix bug #8369: remove irritating "." targets when recent ...Michael Adam3-9/+19
2011-08-10s3: Adapt msg_idmap.c to Samba coding conventionsVolker Lendecke1-5/+5
2011-08-10s3: Fix some nonempty blank linesVolker Lendecke1-1/+1
2011-08-10s3: Fix some typos -- Simo, please checkVolker Lendecke1-7/+7
2011-08-10s3-spoolss: Fix prototypes warnings.Andreas Schneider1-1/+4
2011-08-10s3-printing: Do not try to force reload.Simo Sorce2-3/+7
2011-08-10s3-spoolss: do not call pcap_cache_reload() directlySimo Sorce1-5/+17
2011-08-10s3-printing: Add child handler to bq processSimo Sorce1-4/+32
2011-08-10s3-spoolss: Fix printers related messagingSimo Sorce1-4/+34
2011-08-10s3-prefork: Fix use of child id.Simo Sorce2-12/+11
2011-08-10s3-printing: make sure to block SIGHUP ...Simo Sorce2-4/+39
2011-08-10s3-spoolss: Use a global variable for the poolSimo Sorce1-60/+31