summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd.h
Commit message (Collapse)AuthorAgeFilesLines
* s3: remove POLICY_HND.Günther Deschner2009-04-151-2/+2
| | | | | | Guenther (cherry picked from commit 531af136f9dd5c6050f78948837294aed02de440) (cherry picked from commit 91216ffa95b4ed53e54b11665e96b911cb4e4ab5)
* Remove unused struct CLI_POLICY_HNDVolker Lendecke2009-01-071-7/+0
|
* s3:winbindd: rename fd_event => winbindd_fd_eventStefan Metzmacher2009-01-051-9/+5
| | | | | | It's really confusing to have two versions of 'fd_event' metze
* s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.hStefan Metzmacher2009-01-051-1/+28
| | | | metze
* winbindd: add event based machine password change.Günther Deschner2008-08-231-0/+1
| | | | | Guenther (This used to be commit 15b72d44cbde0b8a375d8ed3d045c40ae97ec05a)
* Here is a re-working of the winbinddJeremy Allison2008-08-201-0/+1
| | | | | | | | | | | | | | | | | | | | | reconnect code to cope with rebooting a DC. This replaces the code I asked Volker to revert. The logic is pretty simple. It adds a new parameter, "winbind reconnect delay", set to 30 seconds by default, which determines how long to wait between connection attempts. To avoid overwhelming the box with DC-probe forked children, the code now keeps track of the DC probe child per winbindd_domain struct and only starts a new one if the existing one has died. I also added a little logic to make sure the dc probe child always sends a message whatever the reason for exit so we will always reschedule another connect attempt. Also added documentation. Jeremy. (This used to be commit 8027197635b988b3dcf9d3d00126a024e768fa62)
* idmap rewriteVolker Lendecke2008-08-121-0/+7
| | | | (This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33)
* Move the uid2sid cache to the parent winbind processVolker Lendecke2008-08-121-0/+2
| | | | (This used to be commit 6e885aeabba2265a06b726f567cb14dde12c8ccb)
* Revert "Convert idmap_cache to gencache"Volker Lendecke2008-07-111-1/+0
| | | | | This reverts commit 0bf0434f22b0ea46fda3ccc4dd612adbc88dd4f2. (This used to be commit cc536677735ecc318cbd2176ce53b124f44d85a0)
* Convert idmap_cache to gencacheVolker Lendecke2008-07-051-0/+1
| | | | (This used to be commit 0bf0434f22b0ea46fda3ccc4dd612adbc88dd4f2)
* From Steve Danneman @ Isilon.Jeremy Allison2008-06-261-1/+6
| | | | | | | | | | | | | | | | | | Attached is the companion patch to (037b9689d9042a398cb91e4628a82fcdfa913c21), which made handling of WINBINDD_LIST_GROUPS asynchronous. Because most all of the list_groups code was reusable, I abstracted it, and implemented both list_groups and list_users on top of it. On my large test domain a "wbinfo -u" call went from 70 seconds to 30 seconds with this patch. Plus, the parent process is no longer blocked from receiving new requests during that time. Steven Danneman | Software Development Engineer Isilon Systems P +1-206-315-7500 F +1-206-315-7501 www.isilon.com (This used to be commit 5188f2861137ff06d5399561d55d7d00c3a08644)
* libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2008-05-131-0/+1
| | | | | | | | The wbcLookupDomainController() call supports a set of flags defined in wbclient.h. Add a mapping function between these flags and the original DS_XXX flags in order to prevent having to include the generated RPC headers in wbclient.h. (This used to be commit 31614cd5e08dd6389c66e6ddf9f2d5429c6ab033)
* Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke2008-03-191-0/+8
| | | | | NetSamLogonEx has the advantage that it does not use the credential chain (This used to be commit cfceb063f559f8549b8f24ce347be213c89303b0)
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-6/+6
| | | | | Guenther (This used to be commit dd9fa33e968d4e641460fe1c6beb05dfe12fa918)
* 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 (This used to be commit beae25c808a3a03d645f247e9befcd05e3ecca2c)
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-141-2/+0
| | | | | metze (This used to be commit 075d315e0f72d506b70040da10940e4af131b4e2)
* 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 (This used to be commit 4ab9a8aab72a8406659a72e87b2d2a1ec2a2eabf)
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-031-4/+4
| | | | | | inside winbindd. Remove unused pstring types. Jeremy. (This used to be commit 9ccac8abb0420393569dbca73e7daf2742aa1099)
* 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. (This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd)
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-221-0/+13
| | | | | | metze (cherry picked from commit abbb36a37c1dba2218a6c7ec31739eba5f250127) (This used to be commit 5af1b45ed31043f952ec141d0f5f2973aec69d1a)
* 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. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-21/+0
| | | | (This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-101-0/+13
| | | | | metze (This used to be commit abbb36a37c1dba2218a6c7ec31739eba5f250127)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+365
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)