summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbc_sid.c
Commit message (Collapse)AuthorAgeFilesLines
* Extract common code from wbc_sid.cSumit Bose2014-06-171-169/+0
|
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-0/+7
| | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=10185 Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Jeremy Allison <jra@samba.org>
* wbclient: fix conversion logic in wbcSidToStringBufJeff Layton2013-07-311-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>
* wbclient: fix conversion logic in wbcStringToSidJeff Layton2013-07-311-17/+20
| | | | | Signed-off-by: Jeff Layton <jlayton@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* libwbclient: Fix an invalid free()Volker Lendecke2012-05-161-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed May 16 00:00:00 CEST 2012 on sn-devel-104
* libwbclient: Add wbcLookupSidsVolker Lendecke2011-04-131-0/+183
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Fix Coverity ID 2217: RESOURCE_LEAKVolker Lendecke2011-03-301-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 10:45:44 CEST 2011 on sn-devel-104
* libwbclient: Remove a pointless checkVolker Lendecke2011-03-101-1/+2
|
* libwbclient: Use wbcSidToStringBufVolker Lendecke2011-03-051-37/+8
|
* libwbclient: Add wbcSidToStringBufVolker Lendecke2011-03-051-15/+35
|
* libwbclient: wbcFreeMemory deals fine with a NULL pointerVolker Lendecke2010-04-191-3/+1
|
* libwbclient: Fix wbcListGroups against too small num_entriesVolker Lendecke2010-04-191-6/+11
| | | | Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-)
* libwbclient: Fix wbcListUsers against too small num_entriesVolker Lendecke2010-04-191-6/+11
| | | | Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-)
* libwbclient: Make wbcLookupUserSids not use tallocVolker Lendecke2010-04-191-3/+4
|
* libwbclient: Make wbcGetDisplayName not use tallocVolker Lendecke2010-04-191-1/+1
|
* libwbclient: Make wbcListGroups not use tallocVolker Lendecke2010-04-191-14/+17
|
* libwbclient: Make wbcListUsers not use tallocVolker Lendecke2010-04-191-12/+17
|
* libwbclient: Make wbcGetSidAliases not use tallocVolker Lendecke2010-04-191-8/+7
|
* libwbclient: Fix some pointless macro callsVolker Lendecke2010-04-191-3/+3
|
* libwbclient: Take -21 into account in length guessingVolker Lendecke2010-04-191-4/+4
|
* libwbclient: Fix some pointless macro callsVolker Lendecke2010-04-191-4/+4
|
* libwbclient: Make wbcLookupRids not use tallocVolker Lendecke2010-04-191-21/+16
|
* libwbclient: Make wbcLookupSid not use tallocVolker Lendecke2010-04-191-51/+35
|
* libwbclient: Convert wbcSidToString to not use tallocVolker Lendecke2010-04-191-22/+22
|
* libwbclient: Fix a memleak in wbcGetDisplayNameVolker Lendecke2010-04-101-0/+1
|
* libwbclient: Ensure correct 0-termination in wbcGetSidAliasesVolker Lendecke2010-04-101-0/+1
|
* libwbclient: Both talloc_free and wbcFreeMemory deal with NULLVolker Lendecke2010-04-031-14/+5
| | | | This is in line with the ANSI C standard definition of free(NULL)
* libwbclient: Separate out the async functionsKai Blin2010-02-131-256/+0
|
* libwbclient: Implement wbcLookupName_send/recvKai Blin2010-02-111-0/+129
|
* libwbclient: Implement wbcLookupSid_send/recvKai Blin2010-02-111-0/+129
|
* libwbclient: Use winbindd_free_response()Volker Lendecke2010-01-241-16/+6
|
* s3: Fix a memleak reported by dmarkeyVolker Lendecke2009-10-091-0/+4
|
* libwbclient: Add wbcSidTypeString function.Kai Blin2009-08-181-0/+17
|
* libwbclient: Attempt to fix build on AIXKai Blin2009-06-041-0/+1
|
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-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.
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+672
Don't move source4 files yet to not confuse git's rename tracking too much.