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-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
2009-05-27
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
1
-6
/
+13
2009-03-23
Use avahi to register _smb._tcp in smbd
Volker Lendecke
1
-0
/
+11
2009-03-18
s3:smbd: use tevent_loop_once() in the parent event loop
Stefan Metzmacher
1
-34
/
+5
2009-03-18
s3:smbd: don't exit the parent when we have no connections
Stefan Metzmacher
1
-7
/
+0
2009-02-27
s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.
Günther Deschner
1
-1
/
+1
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-1
/
+1
2009-02-21
Do not close an fd we know is -1
Volker Lendecke
1
-1
/
+0
2009-02-20
s3: Refactor of madvise() usage in c441f58d
Steven Danneman
1
-7
/
+0
2009-02-18
S3: Stop creating SMBD cores when failing to create a pipe.
todd stecher
1
-0
/
+4
2009-02-18
S3: Allow SMBD processes to survive in low memory condidtions
todd stecher
1
-0
/
+7
2009-02-14
Fix a valgrind error
Volker Lendecke
1
-1
/
+5
2009-01-29
s3:smbd: make smbd_open_one_socket() static
Michael Adam
1
-3
/
+3
2009-01-29
s3:smbd: ignore open_socket_in() failures
Stefan Metzmacher
1
-1
/
+4
2009-01-27
s3:smbd: wait for new connection via fd events
Stefan Metzmacher
1
-211
/
+227
2009-01-27
s3:smbd: make mdns registration event driven.
Stefan Metzmacher
1
-15
/
+10
2009-01-27
s3:smbd: make inetd code path more clear
Stefan Metzmacher
1
-24
/
+20
2009-01-27
s3:smbd: remove pointless respond_to_all_remaining_local_messages() function
Stefan Metzmacher
1
-2
/
+0
2009-01-27
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
Stefan Metzmacher
1
-76
/
+51
2009-01-27
s3:smbd: move all code that handles a client connection into smbd_process()
Stefan Metzmacher
1
-212
/
+0
2009-01-27
s3:smbd: we should setup the client socket in the same way in all code pathes
Stefan Metzmacher
1
-21
/
+15
2009-01-27
s3:namecache: remove unused namecache_shutdown() function
Stefan Metzmacher
1
-2
/
+0
2009-01-22
s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
1
-3
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
1
-4
/
+8
2009-01-20
Remove some unused code
Volker Lendecke
1
-3
/
+0
2009-01-16
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
1
-3
/
+1
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-1
/
+1
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-39
/
+23
2009-01-08
s3:smbd: variables in a main() don't need to be static
Stefan Metzmacher
1
-7
/
+7
2009-01-08
s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()
Stefan Metzmacher
1
-7
/
+1
2009-01-05
clean event context after child is forked.
Bo Yang
1
-2
/
+5
2008-12-30
s3 build: Fix warning
Tim Prouty
1
-0
/
+2
2008-12-30
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
Stefan Metzmacher
1
-3
/
+6
2008-12-05
Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf
Yasuma Takeda
1
-3
/
+2
[next]