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
/
source
/
smbd
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r24957: Merge 21867, 21869, 21870 and 21871:
Volker Lendecke
2007-09-04
1
-0
/
+45
*
r24950: Merge r21784
Volker Lendecke
2007-09-04
1
-1
/
+1
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-08-30
1
-3
/
+0
*
r24702: Remove the old API pointers
Volker Lendecke
2007-08-27
1
-5
/
+0
*
r24622: - deferr calling build_options();exit(0);
Stefan Metzmacher
2007-08-22
1
-5
/
+10
*
r24600: patch from Karolin Seeger <ks@sernet.de>:
Stefan Metzmacher
2007-08-21
1
-1
/
+4
*
r24030: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
Stefan Metzmacher
2007-07-24
1
-5
/
+8
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23783: Processing the UAS change message was causing problems on ppc64 Linux
Andrew Tridgell
2007-07-10
1
-23
/
+0
*
r23780: Find and fix more GPL2 -> GPL3.
Jeremy Allison
2007-07-09
1
-1
/
+1
*
r23683: Check ports are in the correct range (1-65535)
Simo Sorce
2007-07-03
1
-2
/
+2
*
r23511: Merge branches/SAMBA_3_0@23510
James Peach
2007-06-15
1
-3
/
+3
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-06-10
1
-0
/
+7
*
r23272: Fix main event loop - reviewed by Volker.
Jeremy Allison
2007-05-31
1
-2
/
+4
*
r23241: In preparation for the cluster messaging import the parent smbd needs to
Volker Lendecke
2007-05-30
1
-7
/
+20
*
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
2007-05-29
1
-0
/
+2
*
r23168: Move the lp_max_connections() into service.c.
Volker Lendecke
2007-05-27
1
-1
/
+1
*
r23167: Remove an unused parameter
Volker Lendecke
2007-05-27
1
-1
/
+1
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-05-21
1
-1
/
+1
*
r22954: More messaging_register
Volker Lendecke
2007-05-16
1
-1
/
+1
*
r22942: Some message_register -> messaging_register conversions
Volker Lendecke
2007-05-16
1
-34
/
+59
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-05-15
1
-1
/
+1
*
r22900: Convert profile/ to messaging_send_pid/messaging_register
Volker Lendecke
2007-05-15
1
-1
/
+1
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-05-14
1
-2
/
+3
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-05-08
1
-1
/
+1
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-05-07
1
-7
/
+7
*
r22395: allow profiling level to be set on startup
Herb Lewis
2007-04-20
1
-0
/
+10
*
r21322: No feedback means consent :-)
Volker Lendecke
2007-02-13
1
-18
/
+37
*
r21225: Couple of fixes from Martin Zielinski mz@seh.de,
Jeremy Allison
2007-02-07
1
-3
/
+2
*
r20966: Only attempt to reload the config file atfer the fork point if we
James Peach
2007-01-23
1
-2
/
+6
*
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
2007-01-19
1
-0
/
+13
*
r20157: get rid of a few no previous prototype warnings
Herb Lewis
2006-12-13
1
-1
/
+1
*
r19810: more merge work....does not compile currently. Working on smbd merge
Gerald Carter
2006-11-21
1
-34
/
+85
*
r16104: Set version to 3.0.23rc2
Gerald Carter
2006-06-08
1
-4
/
+5
*
r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)
Gerald Carter
2006-05-23
1
-0
/
+2
*
r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)
Gerald Carter
2006-04-20
1
-3
/
+0
*
r15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132
Gerald Carter
2006-04-19
1
-96
/
+144
|
\
|
*
r15133: in_server is not used anywhere
Volker Lendecke
2006-04-19
1
-3
/
+0
|
*
r15119: Initialize our global sam sid first, quite a lot of the other initial...
Volker Lendecke
2006-04-18
1
-11
/
+22
|
*
r15022: Fix core dumps on normal server exit.
Jeremy Allison
2006-04-10
1
-5
/
+5
|
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2006-04-10
1
-2
/
+1
|
*
r14954: Fix #3569 based on William Jojo's work. AIX also
Jeremy Allison
2006-04-06
1
-1
/
+1
|
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2006-04-04
1
-76
/
+86
|
*
r14847: Tell static checkers that exit_server() doesn't
Jeremy Allison
2006-04-01
1
-5
/
+10
|
*
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
2006-03-22
1
-0
/
+6
|
*
r14618: add --no-process-group to all server programms
Stefan Metzmacher
2006-03-21
1
-2
/
+5
|
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2006-02-20
1
-1
/
+1
|
*
r13316: Let the carnage begin....
Gerald Carter
2006-02-03
1
-8
/
+21
|
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2006-01-28
1
-1
/
+1
|
*
r13023: Ensure we notice if we exit due to guest user setup fail.
Jeremy Allison
2006-01-18
1
-1
/
+3
[next]