Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-16 | libwbclient: Fix an invalid free() | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed May 16 00:00:00 CEST 2012 on sn-devel-104 | |||||
2011-04-13 | libwbclient: Add wbcLookupSids | Volker Lendecke | 1 | -0/+183 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-30 | s3: Fix Coverity ID 2217: RESOURCE_LEAK | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 10:45:44 CEST 2011 on sn-devel-104 | |||||
2011-03-10 | libwbclient: Remove a pointless check | Volker Lendecke | 1 | -1/+2 | |
2011-03-05 | libwbclient: Use wbcSidToStringBuf | Volker Lendecke | 1 | -37/+8 | |
2011-03-05 | libwbclient: Add wbcSidToStringBuf | Volker Lendecke | 1 | -15/+35 | |
2010-04-19 | libwbclient: wbcFreeMemory deals fine with a NULL pointer | Volker Lendecke | 1 | -3/+1 | |
2010-04-19 | libwbclient: Fix wbcListGroups against too small num_entries | Volker Lendecke | 1 | -6/+11 | |
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-) | |||||
2010-04-19 | libwbclient: Fix wbcListUsers against too small num_entries | Volker Lendecke | 1 | -6/+11 | |
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-) | |||||
2010-04-19 | libwbclient: Make wbcLookupUserSids not use talloc | Volker Lendecke | 1 | -3/+4 | |
2010-04-19 | libwbclient: Make wbcGetDisplayName not use talloc | Volker Lendecke | 1 | -1/+1 | |
2010-04-19 | libwbclient: Make wbcListGroups not use talloc | Volker Lendecke | 1 | -14/+17 | |
2010-04-19 | libwbclient: Make wbcListUsers not use talloc | Volker Lendecke | 1 | -12/+17 | |
2010-04-19 | libwbclient: Make wbcGetSidAliases not use talloc | Volker Lendecke | 1 | -8/+7 | |
2010-04-19 | libwbclient: Fix some pointless macro calls | Volker Lendecke | 1 | -3/+3 | |
2010-04-19 | libwbclient: Take -21 into account in length guessing | Volker Lendecke | 1 | -4/+4 | |
2010-04-19 | libwbclient: Fix some pointless macro calls | Volker Lendecke | 1 | -4/+4 | |
2010-04-19 | libwbclient: Make wbcLookupRids not use talloc | Volker Lendecke | 1 | -21/+16 | |
2010-04-19 | libwbclient: Make wbcLookupSid not use talloc | Volker Lendecke | 1 | -51/+35 | |
2010-04-19 | libwbclient: Convert wbcSidToString to not use talloc | Volker Lendecke | 1 | -22/+22 | |
2010-04-10 | libwbclient: Fix a memleak in wbcGetDisplayName | Volker Lendecke | 1 | -0/+1 | |
2010-04-10 | libwbclient: Ensure correct 0-termination in wbcGetSidAliases | Volker Lendecke | 1 | -0/+1 | |
2010-04-03 | libwbclient: Both talloc_free and wbcFreeMemory deal with NULL | Volker Lendecke | 1 | -14/+5 | |
This is in line with the ANSI C standard definition of free(NULL) | |||||
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 1 | -256/+0 | |
2010-02-11 | libwbclient: Implement wbcLookupName_send/recv | Kai Blin | 1 | -0/+129 | |
2010-02-11 | libwbclient: Implement wbcLookupSid_send/recv | Kai Blin | 1 | -0/+129 | |
2010-01-24 | libwbclient: Use winbindd_free_response() | Volker Lendecke | 1 | -16/+6 | |
2009-10-09 | s3: Fix a memleak reported by dmarkey | Volker Lendecke | 1 | -0/+4 | |
2009-08-18 | libwbclient: Add wbcSidTypeString function. | Kai Blin | 1 | -0/+17 | |
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 1 | -0/+1 | |
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 1 | -0/+139 | |
* Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function. | |||||
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. |