VERSION: Bump version number up to 4.0.4.
[samba.git] / nsswitch / libwbclient /
2010-04-19 Volker Lendeckelibwbclient: Make wbcGetGroups not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbc_create_domain_controller_info_ex...
2010-04-19 Volker Lendeckelibwbclient: Make wbcLookupDomainController not use...
2010-04-19 Volker Lendeckelibwbclient: Make wbcLookupUserSids not use talloc
2010-04-19 Volker Lendeckelibwbclient: Test wbcChangeUserPassword
2010-04-19 Volker Lendeckelibwbclient: Abstract out test_wbc_authenticate_user...
2010-04-19 Volker Lendeckelibwbclient: Test wbcLogonUser
2010-04-19 Volker Lendeckelibwbclient: Make wbcAddNamedBlob not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcResolveWinsByIP not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcResolveWinsByName not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcDomainInfo not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcInterfaceDetails not use talloc
2010-04-19 Volker Lendeckelibwbclient: Test wbcAuthenticateUser[Ex]
2010-04-19 Volker Lendeckelibwbclient: Make _SID_COMPOSE a function instead of...
2010-04-19 Volker Lendeckelibwbclient: Make wbcGetDisplayName not use talloc
2010-04-19 Volker Lendeckelibwbclient: Test wbcGetDisplayName
2010-04-19 Volker Lendeckelibwbclient: Make wbcListGroups not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcListUsers not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcGetSidAliases not use talloc
2010-04-19 Volker Lendeckelibwbclient: Test wbcGetSidAliases
2010-04-19 Volker Lendeckelibwbclient: Simplify test_wbc_domain_info a bit
2010-04-19 Volker Lendeckelibwbclient: Fix some pointless macro calls
2010-04-19 Volker Lendeckelibwbclient: Take -21 into account in length guessing
2010-04-19 Volker Lendeckelibwbclient: Fix some pointless macro calls
2010-04-19 Volker Lendeckelibwbclient: Make wbcLookupRids not use talloc
2010-04-19 Volker Lendeckelibwbclient: Add wbcAllocateStringArray
2010-04-19 Volker Lendeckelibwbclient: Test wbcLookupRids
2010-04-19 Volker Lendeckelibwbclient: Make wbcLookupSid not use talloc
2010-04-19 Volker Lendeckelibwbclient: Add wbcStrDup
2010-04-19 Volker Lendeckelibwbclient: Convert wbcSidToString to not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make copy_group_entry not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make copy_passwd_entry not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcGuidToString not use talloc
2010-04-19 Volker Lendeckelibwbclient: Make wbcLibraryDetails not use talloc
2010-04-19 Volker Lendeckelibwbclient: Add wbcAllocateMemory()
2010-04-13 Volker Lendeckelibwbclient: Re-Fix a bug that was fixed with e5741e27c4c
2010-04-13 Volker Lendeckelibwbclient: Remove a pointless variable
2010-04-10 Volker Lendeckelibwbclient: Fix a memleak in wbcGetDisplayName
2010-04-10 Volker Lendeckelibwbclient: Ensure correct 0-termination in wbcGetSidA...
2010-04-09 Volker Lendeckelibwbclient: Fix some memleaks in the tests
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-04 Volker Lendeckelibwbclient: Fix a memleak in wbcListTrusts
2010-04-04 Volker Lendeckelibwbclient: Fix memleaks in tests
2010-04-04 Volker Lendeckelibwbclient: Fix a memleak in wbcListTrusts
2010-04-04 Volker Lendeckelibwbclient: Streamline result processing of wbcCredent...
2010-04-04 Volker Lendeckelibwbclient: Fix a memleak in wbcCredentialCache
2010-04-03 Volker Lendeckelibwbclient: Both talloc_free and wbcFreeMemory deal...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-02-13 Kai Blinlibwbclient: Fix s4 build failure by fixing up includes.
2010-02-13 Kai Blinlibwbclient: Separate out the async functions
2010-02-11 Kai Blinlibwbclient: Test wbcLookupName async functions
2010-02-11 Kai Blinlibwbclient: Implement wbcLookupName_send/recv
2010-02-11 Kai Blinlibwbclient: Implement wbcAuthenticateUserEx_send/recv
2010-02-11 Kai Blinlibwbclient: Implement wbcLookupSid_send/recv
2010-02-11 Kai Blinlibwbclient: Implement wbcGidToSid_send/recv
2010-02-11 Kai Blinlibwbclient: Implement wbcSidToGid_send/recv
2010-02-11 Kai Blinlibwbclient: Implement wbcUidToSid_send/recv
2010-02-11 Kai Blinlibwbclient: Implement wbcSidToUid_send/recv
2010-02-11 Kai Blinlibwbclient: Add wbcInterfaceDetails_send/recv
2010-02-11 Kai Blinlibwbclient: Add wbcDomainInfo_send/recv calls
2010-02-11 Kai Blinlibwbclient: Add wbcDomainName_send/recv call
2010-02-11 Kai Blinlibwbclient: Add wbcNetbiosName_send/recv calls
2010-02-11 Kai Blinlibwbclient: Add async wbcInfo_send()/wbcInfo_recv...
2010-02-11 Kai Blinlibwbclient: add wbcInterfaceVersion send/recv calls
2010-02-11 Kai Blinlibwbclient: torture-test wbcPing async functions.
2010-02-11 Kai Blinlibwbclient: Add async wbcPing_send/_recv
2010-02-11 Kai Blinlibwbclient: Zero out context on initialization
2010-02-07 Volker Lendeckelibwbclient: wbc_create_logon_info is always called...
2010-02-07 Volker Lendeckelibwbclient: wbc_create_password_policy_info is always...
2010-02-07 Volker Lendeckelibwbclient: wbc_create_error_info is always called...
2010-01-25 Günther Deschners4-smbtorture: test wbcResolveWinsByName/wbcResolveWins...
2010-01-25 Günther Deschners4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIE...
2010-01-24 Volker Lendeckelibwbclient: Actually implement wbcCredentialCache()
2010-01-24 Volker Lendeckes3: Add wbinfo --ccache-save
2010-01-24 Volker Lendeckelibwbclient: Use winbindd_free_response()
2010-01-24 Volker Lendeckelibwbclient: Remove a pointless talloc_strdup
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-03 Volker Lendeckelibwbclient: Remove a pointless check
2009-12-21 Volker Lendeckes3:winbind: Add a lower-cost alternative to wbinfo...
2009-10-19 Günther Deschnerlibwbclient: fix wbcLookupDomainController().
2009-10-19 Günther Deschners4-smbtorture: test wbcLookupDomainController{Ex} in...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-16 Günther Deschnernsswitch: increase libwbclient version after adding...
2009-10-16 Günther Deschners4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIE...
2009-10-16 Günther Deschners4-smbtorture: test wbcGuidToString and friends as...
2009-10-16 Günther Deschners4-smbtorture: add very basic libwbclient testsuite.
2009-10-13 Günther Deschnerlibwbclient: add wbcChangeTrustCredentials.
2009-10-12 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-12 Matthias Dieter... s4:wbclient.h - add compatibility constants
2009-10-09 Volker Lendeckes3: Fix a memleak reported by dmarkey
2009-10-09 Simo SorceFix builds with external talloc
2009-10-08 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-08 Matthias Dieter... winbind: adapt the new reject constants also there
2009-10-07 Günther Deschnerlibwbclient: implement secure channel verification...
2009-09-01 Günther Deschnerwbclient: Fix Bug #6680: always activate handling of...
2009-08-30 Volker Lendeckes3:libwbclient: Fix bug 6349, initialize domain info...
2009-08-18 Kai Blinlibwbclient: Add wbcSidTypeString function.
2009-08-16 Volker Lendeckes3:winbind: Fix a potential segfault in libwbclient
next