summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04s3-winbind: DON'T PANIC if we couldn't find the domain.Andreas Schneider1-1/+9
2011-08-24s3:winbindd fix a return code checkChristian Ambach1-2/+2
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-2/+2
2009-12-21s3: Remove unused get_sam_group_entriesVolker Lendecke1-135/+0
2009-12-21s3: Remove unused winbindd_dual_getsidaliasesVolker Lendecke1-83/+0
2009-12-21s3: Remove an unused struct definitionVolker Lendecke1-20/+0
2009-12-21s3: Remove unused winbindd_dual_getuserdomgroupsVolker Lendecke1-46/+0
2009-08-29s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke1-6/+0
2009-08-29s3:winbind: Convert the getgrent functions to the new APIVolker Lendecke1-1031/+0
2009-08-29s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke1-2/+5
2009-08-29s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke1-4/+4
2009-08-27s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke1-84/+0
2009-08-16s3:winbind: Convert WINBINDD_GETGRNAM to the new APIVolker Lendecke1-252/+0
2009-08-16s3:winbind: Convert WINBINDD_GETGRGID to the new APIVolker Lendecke1-51/+0
2009-08-16s3:winbind: Add winbindd_print_groupmemVolker Lendecke1-0/+72
2009-08-16s3:winbind: Make fill_grent publically availableVolker Lendecke1-3/+2
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