summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/nbt.idl
Commit message (Expand)AuthorAgeFilesLines
* Sync with Samba 3.Jelmer Vernooij2008-10-141-41/+40
* s4-nbt: use moved libcli netlogon helpers.Günther Deschner2008-09-231-1/+1
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
* Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2008-08-201-1/+7
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-12/+6
* Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2008-05-211-5/+10
* Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819cAndrew Bartlett2008-05-211-1/+4
* Explain that the sid must be absent on the NTLOGON mailslot.Andrew Bartlett2008-05-171-0/+1
* Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-161-189/+136
* nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher2008-04-171-6/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
* nbt.idl: don't use astring15 anymore and use an charset() arrayStefan Metzmacher2008-02-121-1/+1
* idl: Use typedef rather than declare.Jelmer Vernooij2008-01-121-2/+2
* r21477: Remove unnecessary properties.Jelmer Vernooij2007-10-101-1/+0
* r20566: Prepending with r-> is no longer necessary.Jelmer Vernooij2007-10-101-1/+1
* r19699: - use better names for the site stringsStefan Metzmacher2007-10-101-6/+6
* r19697: use the same mailslot name as windows does,Stefan Metzmacher2007-10-101-1/+1
* r19594: the behaviour of `include' is slightly different from helper(). Fix t...Jelmer Vernooij2007-10-101-2/+3
* r19588: Use include and import statements rather than depends() and helper().Jelmer Vernooij2007-10-101-4/+5
* r16691: we should only look at rdata.data.length when we're in ndr_push modeStefan Metzmacher2007-10-101-1/+3
* r16690: - fix bug 3896Stefan Metzmacher2007-10-101-1/+11
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-2/+2
* r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij2007-10-101-1/+2
* r13242: cc-1009 cc: WARNING File = librpc/idl/nbt.idl, Line = 579James Peach2007-10-101-4/+4
* r13044: I finally understand that the [charset()] and [string] propertiesStefan Metzmacher2007-10-101-3/+3
* r12933: fix parsing of browse packets based on the infos on http://ubiqx.org/...Stefan Metzmacher2007-10-101-43/+74
* r12517: Don't generate empty init functionsJelmer Vernooij2007-10-101-3/+1
* r11373: Handle an apparent alias in NBT ntlogin replies.Andrew Bartlett2007-10-101-2/+4
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2007-10-101-1/+1
* r8855: Share this enum (describing the SamSync databases) between nbt and net...Andrew Bartlett2007-10-101-3/+5
* r8368: the type filed depends on the user being present or notStefan Metzmacher2007-10-101-4/+4
* r8223: fix the values of nt_version and type we reply in the server code,Stefan Metzmacher2007-10-101-18/+18
* r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij2007-10-101-26/+4
* r7399: Try to get the AIX compile one step further.Volker Lendecke2007-10-101-4/+2
* r7377: Integrate browse service stuff more nicelyJelmer Vernooij2007-10-101-0/+102
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-1/+1
* r6814: fill in two more unknown values in cldap responsesAndrew Tridgell2007-10-101-2/+2
* r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell2007-10-101-17/+55
* r6693: first version of cldap client library, with async interfaceAndrew Tridgell2007-10-101-0/+46
* r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell2007-10-101-7/+21
* r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell2007-10-101-5/+44
* r6323: added server side support for dgram NTLOGON requests. NT4 workstations...Andrew Tridgell2007-10-101-2/+1
* r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell2007-10-101-1/+44
* r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...Andrew Tridgell2007-10-101-2/+1
* r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2007-10-101-3/+1
* r6248: added parsing of type 10 UAS announce netlogon packetsAndrew Tridgell2007-10-101-1/+36
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-101-1/+7
* r6245: receive and parse the GETDC response in the NBT-DGRAM test. The testAndrew Tridgell2007-10-101-1/+13
* r6223: added a bit more datagram infrastructure and the beginnings of a testAndrew Tridgell2007-10-101-6/+32
* r6209: started added code to support mailslot requests over UDP/138Andrew Tridgell2007-10-101-7/+79