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
/
lib
/
socket
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18708: much nicer fix
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r18704: readd BOOL define to fix the build
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r18685: we don't need this here
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.
Andrew Tridgell
1
-4
/
+7
2007-10-10
r18563: - move more of the header checks into lib/replace/
Andrew Tridgell
1
-5
/
+0
2007-10-10
r18553: - confdefs.h is always included in configure checks no need to includ...
Stefan Metzmacher
1
-3
/
+1
2007-10-10
r18548: don't use #elif as we don't notice when 2 HAVE_IFACE_ versions are de...
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r18321: fixed some warnings on AIX
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18130: the move to system/ in libreplace broke some things ... should be
Andrew Tridgell
1
-3
/
+3
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
5
-0
/
+851
2007-10-10
r17524: Lets see if we can try and get the socket_wapper includes to be
Andrew Bartlett
1
-1
/
+1
2007-10-10
r17253: add configure checks for writev/readv to see how portable they're
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
2
-14
/
+19
2007-10-10
r17168: Now that TLS (and soon SASL) is below the socket layer, we need to
Andrew Bartlett
2
-11
/
+24
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15798: shortcut the lookup of "localhost" in the ipv6 backend
Andrew Tridgell
1
-1
/
+5
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
2
-3
/
+6
2007-10-10
r15384: Improve naming of socket library, disable Requires(.private)? fields ...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r15376: Add detection of -lnsl, required for building on SUN boxes.
Jelmer Vernooij
2
-4
/
+21
2007-10-10
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
5
-81
/
+38
2007-10-10
r15349: Integrate set_socket_options() into the socket library
Jelmer Vernooij
2
-0
/
+109
2007-10-10
r15344: Fix shared library build
Jelmer Vernooij
2
-3
/
+3
2007-10-10
r15329: I'm sick of this patch being in my local tree...
Andrew Bartlett
1
-7
/
+8
2007-10-10
r15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
1
-4
/
+5
2007-10-10
r15295: Fix some dependencies
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...
Jelmer Vernooij
2
-5
/
+5
2007-10-10
r15271: Fix --enable-dso
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r14307: fixed dereference of my_address->addr when NULL
Andrew Tridgell
1
-2
/
+3
2007-10-10
r13956: make more functions public
Stefan Metzmacher
1
-39
/
+39
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r13662: Typo fix, add more public headers
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12959: hopefully fix bug #3365 this time
Stefan Metzmacher
1
-5
/
+7
2007-10-10
r12911: try to fix bug #3365
Stefan Metzmacher
2
-4
/
+12
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
8
-323
/
+568
2007-10-10
r12728: Revive testparm.
Andrew Bartlett
2
-3
/
+6
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
3
-3
/
+0
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-6
/
+5
2007-10-10
r12239: as we only get error from our events system when we wait for read eve...
Stefan Metzmacher
1
-1
/
+1
[next]