summaryrefslogtreecommitdiffstats
path: root/librpc/idl/nbt.idl
Commit message (Collapse)AuthorAgeFilesLines
* nbt: Add comment explaining that these responses are manually encodedAndrew Bartlett2011-07-291-1/+5
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* nbt: fix WinXP S3 domain join: alignment of nbt_netlogon_response_from_pdcAndrew Bartlett2011-07-281-1/+1
| | | | | | | | | | | | This fixes WinXP joining a Samba3 domain, which was broken on hosts with an even number of characters in the host name. The alignment requested in the structure was ignored because of the overall NDR_NOALIGN set on the packet. Andrew Bartlett Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jul 28 00:30:26 CEST 2011 on sn-devel-104
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-1/+1
| | | | Guenther
* dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2010-10-231-1/+1
|
* nbt: add nbt_netlogon_response2 to IDL.Günther Deschner2010-09-081-0/+7
| | | | Guenther
* nbt: add NETLOGON_LOGON_REQUEST.Günther Deschner2010-09-081-0/+11
| | | | Guenther
* nbt: add decode_nbt_netlogon_packet() to IDL.Günther Deschner2010-09-081-1/+7
| | | | Guenther
* idl-nbt: fixed typoAndrew Tridgell2010-08-251-1/+1
|
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
|
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-271-3/+3
|
* idl: use common netlogon bit definitionsAndrew Tridgell2009-10-021-1/+4
| | | | | | | | | | | The DS_ bits had got a bit ahead of the NBT_ bits. Ideally we'd make these a single set of bits at some point. This also removes NBT_SERVER_DNS_FOREST as this bit doesn't exist. I think it came from someone mis-reading the docs, which show the bits in reverse order within bytes (one of the worst bit table representations I have ever seen!)
* s4-nbt: added NBT_SERVER_DNS_FORESTAndrew Tridgell2009-09-231-1/+2
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
|
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-0/+650
Guenther