summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd.h
Commit message (Collapse)AuthorAgeFilesLines
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-6/+6
| | | | Guenther
* Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-3/+3
| | | | | | Jerry, please have a look if you're fine with that. Guenther
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-141-2/+0
| | | | metze
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-111-4/+4
| | | | | | | Add struct_ prefix to struct based protocol specific elemetens struct winbindd_child_dispatch_table. metze
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-031-4/+4
| | | | | inside winbindd. Remove unused pstring types. Jeremy.
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-1/+1
| | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy.
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-221-0/+13
| | | | | metze (cherry picked from commit abbb36a37c1dba2218a6c7ec31739eba5f250127)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-22/+22
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-21/+0
|
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-101-0/+13
| | | | metze
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+365
metze