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
/
source4
/
lib
/
tls
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed some of the TLS problems
Andrew Tridgell
2009-02-18
3
-10
/
+22
*
Fix indentation for some configure options.
Jelmer Vernooij
2009-01-15
1
-1
/
+1
*
Don't attempt to use GNUTLS >= 2.6, as it is known broken with the socket-tls...
Jelmer Vernooij
2009-01-08
1
-30
/
+28
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
2
-7
/
+7
*
Rename samba-socket -> samba_socket to fix a couple more compiler
Jelmer Vernooij
2008-12-24
1
-1
/
+1
*
Fix more compiler warnings.
Jelmer Vernooij
2008-12-23
1
-10
/
+10
*
Make lp_tls_* return absolute paths.
Jelmer Vernooij
2008-10-23
1
-5
/
+5
*
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
2008-10-20
2
-1
/
+4
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-1
/
+1
*
Make it possible to disable gnutls at configure time,
Simo Sorce
2008-06-08
1
-25
/
+36
*
Use variables for source directory in remaining subsystems.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-08
1
-3
/
+1
|
\
|
*
Rename libsamba-config to libsamba-hostconfig.
Jelmer Vernooij
2008-04-01
1
-1
/
+1
*
|
Move object file lists to the Makefile.
Jelmer Vernooij
2008-03-03
1
-6
/
+2
|
/
*
Make data about what subsystems/libraries are enabled available in the mkconf...
Jelmer Vernooij
2008-02-11
1
-1
/
+3
*
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
2007-12-21
2
-18
/
+17
*
r25522: Convert to standard bool types.
Jelmer Vernooij
2007-10-10
1
-39
/
+39
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-6
/
+6
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-7
/
+7
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25033: Fix include
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r25027: Fix more warnings.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
3
-9
/
+6
*
r19217: Merge from SAMBA_4_0_RELEASE:
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r17674: fixed a problem on with our configure logic on systems that have
Andrew Tridgell
2007-10-10
3
-5
/
+5
*
r17660: fixed configure test
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17659: cope with systems without the x509 gnutls functions
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r17412: fix missing colon
Simo Sorce
2007-10-10
1
-1
/
+1
*
r17411: Try and compile on older versions of GnuTLS.
Andrew Bartlett
2007-10-10
2
-0
/
+7
*
r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes...
Andrew Bartlett
2007-10-10
1
-2
/
+16
*
r17286: Simply fail the tls_initialise if we don't have TLS compiled in.
Andrew Bartlett
2007-10-10
1
-5
/
+2
*
r17222: Change the function prototypes for the GENSEc and TLS socket creation
Andrew Bartlett
2007-10-10
1
-10
/
+14
*
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r17168: Now that TLS (and soon SASL) is below the socket layer, we need to
Andrew Bartlett
2007-10-10
2
-3
/
+5
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r15829: we need to include socket.h before we can use enum socket_type
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15538: Use pkg-config file where possible and
Jelmer Vernooij
2007-10-10
1
-13
/
+14
*
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
2007-10-10
2
-81
/
+164
*
r15363: Fix dependencies for shared library
Jelmer Vernooij
2007-10-10
1
-2
/
+3
*
r15357: Fix the build on systems without GNUTLS.
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
2007-10-10
1
-5
/
+5
*
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r15231: Try to fix detection of ability of CC to generate dependencies
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14806: Fix compiler warnings
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14575: Move some path-related functions to libsamba-config so libsamba-util
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
[prev]
[next]