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