1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/nsswitch
Stefan Metzmacher 28d076d20f r25143: rename public functions from winbind_client.h
init_request	=> winbindd_init_request
free_response	=> winbindd_free_response
read_reply	=> winbindd_read_reply

write_sock	=> winbind_write_sock
read_sock	=> winbind_read_sock
close_sock	=> winbind_close_sock(void)

metze
(This used to be commit 8a95d7a7ed)
2007-10-10 12:30:45 -05:00
..
idmap_ad.c r25099: Commit fix for CVE-2007-4138 from 3.0.26 release. 2007-10-10 12:30:39 -05:00
idmap_cache.c r24826: Fix two memleaks in idmap_cache.c, bug 4917 2007-10-10 12:30:25 -05:00
idmap_ldap.c r25064: We use BOOL/True/False not bool/true/false 2007-10-10 12:30:38 -05:00
idmap_nss.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
idmap_passdb.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
idmap_rid.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
idmap_tdb.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
idmap_util.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
idmap.c r25107: Fix const warning caused by the way I reformatted this 2007-10-10 12:30:40 -05:00
nss_info_template.c r24331: Fix an error where gid_t != 32 bit 2007-10-10 12:29:30 -05:00
nss_info.c r24087: Fix bug 4836, patch by Matthijs Kooijman <matthijs@stdin.nl>. Thanks! 2007-10-10 12:29:04 -05:00
pam_winbind.c r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
pam_winbind.h r23708: - Add define for WINBIND_WARN_PWD_EXPIRE. 2007-10-10 12:23:47 -05:00
smb_krb5_locator.c r25130: make use only of base types which are provided by libreplace 2007-10-10 12:30:43 -05:00
wb_client.c r23974: Fix Coverity ID 361. num_rids == 0 is caught on function entry 2007-10-10 12:28:51 -05:00
wb_common.c r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
wbinfo.c r24747: Add WINBINDD_DSGETDCNAME call. 2007-10-10 12:30:17 -05:00
winbind_client.h r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
winbind_nss_aix.c r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
winbind_nss_config.h r25130: make use only of base types which are provided by libreplace 2007-10-10 12:30:43 -05:00
winbind_nss_freebsd.c r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss_hpux.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss_irix.c r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
winbind_nss_irix.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss_linux.c r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
winbind_nss_linux.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss_netbsd.c r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss_netbsd.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss_solaris.c r25143: rename public functions from winbind_client.h 2007-10-10 12:30:45 -05:00
winbind_nss_solaris.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbind_nss.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
winbindd_ads.c r24330: Fix a 64-bit error 2007-10-10 12:29:30 -05:00
winbindd_async.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_cache.c r24977: Ensure negative caching for name2sid, sid2name and rids2names 2007-10-10 12:30:31 -05:00
winbindd_ccache_access.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_cm.c r25086: Fix interdomain trusts (this povides the fix expected in r22709): 2007-10-10 12:30:38 -05:00
winbindd_cred_cache.c r24920: Reformatting. 2007-10-10 12:30:29 -05:00
winbindd_creds.c r24438: Use dump_data_pw() instead of dump_data() on sensitive data in winbindd. 2007-10-10 12:29:47 -05:00
winbindd_dual.c r25074: as all requests in the winbindd child are sync, we can use talloc_tos() 2007-10-10 12:30:38 -05:00
winbindd_group.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_misc.c r24799: Prefer IP address to dns name when replying in winbindd dsgetdcname. 2007-10-10 12:30:22 -05:00
winbindd_nss.h r25130: make use only of base types which are provided by libreplace 2007-10-10 12:30:43 -05:00
winbindd_pam.c r25087: Reformatting: Get rid of an abundance of leading tabs... 2007-10-10 12:30:39 -05:00
winbindd_passdb.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_reconnect.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_rpc.c r24713: Fix obvious error in enum_dom_groups. We were returning NT_STATUS_OK when the realloc failed. 2007-10-10 12:30:15 -05:00
winbindd_sid.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_sockinit.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
winbindd_user.c r23884: Fix Coverity ID 379 2007-10-10 12:28:38 -05:00
winbindd_util.c r25020: Fix coverity #374, possible null deref. 2007-10-10 12:30:34 -05:00
winbindd_wins.c r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTSTATUS. 2007-10-10 12:30:16 -05:00
winbindd.c r24879: Activate the winbindd cache-validation message handler. 2007-10-10 12:30:28 -05:00
winbindd.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
wins.c r25022: Fix coverity #395. Resource leak on error. 2007-10-10 12:30:35 -05:00