summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-05s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke1-172/+0
2009-08-05s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new APIVolker Lendecke1-26/+0
2009-08-05s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke1-26/+0
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-33/+33
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-30/+30
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-2/+2
2009-06-08s3-winbindd: workaround alias enumeration in expand_groups().Günther Deschner1-3/+16
2009-06-06s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner1-2/+14
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-22/+14
2009-03-12Make opt_nocache static to winbindd.cVolker Lendecke1-2/+0
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-0/+115
2009-02-02s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty1-6/+2
2009-02-02s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam1-2/+8
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-1/+7
2008-12-04s3:winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gi...Michael Adam1-2/+2
2008-12-04s3:winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)Michael Adam1-1/+1
2008-11-18Whitespace and >80 column cleanups.Steven Danneman1-2/+2
2008-11-02[s3]winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.Michael Adam1-13/+20
2008-09-23[s3]winbindd_group: don't list the domain twice when expanding internal aliasesMichael Adam1-1/+1
2008-09-23[s3]winbindd_group: sanely handle NULL domain in add_member().Michael Adam1-1/+5
2008-09-16winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter1-30/+152
2008-09-11Fix for bug 5571Simo Sorce1-1/+1
2008-08-12idmap rewriteVolker Lendecke1-2/+4
2008-07-06Clean up winbindd_group.c tooSimo Sorce1-210/+255
2008-06-30Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison1-1/+1
2008-06-26From Steve Danneman @ Isilon.Jeremy Allison1-103/+1
2008-05-25Fix two c++ warningsVolker Lendecke1-1/+2
2008-05-22Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman1-58/+78
2008-04-22Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke1-2/+4
2008-04-07winbindd: fix break out early condition in fill_grent_mem().Michael Adam1-1/+1
2008-03-29Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner1-3/+5
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-9/+6
2008-01-04Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter1-1/+10
2007-12-21Add NT error to debug to try and track this down.Jeremy Allison1-1/+4
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-2/+2
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-2/+4
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-15/+16
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-23/+23
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+1746