summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_group.c
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: DON'T PANIC if we couldn't find the domain.Andreas Schneider2012-09-041-1/+9
* s3:winbindd fix a return code checkChristian Ambach2011-08-241-2/+2
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-2/+2
* s3: Remove unused get_sam_group_entriesVolker Lendecke2009-12-211-135/+0
* s3: Remove unused winbindd_dual_getsidaliasesVolker Lendecke2009-12-211-83/+0
* s3: Remove an unused struct definitionVolker Lendecke2009-12-211-20/+0
* s3: Remove unused winbindd_dual_getuserdomgroupsVolker Lendecke2009-12-211-46/+0
* s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke2009-08-291-6/+0
* s3:winbind: Convert the getgrent functions to the new APIVolker Lendecke2009-08-291-1031/+0
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-291-2/+5
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-291-4/+4
* s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke2009-08-271-84/+0
* s3:winbind: Convert WINBINDD_GETGRNAM to the new APIVolker Lendecke2009-08-161-252/+0
* s3:winbind: Convert WINBINDD_GETGRGID to the new APIVolker Lendecke2009-08-161-51/+0
* s3:winbind: Add winbindd_print_groupmemVolker Lendecke2009-08-161-0/+72
* s3:winbind: Make fill_grent publically availableVolker Lendecke2009-08-161-3/+2
* s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke2009-08-051-172/+0
* s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new APIVolker Lendecke2009-08-051-26/+0
* s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke2009-08-051-26/+0
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-33/+33
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-30/+30
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-2/+2
* s3-winbindd: workaround alias enumeration in expand_groups().Günther Deschner2009-06-081-3/+16
* s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner2009-06-061-2/+14
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-22/+14
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-121-2/+0
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-0/+115
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-021-6/+2
* s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam2009-02-021-2/+8
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+7
* s3:winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gi...Michael Adam2008-12-041-2/+2
* s3:winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)Michael Adam2008-12-041-1/+1
* Whitespace and >80 column cleanups.Steven Danneman2008-11-181-2/+2
* [s3]winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.Michael Adam2008-11-021-13/+20
* [s3]winbindd_group: don't list the domain twice when expanding internal aliasesMichael Adam2008-09-231-1/+1
* [s3]winbindd_group: sanely handle NULL domain in add_member().Michael Adam2008-09-231-1/+5
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-161-30/+152
* Fix for bug 5571Simo Sorce2008-09-111-1/+1
* idmap rewriteVolker Lendecke2008-08-121-2/+4
* Clean up winbindd_group.c tooSimo Sorce2008-07-061-210/+255
* Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison2008-06-301-1/+1
* From Steve Danneman @ Isilon.Jeremy Allison2008-06-261-103/+1
* Fix two c++ warningsVolker Lendecke2008-05-251-1/+2
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-221-58/+78
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-2/+4
* winbindd: fix break out early condition in fill_grent_mem().Michael Adam2008-04-071-1/+1
* Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner2008-03-291-3/+5
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-9/+6
* Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter2008-01-041-1/+10
* Add NT error to debug to try and track this down.Jeremy Allison2007-12-211-1/+4