nwrap: fix treatment of EAI_ADDRINFO in nwrap_files_getaddrinfo
[obnox/samba/samba-obnox.git] / lib / nss_wrapper / nss_wrapper.c
2016-01-11 Michael Adamnwrap: fix treatment of EAI_ADDRINFO in nwrap_files_get...
2016-01-11 Michael Adamnwrap: correctly track EAI_ADDRINFO in nwrap_files_geta...
2016-01-11 Michael Adamnwrap: in nwrap_files_getaddrinfo, treat failure of...
2016-01-11 Michael Adamnwrap: convert nwrap_files_getaddrinfo() to return...
2016-01-11 Michael Adamnwrap: use the error code from nwrap_files_cache_reload...
2016-01-11 Michael Adamnwrap: turn nwrap_files_cache_reload() into a bool...
2016-01-11 Michael Adamnwrap: better error propagation in nwrap_he_parse_line()
2016-01-11 Michael Adamnwrap: log NULL alias name at ERROR level in nwrap_add_...
2016-01-11 Michael Adamnwrap: better error propagation in nwrap_add_hname()
2016-01-11 Michael Adamnwrap: better error propagation in nwrap_add_hname_alias
2016-01-11 Michael Adamnwrap: catch NULL list in nwrap_add_hname_add_to_existing
2016-01-11 Michael Adamnwrap: catch null h_name in nwrap_add_hname_add_new
2016-01-11 Michael Adamnwrap: catch NULL ip in nwrap_add_ai
2016-01-11 Michael Adamnwrap: turn nwrap_add_hname_add_to_existing() into...
2016-01-11 Michael Adamnwrap: simplify nwrap_file_getaddrinfo: remove a variable
2016-01-11 Michael Adamnwrap: simplify nwrap_files_gethostbyname: remove a...
2016-01-11 Michael Adamnwrap: log hash table full message at error level
2016-01-11 Michael Adamnwrap: rewrite linked-list datastructures to be properl...
2016-01-11 Michael Adamnwrap: remove superfluous comments from nwrap_add_hname()
2016-01-11 Michael Adamnwrap: remove superfluous comments from nwrap_add_hname...
2016-01-11 Michael Adamnwrap: remove a superfluous comment from nwrap_add_hnam...
2016-01-11 Michael Adamnwrap: move var into scope in nwrap_add_hname()
2016-01-11 Michael Adamnwrap: simplify nwrap_add_hname
2016-01-11 Michael Adamnwrap: simplify nwrap_add_hname_alias
2016-01-11 Michael Adamnwrap: initialize some variables in nwrap_files_getaddrinfo
2016-01-11 Michael Adamnwrap: slightly clean flow by removing an else branch...
2016-01-11 Michael Adamnwrap: in nwrap_getaddrinfo, only call libc_getaddrinfo...
2016-01-11 Michael Adamnwrap: slightly simplify logic in nwrap_getaddrinfo()
2016-01-11 Michael Adamnwrap: simplify logic in nwrap_getaddrinfo, calling...
2016-01-11 Michael Adamnwrap: improve code readability in nwrap_getaddrinfo()
2016-01-11 Michael Adamnwrap: remove code duplication in nwrap_getaddrinfo
2016-01-11 Michael Adamnwrap: fix return code for getaddrinfo in case service...
2016-01-11 Michael Adamnwrap: fix return code of getaddrinfo for AI_NUMERICSER...
2016-01-11 Michael Adamnwrap: fix numeric port detection in nwrap_getaddrinfo
2016-01-11 Robin Hacknwrap: Better check service string sanity.
2016-01-11 Robin Hacknwrap: Fix memory leak in nwrap_gethostbyname_r()
2016-01-11 Robin Hacknwrap: Fix memory leak in nwrap_files_gethostbyname()
2016-01-11 Robin Hacknwrap: Fix memory leak in nwrap_he_unload()
2016-01-11 Robin Hacknwrap: Rename cont to vector in nwrap_vector_add_item()
2016-01-11 Robin Hacknwrap: Fix memory leak inside nwrap_getaddrinfo()
2016-01-11 Robin Hacknwrap: Use nwrap_vector_foreach instead of for loop
2016-01-11 Robin Hacknwrap: Fix memory leak when getline() is used.
2016-01-11 Robin Hacknwrap: Add basic locking for support multithreaded...
2016-01-11 Robin Hacknwrap: Add BSD libc support for gethost*_r functios.
2016-01-11 Robin Hacknwrap: Use nwrap vectors as memory backend for getaddri...
2016-01-11 Robin Hacknwrap: Add string manipulation functions.
2016-01-11 Robin Hacknwrap: Add nwrap_add_hname() and nwrap_add_hname_alias().
2016-01-11 Robin Hacknwrap: Add function nwrap_add_ai
2016-01-11 Robin Hacknwrap: Add a hash table to the nwrap structure
2016-01-11 Robin Hacknwrap: Simplify file loading.
2016-01-11 Robin Hacknwrap: Add nwrap vector memory management functions
2016-01-11 Andreas Schneidernwrap: Check for setspent and getspnam functions
2016-01-11 Andreas Schneidersrc: Add configure check for shadow.h
2016-01-11 Andreas Schneidernwrap: Add support for getspnam()
2016-01-11 Andreas Schneidernwrap: Add (set|get|end)spent functions
2016-01-11 Andreas Schneidernwrap: Add nss_wrapper_shadow_enabled() function
2016-01-11 Andreas Schneidernwrap: Add shadow file parser
2016-01-11 Andreas Schneidernwrap: Remove unused struct member in nwrap_main
2016-01-11 Andreas Schneidernwrap: Implement nwrap_files_initgroups()
2016-01-11 Andreas Schneidernwrap: Remove unneeded memcpy in getgrouplist()
2016-01-11 Andreas Schneidernwrap: Avoid a string comparsion in getgrouplist()
2016-01-11 Robin Hacknwrap: Use ssize_t for aliases_count
2016-01-11 Robin Hacknwrap: Prevent compilation failure on machine without...
2016-01-11 Robin Hacknwrap: Replace free() calls by SAFE_FREE macro where...
2016-01-11 Andreas Schneidernwrap: Fix the handle loops for older gcc versions.
2014-10-09 Andreas Schneidernwrap: Make sure addr is initialized.
2014-10-09 Andreas Schneidernwrap: Use DNS_NAME_MAX cause it is not available on...
2014-10-09 Andreas Schneidernwrap: Don't overflow the in_addr if convert IPv6.
2014-10-09 Andreas Schneidernwrap: Fix resolving hostnames with a trailing dot.
2014-10-09 Andreas Schneidernwrap: Fall back to RTLD_NEXT if we can't find libc.
2014-06-21 Volker Lendeckenss_wrapper: Fix some "discarding const" warnings
2014-06-21 Volker Lendeckenss_wrapper: Align indentation with the rest of Samba
2014-04-17 Andreas Schneiderlib: Change nss_wrapper to preloadable version.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-05-04 Jeremy AllisonClean up some const and other compiler warnings.
2011-02-26 Volker Lendeckenss_wrapper: Fix a segfault when libnss_winbind.so...
2011-02-26 Volker Lendeckenss_wrapper: Make nwrap_module_init a bit more readable
2010-06-28 Andreas Schneidernss_wrapper: Fixed a possible NULL pointer problem.
2010-03-24 Andrew Tridgellbuild: fixed nss_wrapper on solaris
2010-02-22 Brad HardsSpelling fixes for nss_wrapper.
2009-06-08 Günther Deschnernss_wrapper: add my copyright.
2009-06-06 Günther Deschnernss_wrapper: rename nwrap_cache_{re,un}load as per...
2009-06-05 Günther Deschnernss_wrapper: add support for loading nss_winbind.so...
2009-06-05 Günther Deschnernss_wrapper: fill in module nwrap_backend.
2009-06-05 Günther Deschnernss_wrapper: add missing return in nwrap_module_init().
2009-06-05 Günther Deschnernss_wrapper: add skeleton for module nwrap_backend.
2009-06-05 Günther Deschnernss_wrapper: add capability to load nss modules.
2009-06-05 Günther Deschnernss_wrapper: add struct nwrap_backend.
2009-06-05 Stefan Metzmachernss_wrapper: fix segfault in nwrap_gr_copy_r()
2009-06-04 Günther Deschnernss_wrapper: remove getgrouplist from nwrap_ops table.
2009-06-04 Stefan Metzmachernss_wrapper: call the nwrap_files_*() from nwrap_files_...
2009-06-02 Günther Deschnernss_wrapper: prefix function pointer names in struct...
2009-06-02 Günther Deschnernss_wrapper: resort calls to move public calls to the...
2009-06-02 Günther Deschnernss_wrapper: add nwrap_ops function pointer table.
2009-06-02 Günther Deschnernss_wrapper: make sure to return after calling real_...
2009-06-02 Günther Deschnernss_wrapper: fix typo while checking for getgrid_r...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-30 Günther Deschnernss_wrapper: try to fix the build of nss_wrapper on...
next