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
/
libcli
/
resolve
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
Use global iconv convenience rather than global loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-0
/
+1
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-30
- make bcast name resolution match other name resolution modules for
Andrew Tridgell
2
-2
/
+8
2008-09-29
return a more useful error message when no name resolution methods are
Andrew Tridgell
1
-0
/
+4
2008-09-23
s4-nbt: use ../libcli/nbt
Günther Deschner
3
-3
/
+3
2008-09-23
s4-nbt: use private_data instead of private.
Günther Deschner
1
-2
/
+2
2008-05-14
Fix an uninitialized variable introduced by 3045d391
Volker Lendecke
1
-2
/
+1
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
3
-12
/
+5
2008-02-21
Remove more global_loadparm instance.s
Jelmer Vernooij
1
-1
/
+2
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
3
-7
/
+18
2007-12-21
r26437: remove another use of global_loadparm.
Jelmer Vernooij
4
-14
/
+54
2007-12-21
r26426: Remove uses of global_loadparm.
Jelmer Vernooij
1
-5
/
+6
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2
-2
/
+3
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
3
-6
/
+14
2007-12-21
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
3
-22
/
+47
2007-12-21
r26391: samba4 doesn't support 'lmhosts' as resolve module
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r26378: Remove use of global_loadparm.
Jelmer Vernooij
2
-5
/
+6
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
6
-45
/
+112
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2
-4
/
+5
2007-12-21
r26309: Move specification of port higher up the all stack.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26264: pass name resolve order explicitly, use torture context for settings ...
Jelmer Vernooij
1
-4
/
+2
2007-12-21
r25903: Move more files out of torture/
Jelmer Vernooij
1
-0
/
+90
2007-12-21
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...
Jelmer Vernooij
2
-4
/
+5
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
3
-5
/
+5
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
2
-4
/
+6
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
6
-18
/
+12
2007-10-10
r21594: give the same error in all resolve backends
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21593: give a more useful error, when we can't resolve a long name
Stefan Metzmacher
1
-0
/
+9
2007-10-10
r19645: don't pass NULL as mem_ctx...
Stefan Metzmacher
5
-24
/
+30
2007-10-10
r19642: convert host.c to new composite api
Stefan Metzmacher
1
-35
/
+26
2007-10-10
r19639: convert nbtlist.c to new composite api
Stefan Metzmacher
1
-55
/
+44
2007-10-10
r19638: convert resolve.c to the new composite api
Stefan Metzmacher
1
-23
/
+19
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-2
/
+1
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
3
-0
/
+31
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
4
-0
/
+7
2007-10-10
r13505: allow servers to bind to non-broadcast interfaces. Servers now
Andrew Tridgell
1
-4
/
+7
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
5
-12
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10636: Formatting for better readability.
Rafal Szczesniak
2
-6
/
+15
[prev]
[next]