Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-04 | libwbclient: Fix a memleak in wbcListTrusts | Volker Lendecke | 1 | -8/+3 | |
2010-04-04 | libwbclient: Fix memleaks in tests | Volker Lendecke | 1 | -0/+10 | |
2010-04-04 | libwbclient: Fix a memleak in wbcListTrusts | Volker Lendecke | 1 | -0/+3 | |
2010-04-04 | libwbclient: Streamline result processing of wbcCredentialCache() | Volker Lendecke | 1 | -4/+2 | |
2010-04-04 | libwbclient: Fix a memleak in wbcCredentialCache | Volker Lendecke | 1 | -0/+1 | |
2010-04-03 | libwbclient: Both talloc_free and wbcFreeMemory deal with NULL | Volker Lendecke | 2 | -18/+6 | |
This is in line with the ANSI C standard definition of free(NULL) | |||||
2010-04-02 | s3: Add wbinfo --logoff | Volker Lendecke | 1 | -0/+23 | |
2010-04-02 | s3: Remove some pointless break statements | Volker Lendecke | 1 | -3/+0 | |
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 1 | -0/+1 | |
These were causing thousands of warnings on solaris8 | |||||
2010-03-20 | s3: Fix bug 7202 | Volker Lendecke | 1 | -0/+5 | |
Make sure _nss_wins_gethostbyname_r has a talloc stackframe available Thanks to Sergey Tereschenko <serg.partizan@gmail.com> for reporting the bug! Volker | |||||
2010-03-13 | NSS:winbind_struct_protocol.h - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-11 | s4: allow pam_winbind.so to be build on samba4 | Matthieu Patou | 1 | -0/+7 | |
* Modify the nsswitch/config.m4 to add tests and build that will be put in configure by the autoconf/autoheader We test if there is pam headers and pam library to be able to build the pam module We add s4 build directive (that are normaly in standalone config.mk) this is due to the fact that we need to rely on path that are guessed during configure. Add tests not to build pam_winbind if pam dev files is not present Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-11 | s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests ↵ | Matthieu Patou | 1 | -0/+24 | |
things in one place Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | nsswitch: build libnss_winbind.so with SOVERSION = 2 | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-03-10 | nsswitch: don't use socket_wrapper for winbind client code | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2010-03-10 | nsswitch: build libnss_winbindd.so only for the non merged build | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-03-09 | s4:unittest Fix unittest to reflect that wbinfo -r no longer fail | Matthieu Patou | 1 | -1/+2 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-03-06 | s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd. | Bo Yang | 1 | -1/+1 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-03-03 | s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 one | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-03 | nsswitch: libpam remove depedance on locale.h use directly LOCALEDIR | Matthieu Patou | 2 | -2/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-13 | libwbclient: Fix s4 build failure by fixing up includes. | Kai Blin | 6 | -3/+4 | |
Sorry about this, folks. | |||||
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 9 | -1763/+2066 | |
2010-02-11 | libwbclient: Test wbcLookupName async functions | Kai Blin | 1 | -0/+79 | |
2010-02-11 | libwbclient: Implement wbcLookupName_send/recv | Kai Blin | 2 | -0/+137 | |
2010-02-11 | libwbclient: Implement wbcAuthenticateUserEx_send/recv | Kai Blin | 2 | -0/+280 | |
2010-02-11 | libwbclient: Implement wbcLookupSid_send/recv | Kai Blin | 2 | -0/+140 | |
2010-02-11 | libwbclient: Implement wbcGidToSid_send/recv | Kai Blin | 2 | -0/+117 | |
2010-02-11 | libwbclient: Implement wbcSidToGid_send/recv | Kai Blin | 2 | -0/+107 | |
2010-02-11 | libwbclient: Implement wbcUidToSid_send/recv | Kai Blin | 2 | -0/+116 | |
2010-02-11 | libwbclient: Implement wbcSidToUid_send/recv | Kai Blin | 2 | -0/+108 | |
2010-02-11 | libwbclient: Add wbcInterfaceDetails_send/recv | Kai Blin | 3 | -5/+231 | |
2010-02-11 | libwbclient: Add wbcDomainInfo_send/recv calls | Kai Blin | 2 | -1/+155 | |
2010-02-11 | libwbclient: Add wbcDomainName_send/recv call | Kai Blin | 2 | -0/+101 | |
2010-02-11 | libwbclient: Add wbcNetbiosName_send/recv calls | Kai Blin | 2 | -0/+102 | |
2010-02-11 | libwbclient: Add async wbcInfo_send()/wbcInfo_recv() calls | Kai Blin | 2 | -0/+106 | |
2010-02-11 | libwbclient: add wbcInterfaceVersion send/recv calls | Kai Blin | 2 | -0/+98 | |
2010-02-11 | libwbclient: torture-test wbcPing async functions. | Kai Blin | 1 | -0/+20 | |
2010-02-11 | libwbclient: Add async wbcPing_send/_recv | Kai Blin | 2 | -1/+87 | |
2010-02-11 | libwbclient: Zero out context on initialization | Kai Blin | 1 | -1/+1 | |
This prevents a segfault when using wbcDebug without prior call to wbcSetDebug | |||||
2010-02-07 | libwbclient: wbc_create_logon_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -5/+3 | |
2010-02-07 | libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -7/+4 | |
2010-02-07 | libwbclient: wbc_create_error_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -18/+10 | |
2010-02-06 | pam_winbind: Remove a nested if-statement. Bo, please check! | Volker Lendecke | 1 | -4/+2 | |
2010-02-06 | pam_winbind: Use strchr instead of strstr for a single character | Volker Lendecke | 1 | -1/+1 | |
2010-02-07 | s3: Fix malformed require_membership_of_sid. | Bo Yang | 1 | -0/+12 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-02-05 | NSS wrapper - add dependency to "nsstest" | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
The code part makes use of the "NSS wrapper" if it is enabled. Surprisingly the build process doesn't break with the missing dependency on more recent systems. But with an older CentOS 4 installation it has been broken. This patch should fix the problem on older distributions while keep the build running on newer ones. | |||||
2010-01-25 | s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in ↵ | Günther Deschner | 1 | -0/+35 | |
WINBIND-WBCLIENT testsuite. Guenther | |||||
2010-01-25 | s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite. | Günther Deschner | 1 | -1/+12 | |
Volker, please check, you know best how this interface is designed :-) Guenther | |||||
2010-01-24 | libwbclient: Actually implement wbcCredentialCache() | Volker Lendecke | 1 | -1/+127 | |
2010-01-24 | s3: Add the session key to the ccache_ntlm_auth response | Volker Lendecke | 1 | -1/+3 | |