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-12-03
libwbclient: avoid usage talloc_init() in library code
Stefan Metzmacher
1
-8
/
+4
2008-11-25
libwbclient: Implement wbcGetgrent and wbcGetgrlist
Kai Blin
1
-2
/
+121
2008-11-25
libwbclient: Implement wbcGetpwent
Kai Blin
1
-2
/
+77
2008-11-25
libwbclient: Add placeholder function for WINBINDD_CCACHE_NTLMAUTH
Kai Blin
2
-0
/
+43
2008-11-25
libwbclient: Fix typo in wbcGetgrent docstring.
Kai Blin
1
-1
/
+1
2008-11-25
libwbclient: Add placeholder function for WINBINDD_GETGRLST
Kai Blin
2
-0
/
+16
2008-11-25
libwbclient: Add placeholder functions for wbcQuery[GSU]idTo[GSU]id
Kai Blin
2
-4
/
+76
2008-11-18
Clean-up various trailing space and >80 column lines.
Steven Danneman
2
-3
/
+3
2008-11-18
Added ability to remove id mappings in wbinfo and libwbclient.
Steven Danneman
2
-1
/
+94
2008-10-29
wbcGetDisplayName
Volker Lendecke
2
-0
/
+49
2008-10-21
Fix two trivial typos
Volker Lendecke
1
-2
/
+2
2008-10-10
libwbclient: add wbcLogonUser().
Günther Deschner
2
-0
/
+228
2008-10-10
libwbclient: add wbcLogoffUserEx().
Günther Deschner
2
-0
/
+108
2008-10-10
libwbclient: add wbcAddNamedBlob.
Günther Deschner
2
-1
/
+54
2008-10-10
libwbclient: add wbcBlob and wbcNamedBlob.
Günther Deschner
1
-0
/
+19
2008-10-10
libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.
Günther Deschner
1
-0
/
+5
2008-10-09
wbclient: add wbcLookupDomainControllerEx call.
Günther Deschner
2
-1
/
+159
2008-10-09
wbclient: add wbcGuidToString and wbcStringToGuid helper functions.
Günther Deschner
2
-0
/
+128
2008-10-09
wbclient: add wbcGuid structure.
Günther Deschner
1
-0
/
+13
2008-10-09
wbclient: add my copyright.
Günther Deschner
1
-0
/
+1
2008-09-27
libwbclient: fix doxygen warnings.
Günther Deschner
4
-6
/
+6
2008-08-31
Fix Coverity ID 589, dead code
Volker Lendecke
1
-0
/
+9
2008-08-29
libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.
Günther Deschner
3
-1
/
+350
2008-07-30
libwbclient: let wbcStringToSid handle the global NULL sid.
Günther Deschner
1
-1
/
+1
2008-07-22
Fix various build warnings
Zach Loafman
1
-1
/
+1
2008-07-17
allow SID with 0 in subauthority to be converted properly
Herb Lewis
1
-1
/
+2
2008-06-27
Fix an "invalid operation involving NULL pointer" found by the IBM checker
Volker Lendecke
1
-1
/
+5
2008-06-27
Remove a strlen check that will never kick in
Volker Lendecke
1
-2
/
+1
2008-06-17
Fix a segfault in wbcLookupRids
Volker Lendecke
1
-16
/
+21
2008-06-17
Fix a segfault in wbcLookupSid
Volker Lendecke
1
-19
/
+29
2008-06-17
Replace a very unusual variable declaration by a more conventional one
Volker Lendecke
1
-1
/
+1
2008-06-17
Fix a memleak in wbcAuthenticateUserEx()
Volker Lendecke
1
-0
/
+2
2008-06-15
Fix an uninitialized variable found by the IBM checker
Volker Lendecke
1
-5
/
+5
2008-06-15
Fix group parsing in libwbclient's copy_group_entry()
Volker Lendecke
1
-4
/
+6
2008-05-27
libwbclient: fix typo.
Günther Deschner
1
-1
/
+1
2008-05-23
libwbclient: add wbcLibraryDetails()
Stefan Metzmacher
2
-0
/
+38
2008-05-23
libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS
Stefan Metzmacher
3
-5
/
+5
2008-05-15
Fix build warning.
Günther Deschner
1
-1
/
+0
2008-05-13
libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().
coffeedude
4
-3
/
+159
2008-04-23
Mark a domain offline in the wbcDomainInfo structure using the domain_flags.
Gerald W. Carter
2
-1
/
+15
2008-04-23
Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX
Gerald W. Carter
2
-7
/
+7
2008-04-20
libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...
Michael Adam
2
-3
/
+3
2008-04-20
libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **
Michael Adam
2
-3
/
+3
2008-04-17
Remove unused variable from wbcCheckTrustCredentials().
Gerald W. Carter
1
-1
/
+0
2008-04-17
Add wbcListTrusts() API call to libwbclient.so
Gerald W. Carter
2
-6
/
+238
2008-04-17
Follow error code name convention in libwbclient.
Gerald W. Carter
4
-14
/
+14
2008-04-17
libwbclient: add wbcCheckTrustCredentials()
Stefan Metzmacher
2
-0
/
+58
2008-04-17
libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()
Stefan Metzmacher
2
-0
/
+87
2008-04-11
libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions
Stefan Metzmacher
2
-0
/
+157
2008-04-10
fix some extrasemi compile warnings
Björn Jacke
1
-1
/
+1
[next]