Age | Commit message (Expand) | Author | Files | Lines |
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -2/+2 |
2009-12-21 | s3: Remove unused get_sam_group_entries | Volker Lendecke | 1 | -135/+0 |
2009-12-21 | s3: Remove unused winbindd_dual_getsidaliases | Volker Lendecke | 1 | -83/+0 |
2009-12-21 | s3: Remove an unused struct definition | Volker Lendecke | 1 | -20/+0 |
2009-12-21 | s3: Remove unused winbindd_dual_getuserdomgroups | Volker Lendecke | 1 | -46/+0 |
2009-08-29 | s3:winbind: Convert WINBINDD_LIST_GROUPS to the new API | Volker Lendecke | 1 | -6/+0 |
2009-08-29 | s3:winbind: Convert the getgrent functions to the new API | Volker Lendecke | 1 | -1031/+0 |
2009-08-29 | s3:winbind: Fix a bug found by RPC-SAMR | Volker Lendecke | 1 | -2/+5 |
2009-08-29 | s3:winbind: Rename wbint_GroupMember to wbint_Principal | Volker Lendecke | 1 | -4/+4 |
2009-08-27 | s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API | Volker Lendecke | 1 | -84/+0 |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRNAM to the new API | Volker Lendecke | 1 | -252/+0 |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRGID to the new API | Volker Lendecke | 1 | -51/+0 |
2009-08-16 | s3:winbind: Add winbindd_print_groupmem | Volker Lendecke | 1 | -0/+72 |
2009-08-16 | s3:winbind: Make fill_grent publically available | Volker Lendecke | 1 | -3/+2 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETGROUPS to the new API | Volker Lendecke | 1 | -172/+0 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API | Volker Lendecke | 1 | -26/+0 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API | Volker Lendecke | 1 | -26/+0 |
2009-06-14 | Make winbindd_cli_state->response a pointer instead of a struct member | Volker Lendecke | 1 | -33/+33 |
2009-06-14 | Make winbindd_cli_state->request a pointer instead of a struct member | Volker Lendecke | 1 | -30/+30 |
2009-06-08 | Pass a talloc_ctx to pdb_enum_aliasmem | Volker Lendecke | 1 | -2/+2 |
2009-06-08 | s3-winbindd: workaround alias enumeration in expand_groups(). | Günther Deschner | 1 | -3/+16 |
2009-06-06 | s3-winbindd: add some debug statements while tracking down a bug. | Günther Deschner | 1 | -2/+14 |
2009-05-12 | Convert response.extra_data.data from malloc to talloc | Volker Lendecke | 1 | -22/+14 |
2009-03-12 | Make opt_nocache static to winbindd.c | Volker Lendecke | 1 | -2/+0 |
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 1 | -0/+115 |
2009-02-02 | s3 build: Fix "assignment discards qualifiers from pointer target type" warnings | Tim Prouty | 1 | -6/+2 |
2009-02-02 | s3:winbind_group: fix "getent group" to allocate new gids. | Michael Adam | 1 | -2/+8 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -1/+7 |
2008-12-04 | s3:winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gi... | Michael Adam | 1 | -2/+2 |
2008-12-04 | s3:winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd) | Michael Adam | 1 | -1/+1 |
2008-11-18 | Whitespace and >80 column cleanups. | Steven Danneman | 1 | -2/+2 |
2008-11-02 | [s3]winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot. | Michael Adam | 1 | -13/+20 |
2008-09-23 | [s3]winbindd_group: don't list the domain twice when expanding internal aliases | Michael Adam | 1 | -1/+1 |
2008-09-23 | [s3]winbindd_group: sanely handle NULL domain in add_member(). | Michael Adam | 1 | -1/+5 |
2008-09-16 | winbindd: Update the calls to ws_name_XX() to reflect API changes. | Gerald (Jerry) Carter | 1 | -30/+152 |
2008-09-11 | Fix for bug 5571 | Simo Sorce | 1 | -1/+1 |
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -2/+4 |
2008-07-06 | Clean up winbindd_group.c too | Simo Sorce | 1 | -210/+255 |
2008-06-30 | Fix from Atte Peltom�ki - atte.peltomaki@f-secure.com to correctly check | Jeremy Allison | 1 | -1/+1 |
2008-06-26 | From Steve Danneman @ Isilon. | Jeremy Allison | 1 | -103/+1 |
2008-05-25 | Fix two c++ warnings | Volker Lendecke | 1 | -1/+2 |
2008-05-22 | Make WINBINDD_LIST_GROUPS handler asynchronous. | Steven Danneman | 1 | -58/+78 |
2008-04-22 | Fix wbinfo --group-info if the winbind separator set to non \ | Volker Lendecke | 1 | -2/+4 |
2008-04-07 | winbindd: fix break out early condition in fill_grent_mem(). | Michael Adam | 1 | -1/+1 |
2008-03-29 | Don't let winbind getgroups crash when we have no gids in the token. | Günther Deschner | 1 | -3/+5 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 1 | -9/+6 |
2008-01-04 | Ensure that winbindd_getgroups() can deal with a UPN name. | Gerald (Jerry) Carter | 1 | -1/+10 |
2007-12-21 | Add NT error to debug to try and track this down. | Jeremy Allison | 1 | -1/+4 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -2/+2 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 1 | -2/+4 |