summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_sid.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-31wbclient: fix conversion logic in wbcSidToStringBufJeff Layton1-14/+17
Might as well fix it to handle large authority values properly. Also correct some of the formatting. Signed-off-by: Jeff Layton <jlayton@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-07-31wbclient: fix conversion logic in wbcStringToSidJeff Layton1-17/+20
Signed-off-by: Jeff Layton <jlayton@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2012-05-16libwbclient: Fix an invalid free()Volker Lendecke1-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-13libwbclient: Add wbcLookupSidsVolker Lendecke1-0/+183
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-03-30s3: Fix Coverity ID 2217: RESOURCE_LEAKVolker Lendecke1-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-10libwbclient: Remove a pointless checkVolker Lendecke1-1/+2
2011-03-05libwbclient: Use wbcSidToStringBufVolker Lendecke1-37/+8
2011-03-05libwbclient: Add wbcSidToStringBufVolker Lendecke1-15/+35
2010-04-19libwbclient: wbcFreeMemory deals fine with a NULL pointerVolker Lendecke1-3/+1
2010-04-19libwbclient: Fix wbcListGroups against too small num_entriesVolker Lendecke1-6/+11
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-)
2010-04-19libwbclient: Fix wbcListUsers against too small num_entriesVolker Lendecke1-6/+11
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-)
2010-04-19libwbclient: Make wbcLookupUserSids not use tallocVolker Lendecke1-3/+4
2010-04-19libwbclient: Make wbcGetDisplayName not use tallocVolker Lendecke1-1/+1
2010-04-19libwbclient: Make wbcListGroups not use tallocVolker Lendecke1-14/+17
2010-04-19libwbclient: Make wbcListUsers not use tallocVolker Lendecke1-12/+17
2010-04-19libwbclient: Make wbcGetSidAliases not use tallocVolker Lendecke1-8/+7
2010-04-19libwbclient: Fix some pointless macro callsVolker Lendecke1-3/+3
2010-04-19libwbclient: Take -21 into account in length guessingVolker Lendecke1-4/+4
2010-04-19libwbclient: Fix some pointless macro callsVolker Lendecke1-4/+4
2010-04-19libwbclient: Make wbcLookupRids not use tallocVolker Lendecke1-21/+16
2010-04-19libwbclient: Make wbcLookupSid not use tallocVolker Lendecke1-51/+35
2010-04-19libwbclient: Convert wbcSidToString to not use tallocVolker Lendecke1-22/+22
2010-04-10libwbclient: Fix a memleak in wbcGetDisplayNameVolker Lendecke1-0/+1
2010-04-10libwbclient: Ensure correct 0-termination in wbcGetSidAliasesVolker Lendecke1-0/+1
2010-04-03libwbclient: Both talloc_free and wbcFreeMemory deal with NULLVolker Lendecke1-14/+5
This is in line with the ANSI C standard definition of free(NULL)
2010-02-13libwbclient: Separate out the async functionsKai Blin1-256/+0
2010-02-11libwbclient: Implement wbcLookupName_send/recvKai Blin1-0/+129
2010-02-11libwbclient: Implement wbcLookupSid_send/recvKai Blin1-0/+129
2010-01-24libwbclient: Use winbindd_free_response()Volker Lendecke1-16/+6
2009-10-09s3: Fix a memleak reported by dmarkeyVolker Lendecke1-0/+4
2009-08-18libwbclient: Add wbcSidTypeString function.Kai Blin1-0/+17
2009-06-04libwbclient: Attempt to fix build on AIXKai Blin1-0/+1
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-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-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+672
Don't move source4 files yet to not confuse git's rename tracking too much.