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
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Refactor of madvise() usage in c441f58d
Steven Danneman
2009-02-20
1
-7
/
+0
*
S3: Stop creating SMBD cores when failing to create a pipe.
todd stecher
2009-02-18
1
-0
/
+4
*
S3: Allow SMBD processes to survive in low memory condidtions
todd stecher
2009-02-18
1
-0
/
+7
*
Fix a valgrind error
Volker Lendecke
2009-02-14
1
-1
/
+5
*
s3:smbd: make smbd_open_one_socket() static
Michael Adam
2009-01-29
1
-3
/
+3
*
s3:smbd: ignore open_socket_in() failures
Stefan Metzmacher
2009-01-29
1
-1
/
+4
*
s3:smbd: wait for new connection via fd events
Stefan Metzmacher
2009-01-27
1
-211
/
+227
*
s3:smbd: make mdns registration event driven.
Stefan Metzmacher
2009-01-27
1
-15
/
+10
*
s3:smbd: make inetd code path more clear
Stefan Metzmacher
2009-01-27
1
-24
/
+20
*
s3:smbd: remove pointless respond_to_all_remaining_local_messages() function
Stefan Metzmacher
2009-01-27
1
-2
/
+0
*
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
Stefan Metzmacher
2009-01-27
1
-76
/
+51
*
s3:smbd: move all code that handles a client connection into smbd_process()
Stefan Metzmacher
2009-01-27
1
-212
/
+0
*
s3:smbd: we should setup the client socket in the same way in all code pathes
Stefan Metzmacher
2009-01-27
1
-21
/
+15
*
s3:namecache: remove unused namecache_shutdown() function
Stefan Metzmacher
2009-01-27
1
-2
/
+0
*
s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
2009-01-22
1
-3
/
+0
*
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2009-01-22
1
-4
/
+8
*
Remove some unused code
Volker Lendecke
2009-01-20
1
-3
/
+0
*
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
2009-01-16
1
-3
/
+1
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-39
/
+23
*
s3:smbd: variables in a main() don't need to be static
Stefan Metzmacher
2009-01-08
1
-7
/
+7
*
s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()
Stefan Metzmacher
2009-01-08
1
-7
/
+1
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-2
/
+5
*
s3 build: Fix warning
Tim Prouty
2008-12-30
1
-0
/
+2
*
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
Stefan Metzmacher
2008-12-30
1
-3
/
+6
*
Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf
Yasuma Takeda
2008-12-05
1
-3
/
+2
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-3
/
+3
*
Remove sys_chroot() - libreplace already provides an alternative.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
s3-build: fix the build of smbd.
Günther Deschner
2008-10-18
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-2
/
+2
*
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
2008-10-03
1
-0
/
+31
*
Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...
Jeremy Allison
2008-08-14
1
-1
/
+2
*
smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...
Michael Adam
2008-08-13
1
-1
/
+3
*
added a explanatory comment on tcon check
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
ensure we exit with non-zero status on EOF on socket, so the parent
Andrew Tridgell
2008-08-13
1
-3
/
+8
*
fixed child exit handling and IP release handling
Andrew Tridgell
2008-08-13
1
-1
/
+3
*
log unclean shutdowns
Andrew Tridgell
2008-08-13
1
-0
/
+1
*
register the ctdbd reconfigure message
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-7
/
+0
*
smbd: untangle logic in smbd_messaging_context() slightly.
Michael Adam
2008-06-26
1
-2
/
+5
*
smbd: don't panic if messaging_init() fails but return NULL
Michael Adam
2008-06-26
1
-1
/
+1
*
Allow server manager to close open files selected by id.
Jeremy Allison
2008-05-27
1
-0
/
+2
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-2
/
+3
*
smbd: create the messaging conntext earlier
Stefan Metzmacher
2008-04-18
1
-11
/
+16
*
smbd: call reinit_after_fork() in the needed places
Stefan Metzmacher
2008-04-18
1
-16
/
+6
*
smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb tree
Stefan Metzmacher
2008-04-18
1
-2
/
+4
*
registry: rename init_registry() to registry_init_full() for consistency.
Michael Adam
2008-04-13
1
-1
/
+1
*
registry: change init_registry() to return WERROR instead of bool.
Michael Adam
2008-04-13
1
-1
/
+1
*
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
2008-04-12
1
-1
/
+5
*
Destroy DMAPI session when main smbd daemon exits.
Alexander Bokovoy
2008-04-08
1
-0
/
+9
[next]