Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let dsgetdcname() return a struct netr_DsRGetDCNameInfo. | Günther Deschner | 2008-02-28 | 1 | -77/+67 |
| | | | | Guenther | ||||
* | Eliminate remote tree of dsgetdcname (which will happen in libnetapi then). | Günther Deschner | 2008-01-29 | 1 | -100/+14 |
| | | | | Guenther | ||||
* | As long as DsGetDcName is not part of libnetapi, lowercase the fn name. | Günther Deschner | 2008-01-11 | 1 | -38/+38 |
| | | | | Guenther | ||||
* | Refactor our DsGetDcName call a bit (before it will move into libnetapi). | Günther Deschner | 2008-01-07 | 1 | -16/+101 |
| | | | | Guenther | ||||
* | Remove some globals | Volker Lendecke | 2007-12-05 | 1 | -2/+1 |
| | |||||
* | Remove some statics | Volker Lendecke | 2007-11-27 | 1 | -1/+1 |
| | |||||
* | Change our DNS code to cope with AAAA records. A6 records | Jeremy Allison | 2007-10-29 | 1 | -6/+8 |
| | | | | | look like a nightmare to use, so ignore them for now. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -6/+6 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | | | IPv6 in winbindd, but moves most of the socket functions that were wrongly in lib/util.c into lib/util_sock.c and provides generic IPv4/6 independent versions of most things. Still lots of work to do, but now I can see how I'll fix the access check code. Nasty part that remains is the name resolution code which is used to returning arrays of in_addr structs. Jeremy. | ||||
* | r24797: Fix logic in dsgetdcname(). | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r24782: Fix C++ warnings | Volker Lendecke | 2007-10-10 | 1 | -3/+4 |
| | |||||
* | r24776: Remove accidentially commited flag checks. | Günther Deschner | 2007-10-10 | 1 | -8/+0 |
| | | | | Guenther | ||||
* | r24749: Increase debuglevel. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator ↵ | Günther Deschner | 2007-10-10 | 1 | -0/+955 |
for fine grained KDC DNS queries). Guenther |