index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
torture: use tevent_ functions names instead of the legacy event_ ones
Simo Sorce
2011-08-13
1
-3
/
+3
*
s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child process
Andrew Bartlett
2011-08-13
1
-0
/
+9
*
s3-passdb: Added python method to get_global_sam_sid
Amitay Isaacs
2011-08-13
1
-0
/
+31
*
s3-passdb: Return dom_sid and guid with correct python types.
Amitay Isaacs
2011-08-13
1
-7
/
+31
*
passdb: Move python wrapper for passdb in samba3 python package
Amitay Isaacs
2011-08-13
1
-1
/
+1
*
s3-param: Add python wrapper for s3 parameters
Amitay Isaacs
2011-08-13
2
-0
/
+94
*
s3-passdb: Connect to specified samdb if location is provided, otherwise use ...
Amitay Isaacs
2011-08-13
1
-1
/
+9
*
s3-passdb: Fix the error messages and return correct NTSTATUS
Amitay Isaacs
2011-08-13
1
-6
/
+8
*
s3-param: Make sure we have talloc stack frame before calling in s3 code
Amitay Isaacs
2011-08-13
1
-1
/
+8
*
param: Add smb.conf loading support to s3/s4 loadparm bridge
Andrew Bartlett
2011-08-13
1
-0
/
+6
*
s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...
Andrew Bartlett
2011-08-13
1
-14
/
+7
*
s3-passdb Add support for pdb_add_sam_account() and password hashes to pdb_sa...
Andrew Bartlett
2011-08-13
1
-69
/
+222
*
s4-dsdb Add ability to force a particular SID in the upgrade case
Andrew Bartlett
2011-08-13
1
-1
/
+2
*
s3-passdb Make pdb_element_is_changed available to all passdb modules
Andrew Bartlett
2011-08-13
3
-29
/
+33
*
passdb: Allocate talloc stackframe before calling in pdb functions.
Amitay Isaacs
2011-08-13
1
-2
/
+32
*
passdb: Call with correct backend methods instead of default methods
Amitay Isaacs
2011-08-13
3
-10
/
+15
*
passdb: Added python wrapper to passdb
Amitay Isaacs
2011-08-13
2
-0
/
+1560
*
passdb: Add a function to read secrets db from a specified path
Amitay Isaacs
2011-08-13
2
-6
/
+17
*
passdb: Add a function to expose loaded backend list.
Amitay Isaacs
2011-08-13
2
-0
/
+7
*
s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
2011-08-12
11
-16
/
+80
*
s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
2011-08-12
2
-5
/
+5
*
s3:libsmb: keep a cli_smb_state->one_way
Stefan Metzmacher
2011-08-12
1
-12
/
+19
*
s3:libsmb: abstract the incoming dispatch function via a function pointer
Stefan Metzmacher
2011-08-12
2
-5
/
+17
*
s3:libsmb: split out cli_state_dispatch_smb1() from cli_smb_received()
Stefan Metzmacher
2011-08-12
1
-45
/
+66
*
s3:libsmb: add missing TALLOC_FREE(frame) to cli_smb_received()
Stefan Metzmacher
2011-08-12
1
-0
/
+1
*
s3:smb2_server: make sure we prefer responses over requests on the client socket
Stefan Metzmacher
2011-08-12
1
-12
/
+52
*
s3:libsmb: keep the request order in cli_smb_req_unset_pending()
Stefan Metzmacher
2011-08-12
1
-1
/
+3
*
s3:libsmb: use tevent_req_defer_callback() unless there's only one request in...
Stefan Metzmacher
2011-08-12
1
-4
/
+41
*
s3:libsmb: make use of cli_state_receive_next() in cli_smb_received()
Stefan Metzmacher
2011-08-12
1
-17
/
+2
*
s3:libsmb: notify all request about failures in cli_smb_req_set_pending()
Stefan Metzmacher
2011-08-12
1
-0
/
+7
*
s3:libsmb: split out cli_state_receive_next() from cli_smb_req_set_pending()
Stefan Metzmacher
2011-08-12
1
-2
/
+25
*
s3:libsmb: use talloc_stackframe() in cli_smb_received()
Stefan Metzmacher
2011-08-12
1
-8
/
+12
*
s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for...
Stefan Metzmacher
2011-08-12
1
-0
/
+1
*
s3:libsmb: reset the destructor in cli_smb_req_unset_pending()
Stefan Metzmacher
2011-08-12
1
-1
/
+2
*
s3:libsmb: add cli_state_notify_pending() and use it
Stefan Metzmacher
2011-08-12
1
-25
/
+45
*
s3:selftest: run smbtorture3 CHAIN1/CHAIN2 tests
Stefan Metzmacher
2011-08-12
2
-2
/
+1
*
s3-messaging: Do not register to classes we are not going to use.
Simo Sorce
2011-08-11
3
-5
/
+4
*
s3-messaging: Change classification of MSG_SMB_CONF_UPDATED.
Simo Sorce
2011-08-11
2
-2
/
+4
*
s3-messaging: Fix messaging classes.
Simo Sorce
2011-08-11
5
-12
/
+19
*
s3-messaging: Remove obsolete class.
Simo Sorce
2011-08-11
5
-19
/
+2
*
s3:build(autoconf): fix bug #8369: remove irritating "." targets when recent ...
Michael Adam
2011-08-11
3
-9
/
+19
*
s3: Adapt msg_idmap.c to Samba coding conventions
Volker Lendecke
2011-08-10
1
-5
/
+5
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-08-10
1
-1
/
+1
*
s3: Fix some typos -- Simo, please check
Volker Lendecke
2011-08-10
1
-7
/
+7
*
s3-spoolss: Fix prototypes warnings.
Andreas Schneider
2011-08-10
1
-1
/
+4
*
s3-printing: Do not try to force reload.
Simo Sorce
2011-08-10
2
-3
/
+7
*
s3-spoolss: do not call pcap_cache_reload() directly
Simo Sorce
2011-08-10
1
-5
/
+17
*
s3-printing: Add child handler to bq process
Simo Sorce
2011-08-10
1
-4
/
+32
*
s3-spoolss: Fix printers related messaging
Simo Sorce
2011-08-10
1
-4
/
+34
*
s3-prefork: Fix use of child id.
Simo Sorce
2011-08-10
2
-12
/
+11
[next]