summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
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