Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 1 | -0/+86 | |
wbinfo --dc-info prints the current DC name and IP address. This helps diagnosing problems that might happen when a later wbinfo --ping-dc fails. This patch started out by using the SAF and NBT cache entires, but those are relatively short-lived. So I decided to invent a new gencache entry with a very long timeout. We need to go via the gencache because when for some reason a winbind child process is stuck, we can't query it for the current DC it's connected to. This must eventually go away again when we have a fully async winbind. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 19 08:40:28 CET 2011 on sn-devel-104 | |||||
2010-11-27 | libwbclient: Correctly order the wbcAllocateMemory args | Volker Lendecke | 1 | -6/+6 | |
In these cases, it does not make a functional difference. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Nov 27 19:56:02 CET 2010 on sn-devel-104 | |||||
2010-04-19 | libwbclient: Make wbcListTrusts not use talloc | Volker Lendecke | 1 | -28/+20 | |
2010-04-19 | libwbclient: Make wbc_create_domain_controller_info_ex not use talloc | Volker Lendecke | 1 | -23/+29 | |
2010-04-19 | libwbclient: Make wbcLookupDomainController not use talloc | Volker Lendecke | 1 | -6/+13 | |
2010-04-19 | libwbclient: Make wbcAddNamedBlob not use talloc | Volker Lendecke | 1 | -16/+49 | |
2010-04-19 | libwbclient: Make wbcResolveWinsByIP not use talloc | Volker Lendecke | 1 | -1/+1 | |
2010-04-19 | libwbclient: Make wbcResolveWinsByName not use talloc | Volker Lendecke | 1 | -1/+1 | |
2010-04-19 | libwbclient: Make wbcDomainInfo not use talloc | Volker Lendecke | 1 | -9/+12 | |
2010-04-19 | libwbclient: Make wbcInterfaceDetails not use talloc | Volker Lendecke | 1 | -10/+16 | |
2010-04-04 | libwbclient: Fix a memleak in wbcListTrusts | Volker Lendecke | 1 | -8/+3 | |
2010-04-04 | libwbclient: Fix a memleak in wbcListTrusts | Volker Lendecke | 1 | -0/+3 | |
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 1 | -810/+1 | |
2010-02-11 | libwbclient: Add wbcInterfaceDetails_send/recv | Kai Blin | 1 | -0/+218 | |
2010-02-11 | libwbclient: Add wbcDomainInfo_send/recv calls | Kai Blin | 1 | -1/+147 | |
2010-02-11 | libwbclient: Add wbcDomainName_send/recv call | Kai Blin | 1 | -0/+94 | |
2010-02-11 | libwbclient: Add wbcNetbiosName_send/recv calls | Kai Blin | 1 | -0/+95 | |
2010-02-11 | libwbclient: Add async wbcInfo_send()/wbcInfo_recv() calls | Kai Blin | 1 | -0/+99 | |
2010-02-11 | libwbclient: add wbcInterfaceVersion send/recv calls | Kai Blin | 1 | -0/+92 | |
2010-02-11 | libwbclient: Add async wbcPing_send/_recv | Kai Blin | 1 | -1/+79 | |
2010-01-03 | libwbclient: Remove a pointless check | Volker Lendecke | 1 | -1/+1 | |
We have dereferenced "blobs" before | |||||
2009-10-19 | libwbclient: fix wbcLookupDomainController(). | Günther Deschner | 1 | -2/+3 | |
Found by WINBIND-WBCLIENT torture test. Guenther | |||||
2009-08-30 | s3:libwbclient: Fix bug 6349, initialize domain info struct | Volker Lendecke | 1 | -0/+2 | |
2009-08-16 | s3:winbind: Fix a potential segfault in libwbclient | Volker Lendecke | 1 | -1/+1 | |
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 1 | -0/+1 | |
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+672 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |