summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_ndr.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:winbindd_nrd: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.hMichael Adam2011-05-311-1/+1
|
* s3: give ../librpc/ndr/util.c its own header.Günther Deschner2011-02-101-0/+1
| | | | Guenther
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-1/+4
| | | | | | | | | | | | This makes us scale better with many simultaneous winbind requests, some of which might be slow. This implementation breaks offline logons, as the cached credentials are maintained in a child (this needs fixing). So, if the offline logons are active, only allow one DC connection. Probably the offline logon and the scalable file server cases are separate enough so that this patch is useful even with the restriction.
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
| | | | Guenther
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
| | | | | | | | | | | | | | | | | This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther
* Convert the winbind parent->child communication to wb_reqtransVolker Lendecke2009-06-141-1/+0
|
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-301-3/+6
| | | | | | | backend. This allows winbindd when running on a Samba PDC to correctly answer wbinfo -u lists and other queries. Jeremy. (This used to be commit e61ad0c1586733ae1d3518ce56d95094d1ac5ef9)
* Fix some "nexted extern" warninsVolker Lendecke2008-03-191-8/+8
| | | | (This used to be commit 32fc759d942abb36d7dd351eff82925b6788dd28)
* Fix winbindd build w/o ADS.Günther Deschner2008-01-241-3/+7
| | | | | Guenther (This used to be commit 40daef4c3d822a28467ff521efca6a55a0370050)
* Add winbindd debugging ndr_print helpers.Günther Deschner2008-01-241-0/+149
Guenther (This used to be commit 4389e4dadbf07c176d9102b74c06e62ecfc242be)