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
/
smbd
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Add msg_ctx to smbd_server_connection
Volker Lendecke
2010-07-05
1
-0
/
+2
*
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
Volker Lendecke
2010-07-05
1
-1
/
+2
*
s3: Create a unique id for the smbd parent
Volker Lendecke
2010-07-05
1
-0
/
+4
*
s3: Pass the new server_id through reinit_after_fork
Volker Lendecke
2010-07-04
1
-3
/
+7
*
s3: Fix some type-punned warnings
Volker Lendecke
2010-07-04
1
-1
/
+1
*
s3: Remove serverid_[de]register_self
Volker Lendecke
2010-07-04
1
-6
/
+8
*
Don't use frame as the talloc ctx in open_schannel_session_store(), as this b...
Jeremy Allison
2010-06-25
1
-1
/
+1
*
Change talloc_autofree_context() to frame in Andrew's schannel.tdb TDB_CLEAR_...
Jeremy Allison
2010-06-25
1
-1
/
+1
*
s3:schannel Open the schannel_state.tdb at startup
Andrew Bartlett
2010-06-25
1
-0
/
+8
*
s3:lib make server contexts generic
Simo Sorce
2010-06-10
1
-12
/
+1
*
Don't use the autofree context for the globals. This causes child smbd's forked
Jeremy Allison
2010-06-10
1
-1
/
+6
*
s3:smbd move messaging_context and memcache into globals.c
Andrew Bartlett
2010-05-28
1
-26
/
+0
*
s3:smbd split reload services/printers functions from server.c
Andrew Bartlett
2010-05-28
1
-82
/
+0
*
s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.c
Andrew Bartlett
2010-05-28
1
-146
/
+0
*
s3-auth: Added a function to get the server_info from the system user.
Andreas Schneider
2010-05-28
1
-0
/
+5
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3:smbd Remove calls to namecache_enable()
Andrew Bartlett
2010-05-13
1
-2
/
+0
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider
2010-03-26
1
-1
/
+1
*
s3: Make sure our CLEAR_IF_FIRST optimization works for serverid.tdb
Volker Lendecke
2010-03-25
1
-0
/
+4
*
s3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbs
Volker Lendecke
2010-03-25
1
-0
/
+4
*
s3: Make sure our CLEAR_IF_FIRST optimization works for messaging.tdb
Volker Lendecke
2010-03-25
1
-0
/
+4
*
s3: Add "log writeable files on exit" parameter
Volker Lendecke
2010-03-22
1
-0
/
+31
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-03-22
1
-1
/
+0
*
s3:smbd: make sure we always have a valid talloc stackframe
Stefan Metzmacher
2010-03-15
1
-0
/
+3
*
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
2010-03-10
1
-4
/
+35
*
Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...
Karolin Seeger
2010-03-08
1
-8
/
+0
*
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c
Volker Lendecke
2010-03-01
1
-1
/
+2
*
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
2010-02-23
1
-1
/
+1
*
Fix trailing whitespace errors I added (sorry).
Jeremy Allison
2010-02-05
1
-3
/
+3
*
s3-smbd: add a rate limited cleanup of brl, connections and locking db
Andrew Tridgell
2010-02-05
1
-6
/
+42
*
s3-brlock: we don't need these MSG_SMB_UNLOCK calls now
Andrew Tridgell
2010-02-05
1
-2
/
+0
*
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...
Jeremy Allison
2010-01-26
1
-0
/
+8
*
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
2009-08-26
1
-0
/
+9
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
1
-2
/
+0
*
Fix bug #6564 - SetPrinter fails (panics) as non root.
Jeremy Allison
2009-07-17
1
-0
/
+1
*
Make gencache more stable
Volker Lendecke
2009-07-15
1
-0
/
+1
*
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
2009-06-22
1
-14
/
+25
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-18
1
-0
/
+3
*
Fix bug #6476 - more then 3000 smbd-zombies in memory
Jeremy Allison
2009-06-17
1
-0
/
+12
*
s3:smbd: create a connection_struct in SMB2 Tree Connect
Stefan Metzmacher
2009-06-03
1
-0
/
+9
*
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-5
/
+2
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-1
/
+3
*
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-2
/
+4
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
1
-6
/
+13
*
Use avahi to register _smb._tcp in smbd
Volker Lendecke
2009-03-23
1
-0
/
+11
*
s3:smbd: use tevent_loop_once() in the parent event loop
Stefan Metzmacher
2009-03-18
1
-34
/
+5
*
s3:smbd: don't exit the parent when we have no connections
Stefan Metzmacher
2009-03-18
1
-7
/
+0
*
s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.
Günther Deschner
2009-02-27
1
-1
/
+1
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-1
/
+1
[prev]
[next]