summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/wb_fill_pwent.c
Commit message (Expand)AuthorAgeFilesLines
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* s3-winbind: Use strlcpy to avoid log entry.Andreas Schneider2014-06-041-1/+4
* winbind3: Simplify fillup_pw_fieldVolker Lendecke2014-02-051-15/+14
* winbind3: Use fstrcpyVolker Lendecke2014-02-051-1/+1
* s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().Volker Lendecke2014-01-161-1/+1
* s3-winbind: Pass the group name to fillup_pw_field().Andreas Schneider2013-11-221-30/+43
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-2/+2
* s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam2013-01-291-1/+1
* s3:winbindd: change wb_fill_pwent to use wb_sids2xids instead of wb_sid2[ug]idMichael Adam2012-12-031-4/+32
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+4
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-101-4/+2
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-1/+3
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher2011-01-111-1/+1
* s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.cVolker Lendecke2009-10-171-0/+47
* s3:winbind: Add async fill_pwentVolker Lendecke2009-08-291-0/+155