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
2012-08-23
param: Add startup checks for valid server role/binary combinations
Andrew Bartlett
1
-0
/
+7
2012-07-27
lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...
Andrew Bartlett
1
-6
/
+3
2012-07-19
Move everything to use the common pidfile functions.
Jeremy Allison
1
-1
/
+2
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
1
-1
/
+1
2012-07-19
lib/param: bring lp_smb_ports() into common by making it a list everywhere
Andrew Bartlett
1
-21
/
+10
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2012-06-29
s3:smbd: add smbXsrv_open* infrastructure
Stefan Metzmacher
1
-0
/
+4
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
1
-1
/
+1
2012-06-25
s3:smbd: add smbXsrv_tcon infrastructure
Stefan Metzmacher
1
-1
/
+6
2012-06-25
s3:smbd: add smbXsrv_session infrastructure
Stefan Metzmacher
1
-0
/
+4
2012-06-25
s3:smbd: add smbXsrv_version_* infrastructure
Stefan Metzmacher
1
-0
/
+7
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
1
-0
/
+1
2012-05-31
Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...
Jeremy Allison
1
-15
/
+18
2012-05-24
s3:smbd: remove global 'smbd_server_conn' !!!
Stefan Metzmacher
1
-22
/
+7
2012-05-24
s3:smbd: only call file_init_global() in the parent smbd
Stefan Metzmacher
1
-2
/
+2
2012-05-15
s3-auth: Rename to init_system_session_info().
Andreas Schneider
1
-1
/
+1
2012-04-20
s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)
Michael Adam
1
-13
/
+0
2012-04-17
s3: New notify implementation
Volker Lendecke
1
-1
/
+99
2012-04-17
s3: Increase debuglevel for unknown child msgs
Volker Lendecke
1
-1
/
+1
2012-04-16
param: Change from _lp to lp__ as the prefix for internal parameter wrappers
Andrew Bartlett
1
-2
/
+2
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-3
/
+3
2012-03-22
s3: Fix smbd -i
Volker Lendecke
1
-9
/
+11
2012-03-22
s3: Remove an unused structure field
Volker Lendecke
1
-2
/
+0
2012-03-15
s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...
Michael Adam
1
-0
/
+13
2012-03-14
s3:smbd: also create ncalrpc/np directory before forking rpc daemons
Stefan Metzmacher
1
-0
/
+13
2012-03-07
s3: piddir creation fix.
Ira Cooper
1
-0
/
+3
2012-03-07
s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssd
Andrew Bartlett
1
-4
/
+4
2012-03-04
change low FDs are handled in Samba
Andrew Bartlett
1
-10
/
+2
2012-02-28
s3: More fix for smbd -i
Volker Lendecke
1
-1
/
+1
2012-02-28
smbd: detect EOF on stdin in --foreground mode
Andrew Tridgell
1
-0
/
+25
2012-02-21
s3: Fix smbd -i
Volker Lendecke
1
-0
/
+1
2012-02-15
s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760
Volker Lendecke
1
-4
/
+2
2012-01-31
s3: Fix "smbcontrol smbd close-share"
Volker Lendecke
1
-0
/
+11
2011-12-15
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
1
-3
/
+3
2011-12-15
s3:smbd: split smb_conf_updated into parent and child versions
Stefan Metzmacher
1
-12
/
+9
2011-12-15
s3:smbd: split ID_CACHE_* message handling into parent and child parts
Stefan Metzmacher
1
-1
/
+48
2011-12-14
s3:smbd: remove brl_register_msgs()
Stefan Metzmacher
1
-1
/
+2
2011-12-14
s3:smbd/server: avoid msg_ctx_to_sconn() in smbd_accept_connection()
Stefan Metzmacher
1
-1
/
+1
2011-12-14
s3:smbd/server: maintain the list of child processes under smbd_parent_context
Stefan Metzmacher
1
-31
/
+55
2011-12-14
s3:smbd/server: pass smbd_parent_context to smbd_setup_sig_chld_handler()
Stefan Metzmacher
1
-6
/
+6
2011-12-14
s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...
Stefan Metzmacher
1
-8
/
+9
2011-12-13
s3:smbd/server: move smbd_open_socket and smbd_parent_context to the top
Stefan Metzmacher
1
-19
/
+19
2011-12-13
s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()
Stefan Metzmacher
1
-2
/
+1
2011-12-13
s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()
Stefan Metzmacher
1
-1
/
+1
2011-12-13
s3:smbd/server: remove unused msg_sam_sync()
Stefan Metzmacher
1
-15
/
+0
2011-12-13
s3:smbd/server: add parent specific SIGTERM and SIGHUP handlers
Stefan Metzmacher
1
-3
/
+45
2011-12-13
s3:smbd/server: create smbd_parent_context earlier
Stefan Metzmacher
1
-7
/
+8
2011-12-13
s3:smbd/server: remember the ev_ctx on the smbd_parent_context
Stefan Metzmacher
1
-0
/
+2
2011-12-13
s3:smbd/server: remember the msg_ctx on the smbd_parent_context
Stefan Metzmacher
1
-4
/
+4
2011-12-13
s3:smbd: register MSG_SMB_FILE_RENAME after the fork
Stefan Metzmacher
1
-2
/
+0
[next]