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
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
2007-10-10
r15022: Fix core dumps on normal server exit.
Jeremy Allison
1
-5
/
+5
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-2
/
+1
2007-10-10
r14954: Fix #3569 based on William Jojo's work. AIX also
Jeremy Allison
1
-1
/
+1
2007-10-10
r14898: This change is an attempt to improve the quality of the information that
James Peach
1
-76
/
+86
2007-10-10
r14847: Tell static checkers that exit_server() doesn't
Jeremy Allison
1
-5
/
+10
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
1
-0
/
+6
2007-10-10
r14618: add --no-process-group to all server programms
Stefan Metzmacher
1
-2
/
+5
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-1
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-8
/
+21
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r13023: Ensure we notice if we exit due to guest user setup fail.
Jeremy Allison
1
-1
/
+3
2007-10-10
r12735: After talking to Tridge and Jeremy... This needs to be made more generic
Volker Lendecke
1
-2
/
+0
2007-10-10
r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...
Volker Lendecke
1
-0
/
+2
2007-10-10
r12564: Ensure load_case_tables is always done first.
Jeremy Allison
1
-2
/
+2
2007-10-10
r12213: Final fix for #3303 - send rename messages to smbd's
Jeremy Allison
1
-0
/
+1
2007-10-10
r10822: updating copyright info
Gerald Carter
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-6
/
+5
2007-10-10
r10644: Let the ports parameter be a comma-separated list, as documented in
James Peach
1
-2
/
+2
2007-10-10
r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a good
James Peach
1
-0
/
+12
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-1
/
+4
2007-10-10
r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...
Gerald Carter
1
-0
/
+2
2007-10-10
r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...
Gerald Carter
1
-0
/
+3
2007-10-10
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
1
-2
/
+2
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-8
/
+4
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+2
2007-10-10
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
1
-2
/
+34
2007-10-10
r4018: * move claim_connection from the netbios session request
Gerald Carter
1
-1
/
+1
2007-10-10
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy Allison
1
-5
/
+4
2007-10-10
r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculate
Jeremy Allison
1
-2
/
+8
2007-10-10
r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...
Gerald Carter
1
-1
/
+2
2007-10-10
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
1
-0
/
+3
2007-10-10
r3559: If called interactively, on shutdown dump the talloc contexts left. Idea
Volker Lendecke
1
-0
/
+9
2007-10-10
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
1
-0
/
+2
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-5
/
+6
2007-10-10
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
1
-6
/
+4
2007-10-10
r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...
Gerald Carter
1
-6
/
+7
2007-10-10
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison
1
-0
/
+4
2004-03-26
Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
Jeremy Allison
1
-1
/
+10
2004-02-19
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
1
-14
/
+20
2004-02-12
merge from old APP_HEAD
Gerald Carter
1
-0
/
+2
2004-02-08
More 'static' work.
Andrew Bartlett
1
-1
/
+1
2004-02-08
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
1
-1
/
+1
2004-01-11
update copyright to -2004
Stefan Metzmacher
1
-1
/
+1
2003-11-07
Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
Volker Lendecke
1
-1
/
+1
2003-10-29
parameterise the listen backlog in smbd and make it larger by default. A back...
Andrew Tridgell
1
-2
/
+2
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-07-08
Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally
Jeremy Allison
1
-2
/
+0
2003-07-07
and so it begins....
Gerald Carter
1
-13
/
+1
[next]