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
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-3
/
+0
2007-10-10
r24702: Remove the old API pointers
Volker Lendecke
1
-5
/
+0
2007-10-10
r24621: - deferr calling build_options();exit(0);
Stefan Metzmacher
1
-5
/
+10
2007-10-10
r24599: patch from Karolin Seeger <ks@sernet.de>:
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
Stefan Metzmacher
1
-5
/
+8
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23783: Processing the UAS change message was causing problems on ppc64 Linux
Andrew Tridgell
1
-23
/
+0
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
1
-3
/
+3
2007-10-10
r23502: Restore exit-on-idle. Small refactoring for clarity. Exit if
James Peach
1
-17
/
+26
2007-10-10
r23410: Merge the core of the cluster code.
Volker Lendecke
1
-0
/
+7
2007-10-10
r23272: Fix main event loop - reviewed by Volker.
Jeremy Allison
1
-2
/
+4
2007-10-10
r23241: In preparation for the cluster messaging import the parent smbd needs to
Volker Lendecke
1
-5
/
+19
2007-10-10
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
1
-0
/
+2
2007-10-10
r23168: Move the lp_max_connections() into service.c.
Volker Lendecke
1
-1
/
+1
2007-10-10
r23167: Remove an unused parameter
Volker Lendecke
1
-1
/
+1
2007-10-10
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-1
/
+1
2007-10-10
r22954: More messaging_register
Volker Lendecke
1
-1
/
+1
2007-10-10
r22942: Some message_register -> messaging_register conversions
Volker Lendecke
1
-34
/
+59
2007-10-10
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
1
-1
/
+1
2007-10-10
r22900: Convert profile/ to messaging_send_pid/messaging_register
Volker Lendecke
1
-1
/
+1
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-3
/
+5
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-1
/
+1
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-7
/
+7
2007-10-10
r22533: Use lib functions where we have them
Volker Lendecke
1
-2
/
+3
2007-10-10
r22495: Create wrapper to hide the details of obtaining a set of sockets
James Peach
1
-167
/
+2
2007-10-10
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
1
-48
/
+127
2007-10-10
r22417: Refactor the various daemon run-mode options to make the semantics
James Peach
1
-40
/
+49
2007-10-10
r22395: allow profiling level to be set on startup
Herb Lewis
1
-0
/
+10
2007-10-10
r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
Jeremy Allison
1
-0
/
+2
2007-10-10
r21871: Move deadtime processing into an idle event. While there, simplify
Volker Lendecke
1
-11
/
+29
2007-10-10
r21869: Move sending keepalives out of the main processing loop into idle event.
Volker Lendecke
1
-0
/
+26
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r21225: Couple of fixes from Martin Zielinski mz@seh.de,
Jeremy Allison
1
-3
/
+2
2007-10-10
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...
Volker Lendecke
1
-4
/
+0
2007-10-10
r21090: Add some helper routines
Volker Lendecke
1
-0
/
+11
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-14
/
+16
2007-10-10
r20966: Only attempt to reload the config file atfer the fork point if we
James Peach
1
-2
/
+6
2007-10-10
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
1
-0
/
+13
2007-10-10
r20846: Before this gets out of control...
Volker Lendecke
1
-0
/
+10
2007-10-10
r20131: get rid of a few no previous prototype warnings
Herb Lewis
1
-1
/
+1
2007-10-10
r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message
James Peach
1
-2
/
+0
2007-10-10
r17836: Don't create zombies in the children, thanks to Jeremy!
Volker Lendecke
1
-0
/
+4
2007-10-10
r17569: Make 'max smbd processes' more robust. Counting on the child to decre...
Volker Lendecke
1
-24
/
+76
2007-10-10
r17568: Reformatting -- more than 100 cols is too much :-)
Volker Lendecke
1
-3
/
+6
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-6
/
+0
2007-10-10
r15848: Introduce commandline options to set the remainder of the parameters in
James Peach
1
-4
/
+5
2007-10-10
r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...
Paul Green
1
-0
/
+2
2007-10-10
r15133: in_server is not used anywhere
Volker Lendecke
1
-3
/
+0
2007-10-10
r15119: Initialize our global sam sid first, quite a lot of the other initial...
Volker Lendecke
1
-11
/
+22
[prev]
[next]