index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
globals.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()
Michael Adam
2012-10-19
1
-16
/
+0
*
Sigh :-(. Removing optimization prematurely is the root of all evil :-(.
Jeremy Allison
2012-09-13
1
-0
/
+1
*
Remove ancient "optimization" global LastDir.
Jeremy Allison
2012-09-12
1
-1
/
+0
*
s3: Add vfs_aio_posix
Volker Lendecke
2012-07-18
1
-2
/
+0
*
s3: Remove the unused completion handling from aio.c
Volker Lendecke
2012-07-18
1
-1
/
+0
*
s3: Properly handle shutdown with the _send/_recv based aio
Volker Lendecke
2012-07-18
1
-1
/
+0
*
s3: Restore async i/o with the "native" AIO interface
Volker Lendecke
2012-06-26
1
-1
/
+1
*
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
2012-06-06
1
-1
/
+1
*
s3:smbd: move global smbd_msg_state to smbXsrv_connection
Stefan Metzmacher
2012-05-25
1
-2
/
+0
*
s3:smbd: move global koplocks to smbd_server_connection
Stefan Metzmacher
2012-05-25
1
-2
/
+0
*
s3:smbd: move global oplocks vars to smbd_server_connection
Stefan Metzmacher
2012-05-25
1
-3
/
+0
*
s3:smbd: remove global 'smbd_server_conn' !!!
Stefan Metzmacher
2012-05-24
1
-10
/
+1
*
s3:smbd/globals: remove unused msg_ctx_to_sconn()
Stefan Metzmacher
2011-12-15
1
-13
/
+0
*
s3:smbd: remove unused smbd_messaging_context()
Stefan Metzmacher
2011-12-14
1
-10
/
+0
*
s3:smbd/server: maintain the list of child processes under smbd_parent_context
Stefan Metzmacher
2011-12-14
1
-2
/
+0
*
s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...
Stefan Metzmacher
2011-12-14
1
-1
/
+1
*
s3: Move can_delete_directory to smbd/, remove shim
Volker Lendecke
2011-12-13
1
-1
/
+0
*
s3:smbd: remember the event context on smbd_server_connection
Stefan Metzmacher
2011-12-12
1
-0
/
+1
*
s3-seal Remove struct smb_srv_trans_enc_ctx
Andrew Bartlett
2011-10-21
1
-2
/
+2
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-08-10
1
-1
/
+1
*
s3-printing: Rework how the background process is started
Simo Sorce
2011-08-10
1
-0
/
+1
*
s3: Move deferred_open_queue to smbd_server_connection
Volker Lendecke
2011-08-02
1
-1
/
+0
*
s3:smbd - Move printing queue stuff
Simo Sorce
2011-08-02
1
-0
/
+1
*
s3-smbd: Remove obsolete smbd_set_server_fd().
Andreas Schneider
2011-07-04
1
-29
/
+0
*
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
2011-06-21
1
-0
/
+16
*
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2011-06-20
1
-1
/
+1
*
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
2011-05-31
1
-1
/
+1
*
s3-smbd: expose smbd_set_server_fd()
Andrew Tridgell
2011-05-08
1
-0
/
+29
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-globals: silence build warning in smbd_messaging_context().
Günther Deschner
2011-03-23
1
-0
/
+1
*
s3-printing: Initiate pcap reload from parent smbd
David Disseldorp
2011-01-07
1
-1
/
+0
*
Move error reporting of messaging context creation fail into
Jeremy Allison
2010-11-14
1
-1
/
+5
*
s3: Add msg_ctx_to_sconn
Volker Lendecke
2010-10-03
1
-0
/
+13
*
s3: Remove some remaining files.c globals to sconn
Volker Lendecke
2010-09-28
1
-14
/
+0
*
s3: Move "Files" to smbd_server_connection
Volker Lendecke
2010-09-28
1
-1
/
+0
*
s3: Remove "server_fd" global variable
Volker Lendecke
2010-09-28
1
-1
/
+0
*
s3-build: only include memcache.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: Make char_flags and base_reverse const arrays
Volker Lendecke
2010-08-24
1
-6
/
+0
*
s3: Move "trans_num" to smbd_server_connection
Volker Lendecke
2010-08-24
1
-1
/
+0
*
Revert "Remove the global char *LastDir."
Jeremy Allison
2010-07-13
1
-0
/
+1
*
s3:lib make server contexts generic
Simo Sorce
2010-06-10
1
-16
/
+1
*
Don't use the autofree context for the globals. This causes child smbd's forked
Jeremy Allison
2010-06-10
1
-2
/
+12
*
s3-smbd: Remove unneeded dependency of map_username to globals.c.
Andreas Schneider
2010-06-04
1
-3
/
+0
*
s3:smbd move messaging_context and memcache into globals.c
Andrew Bartlett
2010-05-28
1
-0
/
+27
*
Be more forgiving on client oplock break failure (as Windows does). Remove a ...
Jeremy Allison
2010-05-13
1
-1
/
+0
*
Move the global blocking lock records into the smb1 state.
Jeremy Allison
2010-04-29
1
-12
/
+0
*
s3:smbd: add echo handler information to struct smbd_server_connection
Stefan Metzmacher
2010-03-22
1
-0
/
+3
*
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c
Volker Lendecke
2010-03-01
1
-2
/
+0
[next]