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-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-0
/
+4
2007-12-21
r26406: Make a copy to prevent modification of the loadparm configuration.
Jelmer Vernooij
2
-3
/
+10
2007-12-21
r26405: Import support for getifaddrs from Samba3.
Jelmer Vernooij
2
-1
/
+107
2007-12-21
r26404: Disable socket wrapper for the interface detection code to work aroun...
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2
-12
/
+13
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
3
-54
/
+36
2007-12-21
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
3
-5
/
+3
2007-12-21
r26383: Make interfaces argument explicit.
Jelmer Vernooij
1
-15
/
+20
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
4
-19
/
+19
2007-12-21
r26335: Specify name_resolve_order to socket code.
Jelmer Vernooij
4
-6
/
+21
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2
-18
/
+19
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-9
/
+8
2007-12-21
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...
Jelmer Vernooij
2
-37
/
+30
2007-10-10
r25600: fix stupid typo...this should fix the build on sunX
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...
Jelmer Vernooij
2
-12
/
+17
2007-10-10
r25522: Convert to standard bool types.
Jelmer Vernooij
6
-69
/
+69
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25411: Fix IPv6 socket backend.
Jelmer Vernooij
1
-10
/
+12
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r25384: Support DGRAM IPv6 sockets.
Jelmer Vernooij
1
-10
/
+23
2007-10-10
r25122: fix interface detection code
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r25043: Avoid allocation on with NULL parent.
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
4
-0
/
+4
2007-10-10
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r24992: Remove some uses of lp_*().
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).
Jelmer Vernooij
3
-556
/
+443
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
12
-36
/
+24
2007-10-10
r23701: when we create a new socket with socket_accept(), clear any flags that
Andrew Tridgell
1
-0
/
+1
2007-10-10
r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer that
Andrew Tridgell
2
-1
/
+12
2007-10-10
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r22503: Add support for dgram to socket_ipv6. No tests yet...
Jelmer Vernooij
1
-3
/
+99
2007-10-10
r22488: Hopefully fix ipv6.
Jelmer Vernooij
1
-3
/
+16
2007-10-10
r22404: more dependencies which should be private
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r22089: check the return value of interpret_addr2()
Andrew Tridgell
1
-0
/
+3
2007-10-10
r21656: Move tests a bit closer to the things they test, should make syncing ...
Jelmer Vernooij
1
-0
/
+191
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
[next]