index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
libwbclient
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-06
wbcAllocateGid returns a gid_t, not a uid_t
Volker Lendecke
2
-2
/
+2
2008-04-01
libwbclient: add wbcInterfaceDetails()
Stefan Metzmacher
2
-0
/
+90
2008-04-01
libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macro
Stefan Metzmacher
1
-4
/
+5
2008-03-28
libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()
Stefan Metzmacher
1
-2
/
+0
2008-03-28
libwbclient: add wbcListUsers() and wbcListGroups()
Stefan Metzmacher
2
-0
/
+150
2008-03-28
libwbclient: add wbcLookupUserSids()
Stefan Metzmacher
2
-0
/
+87
2008-03-27
libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).
Michael Adam
1
-2
/
+1
2008-03-26
Fix wbcAuthenticateUserEx().
Günther Deschner
1
-1
/
+1
2008-02-23
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2008-02-15
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
1
-37
/
+91
2008-02-15
libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()
Stefan Metzmacher
1
-21
/
+7
2008-02-15
libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()
Stefan Metzmacher
1
-4
/
+36
2008-02-15
libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters
Stefan Metzmacher
1
-12
/
+48
2008-02-14
Fix "warning: 'cmd' may be used uninitialized in this function"
Jeremy Allison
1
-0
/
+3
2008-02-13
libwbclient: add wbcAuthenticateUserEx() function
Stefan Metzmacher
3
-1
/
+460
2008-02-11
libwbclient: implement wbcErrorString()
Stefan Metzmacher
2
-1
/
+35
2008-01-30
Fix build warning.
Günther Deschner
1
-1
/
+0
2008-01-29
Fix uninitialized variables
Volker Lendecke
2
-15
/
+15
2008-01-29
Allow NULL request and/or response pointers to be passed to wbcRequestRespons...
Gerald W. Carter
1
-5
/
+1
2008-01-24
Fix missing error check that caused crash when winbindd not running.
Jeremy Allison
1
-0
/
+1
2008-01-21
libwbclient: use the same style in each switch case for the error mapping
Stefan Metzmacher
1
-2
/
+2
2008-01-15
libwbclient: move wbc_err.h into wbclient.h as we only install one header
Stefan Metzmacher
2
-52
/
+26
2008-01-03
Some coding convention pedantism.
Günther Deschner
5
-17
/
+17
2008-01-02
Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*
Gerald (Jerry) Carter
1
-2
/
+4
2008-01-02
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
Gerald (Jerry) Carter
2
-22
/
+19
2007-12-23
Fix wbcAllocate[GU]id
Volker Lendecke
1
-12
/
+14
2007-12-23
Fix wbcPing()
Volker Lendecke
1
-1
/
+9
2007-12-21
Fix const warning.
Jeremy Allison
1
-5
/
+8
2007-12-21
Compile fix: Correct use of wbcDomainInfo() after function signature change.
Gerald (Jerry) Carter
1
-1
/
+1
2007-12-21
Add files for new LGPL libwbclient DSO implementing the Winbind client API
Gerald (Jerry) Carter
12
-0
/
+3000