summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_user.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-10/+12
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-15/+15
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-4/+2
2009-02-11s3: Implement wbcGetpwsidDan Sledz1-4/+24
2009-02-09Revert "s3:winbindd_user: create domain connection in winbindd_fill_pwent if ...Michael Adam1-1/+1
2009-02-09s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary.Michael Adam1-1/+1
2009-02-09s3:winbindd_user: fix a debug message.Michael Adam1-2/+2
2009-02-07Fix coverity ID 876 (FORWARD_NULL)Volker Lendecke1-0/+1
2009-02-02s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty1-7/+4
2009-02-02s3:winbind_user: fix "getent passwd" to allocate new uids.Michael Adam1-2/+7
2009-02-02s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam1-11/+9
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-1/+7
2008-12-04s3:winbindd: don't open a new dc connection in winbindd_getpwnam (main winbindd)Michael Adam1-1/+1
2008-09-16winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter1-5/+69
2008-08-12idmap rewriteVolker Lendecke1-2/+4
2008-07-25Fix an incompatible pointer warningVolker Lendecke1-2/+2
2008-07-06Clean up the rest of the file tooSimo Sorce1-84/+76
2008-07-06More clean up, indentation and trailing space removalSimo Sorce1-40/+39
2008-07-06Make code more readable, fix indentation and traling spaces.Simo Sorce1-17/+23
2008-06-26From Steve Danneman @ Isilon.Jeremy Allison1-93/+1
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-10/+11
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-13/+13
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+875