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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macro
Stefan Metzmacher
2008-04-01
1
-4
/
+5
*
DIsplay the short domain name in "wbinfo -m " by default.
Gerald W. Carter
2008-03-31
1
-10
/
+16
*
Augmented "wbinfo -m" to list additional information about the type, directio...
Steven Danneman
2008-03-31
1
-15
/
+78
*
wbinfo: use wbcAllocateGid()
Stefan Metzmacher
2008-03-31
1
-1
/
+8
*
wbinfo: use wbcAllocateUid()
Stefan Metzmacher
2008-03-31
1
-1
/
+8
*
wbinfo: use wbcSidToGid()
Stefan Metzmacher
2008-03-31
1
-10
/
+12
*
wbinfo: use wbcSidToUid()
Stefan Metzmacher
2008-03-31
1
-10
/
+12
*
wbinfo: use wbcGitToSid()
Stefan Metzmacher
2008-03-31
1
-9
/
+13
*
wbinfo: use wbcUidToSid()
Stefan Metzmacher
2008-03-31
1
-9
/
+13
*
wbinfo: use wbcPing()
Stefan Metzmacher
2008-03-31
1
-7
/
+5
*
wbinfo: use wbcDomainInfo()
Stefan Metzmacher
2008-03-28
1
-18
/
+25
*
wbinfo: use wbcGetgrnam()
Stefan Metzmacher
2008-03-28
1
-19
/
+12
*
wbinfo: use wbcListUsers() and wbcListGroups()
Stefan Metzmacher
2008-03-28
1
-54
/
+29
*
wbinfo: use wbcLookupUserSids()
Stefan Metzmacher
2008-03-28
1
-31
/
+45
*
libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()
Stefan Metzmacher
2008-03-28
1
-2
/
+0
*
libwbclient: add wbcListUsers() and wbcListGroups()
Stefan Metzmacher
2008-03-28
2
-0
/
+150
*
libwbclient: add wbcLookupUserSids()
Stefan Metzmacher
2008-03-28
2
-0
/
+87
*
Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.
Gerald W. Carter
2008-03-27
1
-3
/
+7
*
libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).
Michael Adam
2008-03-27
1
-2
/
+1
*
Fix wbcAuthenticateUserEx().
Günther Deschner
2008-03-26
1
-1
/
+1
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-2
/
+8
*
Fix a memleak
Volker Lendecke
2008-03-06
1
-0
/
+1
*
winbind: use a struct element for WBFLAG_PAM_UNIX_NAME
Stefan Metzmacher
2008-02-28
2
-2
/
+4
*
Fix caller of node_status_query() to use sockaddr_storage().
Michael Adam
2008-02-27
1
-3
/
+5
*
Fix a C++ warning
Volker Lendecke
2008-02-23
1
-1
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-02-15
2
-38
/
+95
|
\
|
*
wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...
Stefan Metzmacher
2008-02-15
1
-1
/
+4
|
*
libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()
Stefan Metzmacher
2008-02-15
1
-21
/
+7
|
*
libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()
Stefan Metzmacher
2008-02-15
1
-4
/
+36
|
*
libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters
Stefan Metzmacher
2008-02-15
1
-12
/
+48
*
|
Fix "warning: 'cmd' may be used uninitialized in this function"
Jeremy Allison
2008-02-14
1
-0
/
+3
|
/
*
wbinfo: use wbcAuthenticateUserEx()
Stefan Metzmacher
2008-02-13
1
-47
/
+43
*
libwbclient: add wbcAuthenticateUserEx() function
Stefan Metzmacher
2008-02-13
3
-1
/
+460
*
nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
Stefan Metzmacher
2008-02-13
2
-30
/
+8
*
libwbclient: implement wbcErrorString()
Stefan Metzmacher
2008-02-11
2
-1
/
+35
*
The krb5 locator should now be correctly able to handle
Jeremy Allison
2008-02-05
1
-4
/
+4
*
Remove unused marshalling for SAMR_CONNECT.
Günther Deschner
2008-02-05
1
-1
/
+1
*
Use the proper boolean constants in wbinfo.c .
Michael Adam
2008-02-04
1
-73
/
+73
*
Reformatting: Fix spacing in wbinfo.c .
Michael Adam
2008-02-04
1
-86
/
+85
*
Prevent a segfault when "wbinfo -a" is called without password.
Michael Adam
2008-02-04
1
-1
/
+3
*
NetBSD needs PAM_SM_SESSION
Volker Lendecke
2008-02-01
1
-0
/
+1
*
Fix build warning.
Günther Deschner
2008-01-30
1
-1
/
+0
*
Fix uninitialized variables
Volker Lendecke
2008-01-29
2
-15
/
+15
*
Allow NULL request and/or response pointers to be passed to wbcRequestRespons...
Gerald W. Carter
2008-01-29
1
-5
/
+1
*
Fix missing error check that caused crash when winbindd not running.
Jeremy Allison
2008-01-24
1
-0
/
+1
*
libwbclient: use the same style in each switch case for the error mapping
Stefan Metzmacher
2008-01-21
1
-2
/
+2
*
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2008-01-17
3
-17
/
+18
*
nsswitch/: we don't need socket or nss wrapper in the winbind client code
Stefan Metzmacher
2008-01-15
1
-0
/
+8
*
libwbclient: move wbc_err.h into wbclient.h as we only install one header
Stefan Metzmacher
2008-01-15
2
-52
/
+26
*
Some coding convention pedantism.
Günther Deschner
2008-01-03
5
-17
/
+17
[next]