index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
nss_wrapper
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-25
build: Move nss_wrapper to third_party
Andreas Schneider
3
-6273
/
+0
2017-10-19
nwrap: Fix strotoul checks for NSS_WRAPPER_MAX_HOSTENTS
Douglas Bagnall
1
-2
/
+3
2017-04-07
nss_wrapper: use conf.blddir to construct libnss_wrapper_so_path
Stefan Metzmacher
1
-2
/
+2
2016-08-09
nss_wrapper: Add missing check for printf format validation
Amitay Isaacs
1
-0
/
+12
2016-04-05
nwrap: Fix the build on Solaris
Volker Lendecke
1
-1
/
+1
2016-03-22
lib: Update nss_wrapper to version 1.1.3
Andreas Schneider
2
-3
/
+33
2016-01-11
nss_wrapper: bump version to 1.1.2
Michael Adam
1
-1
/
+1
2016-01-11
nwrap: Fix segfaults while reloading hosts file
Andreas Schneider
1
-0
/
+13
2016-01-11
nwrap: Don't fail if we want to add an existing entry
Andreas Schneider
1
-2
/
+4
2016-01-11
nwrap: Fix the build on Solaris
Andreas Schneider
1
-0
/
+2
2016-01-11
nwrap: Don't leak memory from gethostbyname*() functions
Andreas Schneider
1
-0
/
+3
2016-01-11
nwrap: Fix the build on FreeBSD
Andreas Schneider
1
-0
/
+2
2016-01-11
nwrap: fix a copy and paste error in the destructor.
Michael Adam
1
-1
/
+1
2016-01-11
nwrap: Cleanup shadow getspnam() memory
Andreas Schneider
1
-0
/
+12
2016-01-11
nwrap: fix leaking the entlists
Michael Adam
1
-0
/
+23
2016-01-11
nwrap: catch error to add item to vector in nwrap_he_parse_line()
Michael Adam
1
-3
/
+13
2016-01-11
nwrap: rename nwrap_he.entdata to nwrap_he.entries
Michael Adam
1
-7
/
+7
2016-01-11
nwrap: remove unused member list from struct nwrap_he
Michael Adam
1
-1
/
+0
2016-01-11
nwrap: Small code shift in nwrap_ed_inventarize_add_to_existing()
Robin Hack
1
-6
/
+5
2016-01-11
nwrap: Cast max_hostents to avoid warnings
Andreas Schneider
1
-2
/
+3
2016-01-11
nwrap: Fix initialization of e entry
Andreas Schneider
1
-1
/
+3
2016-01-11
nwrap: remove ai_tail argument from nwrap_files_getaddrinfo()
Michael Adam
1
-6
/
+3
2016-01-11
nwrap: rewrite the loop for duplication ai entries if socktype not given
Michael Adam
1
-34
/
+35
2016-01-11
nwrap: add an explaining comment for the ai duplicating loop
Michael Adam
1
-0
/
+5
2016-01-11
nwrap: move setting of ai_{flags|socktype|protocol} into nwrap_convert_he_ai
Michael Adam
1
-13
/
+12
2016-01-11
nwrap: use symbols IPPROTO_TCP and IPPROTO_UDP
Michael Adam
1
-4
/
+7
2016-01-11
nwrap: rename _ai -> ai_new in nwrap_files_getaddrinfo()
Michael Adam
1
-6
/
+6
2016-01-11
nwrap: fix a memleak in nwrap_files_getaddrinfo()
Michael Adam
1
-0
/
+3
2016-01-11
nwrap: rename ai_prev -> ai_cur in nwrap_files_getaddrinfo()
Michael Adam
1
-4
/
+4
2016-01-11
nwrap: Fix inventarization of IPs when loading hosts
Michael Adam
1
-30
/
+1
2016-01-11
nwrap: refactor nwrap_add_hname_* into one nwrap_ed_inventarize.
Michael Adam
1
-28
/
+15
2016-01-11
nwrap: treat AI_NUMERICHOST correctly in getaddrinfo.
Michael Adam
1
-3
/
+6
2016-01-11
nwrap: fix treatment of EAI_ADDRINFO in nwrap_files_getaddrinfo
Michael Adam
1
-5
/
+11
2016-01-11
nwrap: correctly track EAI_ADDRINFO in nwrap_files_getaddrinfo
Michael Adam
1
-8
/
+19
2016-01-11
nwrap: in nwrap_files_getaddrinfo, treat failure of nwrap_convert_he_ai as error
Michael Adam
1
-2
/
+1
2016-01-11
nwrap: convert nwrap_files_getaddrinfo() to return EAI error codes
Michael Adam
1
-19
/
+22
2016-01-11
nwrap: use the error code from nwrap_files_cache_reload() in callers
Michael Adam
1
-12
/
+75
2016-01-11
nwrap: turn nwrap_files_cache_reload() into a bool function
Michael Adam
1
-4
/
+6
2016-01-11
nwrap: better error propagation in nwrap_he_parse_line()
Michael Adam
1
-2
/
+10
2016-01-11
nwrap: log NULL alias name at ERROR level in nwrap_add_hname()
Michael Adam
1
-1
/
+1
2016-01-11
nwrap: better error propagation in nwrap_add_hname()
Michael Adam
1
-7
/
+8
2016-01-11
nwrap: better error propagation in nwrap_add_hname_alias
Michael Adam
1
-7
/
+4
2016-01-11
nwrap: catch NULL list in nwrap_add_hname_add_to_existing
Michael Adam
1
-0
/
+5
2016-01-11
nwrap: catch null h_name in nwrap_add_hname_add_new
Michael Adam
1
-0
/
+5
2016-01-11
nwrap: catch NULL ip in nwrap_add_ai
Michael Adam
1
-0
/
+5
2016-01-11
nwrap: turn nwrap_add_hname_add_to_existing() into bool
Michael Adam
1
-4
/
+5
2016-01-11
nwrap: simplify nwrap_file_getaddrinfo: remove a variable
Michael Adam
1
-6
/
+4
2016-01-11
nwrap: simplify nwrap_files_gethostbyname: remove a variable
Michael Adam
1
-6
/
+5
2016-01-11
nwrap: log hash table full message at error level
Michael Adam
1
-2
/
+2
2016-01-11
nwrap: rewrite linked-list datastructures to be properly separated.
Michael Adam
1
-36
/
+79
[next]