index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nwrap: rewrite the loop for duplication ai entries if socktype not given
Michael Adam
2016-01-11
1
-34
/
+35
*
nwrap: add an explaining comment for the ai duplicating loop
Michael Adam
2016-01-11
1
-0
/
+5
*
nwrap: move setting of ai_{flags|socktype|protocol} into nwrap_convert_he_ai
Michael Adam
2016-01-11
1
-13
/
+12
*
nwrap: use symbols IPPROTO_TCP and IPPROTO_UDP
Michael Adam
2016-01-11
1
-4
/
+7
*
nwrap: rename _ai -> ai_new in nwrap_files_getaddrinfo()
Michael Adam
2016-01-11
1
-6
/
+6
*
nwrap: fix a memleak in nwrap_files_getaddrinfo()
Michael Adam
2016-01-11
1
-0
/
+3
*
nwrap: rename ai_prev -> ai_cur in nwrap_files_getaddrinfo()
Michael Adam
2016-01-11
1
-4
/
+4
*
nwrap: Fix inventarization of IPs when loading hosts
Michael Adam
2016-01-11
1
-30
/
+1
*
nwrap: refactor nwrap_add_hname_* into one nwrap_ed_inventarize.
Michael Adam
2016-01-11
1
-28
/
+15
*
nwrap: treat AI_NUMERICHOST correctly in getaddrinfo.
Michael Adam
2016-01-11
1
-3
/
+6
*
nwrap: fix treatment of EAI_ADDRINFO in nwrap_files_getaddrinfo
Michael Adam
2016-01-11
1
-5
/
+11
*
nwrap: correctly track EAI_ADDRINFO in nwrap_files_getaddrinfo
Michael Adam
2016-01-11
1
-8
/
+19
*
nwrap: in nwrap_files_getaddrinfo, treat failure of nwrap_convert_he_ai as error
Michael Adam
2016-01-11
1
-2
/
+1
*
nwrap: convert nwrap_files_getaddrinfo() to return EAI error codes
Michael Adam
2016-01-11
1
-19
/
+22
*
nwrap: use the error code from nwrap_files_cache_reload() in callers
Michael Adam
2016-01-11
1
-12
/
+75
*
nwrap: turn nwrap_files_cache_reload() into a bool function
Michael Adam
2016-01-11
1
-4
/
+6
*
nwrap: better error propagation in nwrap_he_parse_line()
Michael Adam
2016-01-11
1
-2
/
+10
*
nwrap: log NULL alias name at ERROR level in nwrap_add_hname()
Michael Adam
2016-01-11
1
-1
/
+1
*
nwrap: better error propagation in nwrap_add_hname()
Michael Adam
2016-01-11
1
-7
/
+8
*
nwrap: better error propagation in nwrap_add_hname_alias
Michael Adam
2016-01-11
1
-7
/
+4
*
nwrap: catch NULL list in nwrap_add_hname_add_to_existing
Michael Adam
2016-01-11
1
-0
/
+5
*
nwrap: catch null h_name in nwrap_add_hname_add_new
Michael Adam
2016-01-11
1
-0
/
+5
*
nwrap: catch NULL ip in nwrap_add_ai
Michael Adam
2016-01-11
1
-0
/
+5
*
nwrap: turn nwrap_add_hname_add_to_existing() into bool
Michael Adam
2016-01-11
1
-4
/
+5
*
nwrap: simplify nwrap_file_getaddrinfo: remove a variable
Michael Adam
2016-01-11
1
-6
/
+4
*
nwrap: simplify nwrap_files_gethostbyname: remove a variable
Michael Adam
2016-01-11
1
-6
/
+5
*
nwrap: log hash table full message at error level
Michael Adam
2016-01-11
1
-2
/
+2
*
nwrap: rewrite linked-list datastructures to be properly separated.
Michael Adam
2016-01-11
1
-36
/
+79
*
nwrap: remove superfluous comments from nwrap_add_hname()
Michael Adam
2016-01-11
1
-4
/
+0
*
nwrap: remove superfluous comments from nwrap_add_hname_alias()
Michael Adam
2016-01-11
1
-3
/
+0
*
nwrap: remove a superfluous comment from nwrap_add_hname_add_new()
Michael Adam
2016-01-11
1
-1
/
+0
*
nwrap: move var into scope in nwrap_add_hname()
Michael Adam
2016-01-11
1
-1
/
+2
*
nwrap: simplify nwrap_add_hname
Michael Adam
2016-01-11
1
-5
/
+3
*
nwrap: simplify nwrap_add_hname_alias
Michael Adam
2016-01-11
1
-8
/
+6
*
nwrap: initialize some variables in nwrap_files_getaddrinfo
Michael Adam
2016-01-11
1
-2
/
+2
*
nwrap: slightly clean flow by removing an else branch in nwrap_getaddrinfo
Michael Adam
2016-01-11
1
-3
/
+2
*
nwrap: in nwrap_getaddrinfo, only call libc_getaddrinfo if we need it.
Michael Adam
2016-01-11
1
-13
/
+14
*
nwrap: slightly simplify logic in nwrap_getaddrinfo()
Michael Adam
2016-01-11
1
-8
/
+7
*
nwrap: simplify logic in nwrap_getaddrinfo, calling nwrap_files_getaddrinfo
Michael Adam
2016-01-11
1
-8
/
+2
*
nwrap: improve code readability in nwrap_getaddrinfo()
Michael Adam
2016-01-11
1
-1
/
+9
*
nwrap: remove code duplication in nwrap_getaddrinfo
Michael Adam
2016-01-11
1
-17
/
+3
*
nwrap: fix return code for getaddrinfo in case service is not valid
Michael Adam
2016-01-11
1
-1
/
+1
*
nwrap: fix return code of getaddrinfo for AI_NUMERICSERV in error case
Michael Adam
2016-01-11
1
-1
/
+1
*
nwrap: fix numeric port detection in nwrap_getaddrinfo
Michael Adam
2016-01-11
1
-1
/
+1
*
nwrap: Better check service string sanity.
Robin Hack
2016-01-11
1
-19
/
+28
*
nwrap: Fix memory leak in nwrap_gethostbyname_r()
Robin Hack
2016-01-11
1
-1
/
+15
*
nwrap: Fix memory leak in nwrap_files_gethostbyname()
Robin Hack
2016-01-11
1
-4
/
+12
*
nwrap: Fix memory leak in nwrap_he_unload()
Robin Hack
2016-01-11
1
-0
/
+1
*
nwrap: Rename cont to vector in nwrap_vector_add_item()
Robin Hack
2016-01-11
1
-11
/
+11
*
nwrap: Fix memory leak inside nwrap_getaddrinfo()
Robin Hack
2016-01-11
1
-2
/
+2
[prev]
[next]