index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
smbd
/
config.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:smbd: hold tsocket_addresses on the stream_connection
Stefan Metzmacher
2009-12-24
1
-1
/
+1
*
s4:service_named_pipe: accept delegated credentials
Stefan Metzmacher
2009-09-18
1
-1
/
+3
*
s4:smbd: depend on NAMED_PIPE_AUTH_TSTREAM...
Stefan Metzmacher
2009-05-01
1
-1
/
+1
*
s4:smbd: convert to tevent_* api
Stefan Metzmacher
2009-01-03
1
-1
/
+2
*
Rename samba-socket -> samba_socket to fix a couple more compiler
Jelmer Vernooij
2008-12-24
1
-1
/
+1
*
Fix missing symbols issues when building with shared libraries.
Jelmer Vernooij
2008-12-22
1
-0
/
+1
*
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
2008-12-17
1
-1
/
+1
*
s4: smbd: implement stream_socket_named_pipe()
Stefan Metzmacher
2008-11-06
1
-1
/
+2
*
Rename smbd -> samba.
Jelmer Vernooij
2008-09-24
1
-7
/
+3
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-2
/
+2
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-2
/
+4
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
1
-4
/
+4
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-08
1
-1
/
+1
|
\
|
*
Rename libsamba-config to libsamba-hostconfig.
Jelmer Vernooij
2008-04-01
1
-1
/
+1
|
*
Move manpage management out of the perl build system.
Jelmer Vernooij
2008-02-29
1
-1
/
+2
*
|
Fix the build.
Jelmer Vernooij
2008-03-04
1
-10
/
+0
*
|
Move object file lists to the Makefile.
Jelmer Vernooij
2008-03-03
1
-7
/
+9
*
|
Move manpage management out of the perl build system.
Jelmer Vernooij
2008-02-26
1
-1
/
+2
|
/
*
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
2008-01-21
1
-5
/
+1
*
r26006: Improve some dependencies.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r22403: this dependencies should be private
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r21669: Fix --enable-dso build
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r19569: Require that all public header files have a destination path. Fix
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19539: Move pidfile to smbd/
Jelmer Vernooij
2007-10-10
1
-1
/
+5
*
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r18117: first steps in making samba4 use libreplace
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17209: Add dependency over the new share configuration module into smbd
Simo Sorce
2007-10-10
1
-1
/
+2
*
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
2007-10-10
1
-92
/
+0
*
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
2007-10-10
1
-3
/
+7
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-12
/
+12
*
r14997: Fix build of static libraries. Libraries build fine now, but linking ...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14572: Give libraries saner names, remove some .pc files, make some things
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r14380: Reduce the size of structs.h
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14094: Use saner module directory names, fix loading of server service modules.
Jelmer Vernooij
2007-10-10
1
-41
/
+41
*
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r13926: More header splitups.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13070: Add a simple smbd manpage, based on the Samba 3 one.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r12592: Remove some useless dependencies
Jelmer Vernooij
2007-10-10
1
-2
/
+3
*
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12265: as all server_service modules are specified in smbd/config.mk
Stefan Metzmacher
2007-10-10
1
-0
/
+10
*
r11244: Relative path names in .mk files
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200
Stefan Metzmacher
2007-10-10
1
-0
/
+10
*
r10330: Add SConscript to more subsystems. Some of the tdb tools build now.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to be
Andrew Bartlett
2007-10-10
1
-0
/
+10
*
r6981: first version of the builtin web server for Samba4
Andrew Tridgell
2007-10-10
1
-0
/
+10
*
r6725: the beginnings of a cldap server
Andrew Tridgell
2007-10-10
1
-0
/
+10
[next]