index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4: allow pam_winbind.so to be build on samba4
Matthieu Patou
2010-03-11
1
-0
/
+7
*
s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests t...
Matthieu Patou
2010-03-11
1
-0
/
+24
*
nsswitch: build libnss_winbind.so with SOVERSION = 2
Stefan Metzmacher
2010-03-10
1
-0
/
+2
*
nsswitch: don't use socket_wrapper for winbind client code
Stefan Metzmacher
2010-03-10
1
-2
/
+1
*
nsswitch: build libnss_winbindd.so only for the non merged build
Stefan Metzmacher
2010-03-10
1
-0
/
+2
*
s4:unittest Fix unittest to reflect that wbinfo -r no longer fail
Matthieu Patou
2010-03-09
1
-1
/
+2
*
s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.
Bo Yang
2010-03-06
1
-1
/
+1
*
s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 one
Matthieu Patou
2010-03-03
1
-1
/
+1
*
nsswitch: libpam remove depedance on locale.h use directly LOCALEDIR
Matthieu Patou
2010-03-03
2
-2
/
+1
*
libwbclient: Fix s4 build failure by fixing up includes.
Kai Blin
2010-02-13
6
-3
/
+4
*
libwbclient: Separate out the async functions
Kai Blin
2010-02-13
9
-1763
/
+2066
*
libwbclient: Test wbcLookupName async functions
Kai Blin
2010-02-11
1
-0
/
+79
*
libwbclient: Implement wbcLookupName_send/recv
Kai Blin
2010-02-11
2
-0
/
+137
*
libwbclient: Implement wbcAuthenticateUserEx_send/recv
Kai Blin
2010-02-11
2
-0
/
+280
*
libwbclient: Implement wbcLookupSid_send/recv
Kai Blin
2010-02-11
2
-0
/
+140
*
libwbclient: Implement wbcGidToSid_send/recv
Kai Blin
2010-02-11
2
-0
/
+117
*
libwbclient: Implement wbcSidToGid_send/recv
Kai Blin
2010-02-11
2
-0
/
+107
*
libwbclient: Implement wbcUidToSid_send/recv
Kai Blin
2010-02-11
2
-0
/
+116
*
libwbclient: Implement wbcSidToUid_send/recv
Kai Blin
2010-02-11
2
-0
/
+108
*
libwbclient: Add wbcInterfaceDetails_send/recv
Kai Blin
2010-02-11
3
-5
/
+231
*
libwbclient: Add wbcDomainInfo_send/recv calls
Kai Blin
2010-02-11
2
-1
/
+155
*
libwbclient: Add wbcDomainName_send/recv call
Kai Blin
2010-02-11
2
-0
/
+101
*
libwbclient: Add wbcNetbiosName_send/recv calls
Kai Blin
2010-02-11
2
-0
/
+102
*
libwbclient: Add async wbcInfo_send()/wbcInfo_recv() calls
Kai Blin
2010-02-11
2
-0
/
+106
*
libwbclient: add wbcInterfaceVersion send/recv calls
Kai Blin
2010-02-11
2
-0
/
+98
*
libwbclient: torture-test wbcPing async functions.
Kai Blin
2010-02-11
1
-0
/
+20
*
libwbclient: Add async wbcPing_send/_recv
Kai Blin
2010-02-11
2
-1
/
+87
*
libwbclient: Zero out context on initialization
Kai Blin
2010-02-11
1
-1
/
+1
*
libwbclient: wbc_create_logon_info is always called with mem_ctx==NULL
Volker Lendecke
2010-02-07
1
-5
/
+3
*
libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULL
Volker Lendecke
2010-02-07
1
-7
/
+4
*
libwbclient: wbc_create_error_info is always called with mem_ctx==NULL
Volker Lendecke
2010-02-07
1
-18
/
+10
*
pam_winbind: Remove a nested if-statement. Bo, please check!
Volker Lendecke
2010-02-06
1
-4
/
+2
*
pam_winbind: Use strchr instead of strstr for a single character
Volker Lendecke
2010-02-06
1
-1
/
+1
*
s3: Fix malformed require_membership_of_sid.
Bo Yang
2010-02-07
1
-0
/
+12
*
NSS wrapper - add dependency to "nsstest"
Matthias Dieter Wallnöfer
2010-02-05
1
-1
/
+2
*
s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in WINBIND-WBCLIE...
Günther Deschner
2010-01-25
1
-0
/
+35
*
s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite.
Günther Deschner
2010-01-25
1
-1
/
+12
*
libwbclient: Actually implement wbcCredentialCache()
Volker Lendecke
2010-01-24
1
-1
/
+127
*
s3: Add the session key to the ccache_ntlm_auth response
Volker Lendecke
2010-01-24
1
-1
/
+3
*
s3: Add wbinfo --ccache-save
Volker Lendecke
2010-01-24
4
-1
/
+82
*
libwbclient: Use winbindd_free_response()
Volker Lendecke
2010-01-24
3
-51
/
+21
*
libwbclient: Remove a pointless talloc_strdup
Volker Lendecke
2010-01-24
1
-12
/
+5
*
nsswitch: Move nss_err_str to its only caller
Volker Lendecke
2010-01-23
3
-26
/
+25
*
nsswitch: Make some functions static
Volker Lendecke
2010-01-23
2
-11
/
+7
*
libwbclient: Remove a pointless check
Volker Lendecke
2010-01-03
1
-1
/
+1
*
s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc
Volker Lendecke
2009-12-21
4
-1
/
+96
*
s3: check for PAM_RADIO_TYPE.
Bo Yang
2009-12-10
1
-3
/
+1
*
s3: Fix build on non-linux platform.
Bo Yang
2009-12-10
1
-0
/
+8
*
s3: Give the user a chance to change password when password will expire soon.
Bo Yang
2009-12-10
1
-11
/
+109
*
s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.
Günther Deschner
2009-11-26
1
-1
/
+5
[next]