index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-13
s4-dsdb Add ability to force a particular SID in the upgrade case
Andrew Bartlett
1
-1
/
+2
2011-08-13
s3-passdb Make pdb_element_is_changed available to all passdb modules
Andrew Bartlett
3
-29
/
+33
2011-08-13
passdb: Allocate talloc stackframe before calling in pdb functions.
Amitay Isaacs
1
-2
/
+32
2011-08-13
passdb: Call with correct backend methods instead of default methods
Amitay Isaacs
3
-10
/
+15
2011-08-13
passdb: Added python wrapper to passdb
Amitay Isaacs
2
-0
/
+1560
2011-08-13
passdb: Add a function to read secrets db from a specified path
Amitay Isaacs
2
-6
/
+17
2011-08-13
passdb: Add a function to expose loaded backend list.
Amitay Isaacs
2
-0
/
+7
2011-08-12
s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
11
-16
/
+80
2011-08-12
s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
2
-5
/
+5
2011-08-12
s3:libsmb: keep a cli_smb_state->one_way
Stefan Metzmacher
1
-12
/
+19
2011-08-12
s3:libsmb: abstract the incoming dispatch function via a function pointer
Stefan Metzmacher
2
-5
/
+17
2011-08-12
s3:libsmb: split out cli_state_dispatch_smb1() from cli_smb_received()
Stefan Metzmacher
1
-45
/
+66
2011-08-12
s3:libsmb: add missing TALLOC_FREE(frame) to cli_smb_received()
Stefan Metzmacher
1
-0
/
+1
2011-08-12
s3:smb2_server: make sure we prefer responses over requests on the client socket
Stefan Metzmacher
1
-12
/
+52
2011-08-12
s3:libsmb: keep the request order in cli_smb_req_unset_pending()
Stefan Metzmacher
1
-1
/
+3
2011-08-12
s3:libsmb: use tevent_req_defer_callback() unless there's only one request in...
Stefan Metzmacher
1
-4
/
+41
2011-08-12
s3:libsmb: make use of cli_state_receive_next() in cli_smb_received()
Stefan Metzmacher
1
-17
/
+2
2011-08-12
s3:libsmb: notify all request about failures in cli_smb_req_set_pending()
Stefan Metzmacher
1
-0
/
+7
2011-08-12
s3:libsmb: split out cli_state_receive_next() from cli_smb_req_set_pending()
Stefan Metzmacher
1
-2
/
+25
2011-08-12
s3:libsmb: use talloc_stackframe() in cli_smb_received()
Stefan Metzmacher
1
-8
/
+12
2011-08-12
s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for...
Stefan Metzmacher
1
-0
/
+1
2011-08-12
s3:libsmb: reset the destructor in cli_smb_req_unset_pending()
Stefan Metzmacher
1
-1
/
+2
2011-08-12
s3:libsmb: add cli_state_notify_pending() and use it
Stefan Metzmacher
1
-25
/
+45
2011-08-12
s3:selftest: run smbtorture3 CHAIN1/CHAIN2 tests
Stefan Metzmacher
2
-2
/
+1
2011-08-11
s3-messaging: Do not register to classes we are not going to use.
Simo Sorce
3
-5
/
+4
2011-08-11
s3-messaging: Change classification of MSG_SMB_CONF_UPDATED.
Simo Sorce
2
-2
/
+4
2011-08-11
s3-messaging: Fix messaging classes.
Simo Sorce
5
-12
/
+19
2011-08-11
s3-messaging: Remove obsolete class.
Simo Sorce
5
-19
/
+2
2011-08-11
s3:build(autoconf): fix bug #8369: remove irritating "." targets when recent ...
Michael Adam
3
-9
/
+19
2011-08-10
s3: Adapt msg_idmap.c to Samba coding conventions
Volker Lendecke
1
-5
/
+5
2011-08-10
s3: Fix some nonempty blank lines
Volker Lendecke
1
-1
/
+1
2011-08-10
s3: Fix some typos -- Simo, please check
Volker Lendecke
1
-7
/
+7
2011-08-10
s3-spoolss: Fix prototypes warnings.
Andreas Schneider
1
-1
/
+4
2011-08-10
s3-printing: Do not try to force reload.
Simo Sorce
2
-3
/
+7
2011-08-10
s3-spoolss: do not call pcap_cache_reload() directly
Simo Sorce
1
-5
/
+17
2011-08-10
s3-printing: Add child handler to bq process
Simo Sorce
1
-4
/
+32
2011-08-10
s3-spoolss: Fix printers related messaging
Simo Sorce
1
-4
/
+34
2011-08-10
s3-prefork: Fix use of child id.
Simo Sorce
2
-12
/
+11
2011-08-10
s3-printing: make sure to block SIGHUP ...
Simo Sorce
2
-4
/
+39
2011-08-10
s3-spoolss: Use a global variable for the pool
Simo Sorce
1
-60
/
+31
2011-08-10
s3-printing: Allow bq process to have own logfile
Simo Sorce
3
-26
/
+55
2011-08-10
s3-spoolssd: Use the child_id to open log files
Simo Sorce
1
-15
/
+43
2011-08-10
s3-prefork: Pass the child a child_id
Simo Sorce
3
-2
/
+4
2011-08-10
s3-printing: Force pcap reload when all ready
Simo Sorce
4
-5
/
+18
2011-08-10
s3-prefork: Return tsocket_address for client and server
Simo Sorce
3
-32
/
+68
2011-08-10
s3-prefork: Pass messaging context around too
Simo Sorce
3
-20
/
+59
2011-08-10
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
3
-52
/
+94
2011-08-10
s3:spoolssd Start spoolssd from printing_subsystem_init
Simo Sorce
4
-41
/
+70
2011-08-10
s3-printing: Rework how the background process is started
Simo Sorce
6
-21
/
+42
2011-08-10
s3-prefork: Provide a cleanup function
Simo Sorce
3
-28
/
+25
[next]