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
/
source4
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14082: fix the build of process model thread
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
8
-3
/
+103
2007-10-10
r14078: move ldb_global_init() to the main smbd code,
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r14038: reopen log files after a SIGHUP
Stefan Metzmacher
1
-3
/
+6
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13944: Yet another round of splitups.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13938: Around round of splitups
Jelmer Vernooij
2
-1
/
+4
2007-10-10
r13937: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13926: More header splitups.
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
4
-0
/
+5
2007-10-10
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13655: Use new name of build header
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r13070: Add a simple smbd manpage, based on the Samba 3 one.
Jelmer Vernooij
2
-0
/
+178
2007-10-10
r12815: try to fix the build on AIX
Stefan Metzmacher
3
-0
/
+3
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
1
-2
/
+13
2007-10-10
r12797: check for a error
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12661: Happy New Year!
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
4
-7
/
+0
2007-10-10
r12594: Jelmer pushed some proposed header reductions to the list today. This
Andrew Bartlett
1
-1
/
+0
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12523: Convert the registry subsystem to use a seperate prototype header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...
Jelmer Vernooij
2
-1
/
+11
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2
-5
/
+5
2007-10-10
r12494: Support loading modules from .so files for most subsystems.
Jelmer Vernooij
3
-0
/
+23
2007-10-10
r12284: use the correct name for logging
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'ed
Andrew Bartlett
4
-7
/
+18
2007-10-10
r12265: as all server_service modules are specified in smbd/config.mk
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r12260: move the string "smbd" to one place
Stefan Metzmacher
1
-14
/
+16
2007-10-10
r12255: - we don't use SIGUSR1 anymore, so ignore it
Stefan Metzmacher
1
-2
/
+7
2007-10-10
r12125: make the deferred connection termination the default,
Stefan Metzmacher
2
-6
/
+30
2007-10-10
r11382: Require number of required M4 macros
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r11317: An ugly hack to setup the global gssapi_krb5_context early, when we
Andrew Bartlett
1
-0
/
+6
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
2
-8
/
+8
2007-10-10
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
1
-6
/
+0
2007-10-10
r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r10920: in case of a accept() failure just failing and trying again is no
Andrew Tridgell
3
-0
/
+17
2007-10-10
r10768: add a function to create a stream_connection from an already
Stefan Metzmacher
1
-0
/
+33
2007-10-10
r10682: force the free of the fd event first when a stream terminates. That e...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10509: Some more sconscript fixes. Now getting to link stage for smbclient
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r10336: Add sconscript for a couple more subsystems.
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r10330: Add SConscript to more subsystems. Some of the tdb tools build now.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r10315: Remove use of fstring and pstring in dynconfig.c
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
1
-0
/
+1
[prev]
[next]