Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the default positive idmap cache time to a week | Volker Lendecke | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | Here is a re-working of the winbindd | Jeremy Allison | 2008-08-20 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Make the docs actually build | Volker Lendecke | 2008-08-12 | 2 | -5/+5 |
| | | | | Thanks to Karolin for the friendly build service :-) | ||||
* | Document idmap rewrite | Volker Lendecke | 2008-08-12 | 7 | -83/+86 |
| | |||||
* | man pages: Fix typos and add improvements. | Christoph Zauner | 2008-07-16 | 2 | -6/+7 |
| | |||||
* | Revert "Slightly increase the default idmap cache time" | Volker Lendecke | 2008-07-11 | 1 | -1/+1 |
| | | | | This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f. | ||||
* | Slightly increase the default idmap cache time | Volker Lendecke | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | Moving docs tree to docs-xml to make room for generated docs in the release ↵ | Gerald W. Carter | 2008-04-23 | 24 | -0/+538 |
tarball. |