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
/
nbtlist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-11
s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl...
Stefan Metzmacher
1
-18
/
+18
2008-11-02
Use global iconv convenience rather than global loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-0
/
+1
2008-09-23
s4-nbt: use ../libcli/nbt
Günther Deschner
1
-1
/
+1
2008-09-23
s4-nbt: use private_data instead of private.
Günther Deschner
1
-2
/
+2
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-2
/
+1
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
1
-1
/
+4
2007-12-21
r26437: remove another use of global_loadparm.
Jelmer Vernooij
1
-2
/
+7
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
1
-1
/
+2
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26309: Move specification of port higher up the all stack.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
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
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+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
1
-7
/
+8
2007-10-10
r19639: convert nbtlist.c to new composite api
Stefan Metzmacher
1
-55
/
+44
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r10636: Formatting for better readability.
Rafal Szczesniak
1
-6
/
+12
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
1
-10
/
+10
2007-10-10
r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8002: favor addresses on our local interfaces in NBT name resolution if
Andrew Tridgell
1
-1
/
+14
2007-10-10
r5550: Initialise retry count - valgrind was freaking out because this value
Tim Potter
1
-0
/
+1
2007-10-10
r5328: - allow case sensitive nbt name lookups
Andrew Tridgell
1
-0
/
+7
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
1
-8
/
+8
2007-10-10
r5116: fixed build of the nbtlist code
Andrew Tridgell
1
-2
/
+7
2007-10-10
r4898: - removed the unused wins_srv_*() code
Andrew Tridgell
1
-0
/
+170