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
/
nsswitch
/
libwbclient
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libwbclient: Make wbcListUsers not use talloc
Volker Lendecke
2010-04-19
1
-12
/
+17
*
libwbclient: Make wbcGetSidAliases not use talloc
Volker Lendecke
2010-04-19
1
-8
/
+7
*
libwbclient: Test wbcGetSidAliases
Volker Lendecke
2010-04-19
1
-0
/
+37
*
libwbclient: Simplify test_wbc_domain_info a bit
Volker Lendecke
2010-04-19
1
-5
/
+3
*
libwbclient: Fix some pointless macro calls
Volker Lendecke
2010-04-19
1
-3
/
+3
*
libwbclient: Take -21 into account in length guessing
Volker Lendecke
2010-04-19
1
-4
/
+4
*
libwbclient: Fix some pointless macro calls
Volker Lendecke
2010-04-19
1
-4
/
+4
*
libwbclient: Make wbcLookupRids not use talloc
Volker Lendecke
2010-04-19
1
-21
/
+16
*
libwbclient: Add wbcAllocateStringArray
Volker Lendecke
2010-04-19
2
-0
/
+17
*
libwbclient: Test wbcLookupRids
Volker Lendecke
2010-04-19
1
-0
/
+29
*
libwbclient: Make wbcLookupSid not use talloc
Volker Lendecke
2010-04-19
1
-51
/
+35
*
libwbclient: Add wbcStrDup
Volker Lendecke
2010-04-19
2
-0
/
+16
*
libwbclient: Convert wbcSidToString to not use talloc
Volker Lendecke
2010-04-19
1
-22
/
+22
*
libwbclient: Make copy_group_entry not use talloc
Volker Lendecke
2010-04-19
1
-24
/
+44
*
libwbclient: Make copy_passwd_entry not use talloc
Volker Lendecke
2010-04-19
1
-28
/
+41
*
libwbclient: Make wbcGuidToString not use talloc
Volker Lendecke
2010-04-19
1
-20
/
+16
*
libwbclient: Make wbcLibraryDetails not use talloc
Volker Lendecke
2010-04-19
1
-1
/
+3
*
libwbclient: Add wbcAllocateMemory()
Volker Lendecke
2010-04-19
2
-2
/
+54
*
libwbclient: Re-Fix a bug that was fixed with e5741e27c4c
Volker Lendecke
2010-04-13
4
-29
/
+56
*
libwbclient: Remove a pointless variable
Volker Lendecke
2010-04-13
1
-3
/
+1
*
libwbclient: Fix a memleak in wbcGetDisplayName
Volker Lendecke
2010-04-10
1
-0
/
+1
*
libwbclient: Ensure correct 0-termination in wbcGetSidAliases
Volker Lendecke
2010-04-10
1
-0
/
+1
*
libwbclient: Fix some memleaks in the tests
Volker Lendecke
2010-04-09
1
-0
/
+7
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
1
-4
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+15
*
libwbclient: Fix a memleak in wbcListTrusts
Volker Lendecke
2010-04-04
1
-8
/
+3
*
libwbclient: Fix memleaks in tests
Volker Lendecke
2010-04-04
1
-0
/
+10
*
libwbclient: Fix a memleak in wbcListTrusts
Volker Lendecke
2010-04-04
1
-0
/
+3
*
libwbclient: Streamline result processing of wbcCredentialCache()
Volker Lendecke
2010-04-04
1
-4
/
+2
*
libwbclient: Fix a memleak in wbcCredentialCache
Volker Lendecke
2010-04-04
1
-0
/
+1
*
libwbclient: Both talloc_free and wbcFreeMemory deal with NULL
Volker Lendecke
2010-04-03
2
-18
/
+6
*
libutil: moved the networking defines to util_net.h
Andrew Tridgell
2010-03-26
1
-0
/
+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
[prev]
[next]