summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_group.c
Commit message (Expand)AuthorAgeFilesLines
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-121-2/+0
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-161-6/+2
* s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam2009-02-161-2/+8
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-1/+7
* winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gid_rMichael Adam2008-12-111-2/+2
* winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)Michael Adam2008-12-111-1/+1
* winbindd_group: don't list the domain twice when expanding internal aliasesMichael Adam2008-11-261-1/+1
* winbindd_group: sanely handle NULL domain in add_member().Michael Adam2008-11-261-1/+5
* Whitespace and >80 column cleanups.Steven Danneman2008-11-191-2/+2
* winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.Michael Adam2008-11-181-13/+20
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-211-30/+152
* Fix for bug 5571Simo Sorce2008-09-161-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
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-2/+2
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-2/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-15/+16
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-23/+23
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1746