summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_user.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Convert WINBINDD_LIST_USERS to the new APIVolker Lendecke2009-08-291-6/+0
* s3:winbind: Convert the GETPWENT routines to the new APIVolker Lendecke2009-08-291-376/+0
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-2/+2
* s3:winbind: Convert WINBINDD_GETPWUID to the new APIVolker Lendecke2009-08-051-263/+0
* s3:winbind: Convert WINBINDD_GETPWNAM to the new APIVolker Lendecke2009-08-051-97/+0
* s3:winbind: Convert WINBINDD_GETPWSID to the new APIVolker Lendecke2009-08-051-20/+0
* s3:winbind: Make fillup_pw_field publically availableVolker Lendecke2009-08-051-1/+1
* Fix a typoVolker Lendecke2009-08-031-1/+1
* Some mods for recent coding conventionsVolker Lendecke2009-08-011-2/+4
* Fix indentationVolker Lendecke2009-08-011-1/+1
* Remove a pointless variableVolker Lendecke2009-07-311-3/+1
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-10/+12
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-15/+15
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-4/+2
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-4/+24
* Revert "s3:winbindd_user: create domain connection in winbindd_fill_pwent if ...Michael Adam2009-02-091-1/+1
* s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary.Michael Adam2009-02-091-1/+1
* s3:winbindd_user: fix a debug message.Michael Adam2009-02-091-2/+2
* Fix coverity ID 876 (FORWARD_NULL)Volker Lendecke2009-02-071-0/+1
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-021-7/+4
* s3:winbind_user: fix "getent passwd" to allocate new uids.Michael Adam2009-02-021-2/+7
* s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam2009-02-021-11/+9
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+7
* s3:winbindd: don't open a new dc connection in winbindd_getpwnam (main winbindd)Michael Adam2008-12-041-1/+1
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-161-5/+69
* idmap rewriteVolker Lendecke2008-08-121-2/+4
* Fix an incompatible pointer warningVolker Lendecke2008-07-251-2/+2
* Clean up the rest of the file tooSimo Sorce2008-07-061-84/+76
* More clean up, indentation and trailing space removalSimo Sorce2008-07-061-40/+39
* Make code more readable, fix indentation and traling spaces.Simo Sorce2008-07-061-17/+23
* From Steve Danneman @ Isilon.Jeremy Allison2008-06-261-93/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-10/+11
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-13/+13
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+875