aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Greg Morris:Guy Harris2004-06-151-7/+7
* From Greg Morris:Guy Harris2004-02-291-14/+23
* From Greg Morris:Guy Harris2003-11-011-22/+103
* From Greg Morris:Guy Harris2003-08-251-50/+147
* Add some missing entries to "ncp_nds_verb_vals[]".Guy Harris2003-07-211-1/+3
* Use "ncp_nds_verb_vals" for the NDS Verb item.Guy Harris2003-07-201-2/+2
* SetCmdValueNum needs to be used with a fixed length, not -1. Thus,Gilbert Ramirez2003-06-111-3/+3
* Get rid of trailing white space.Guy Harris2003-06-051-1087/+1090
* From Greg Morris: change the endianness of CCFilehandle to match otherGuy Harris2003-05-021-2/+2
* From Greg Morris:Guy Harris2003-04-251-18/+31
* From Greg Morris: level 2 oplock support, add additional error codes,Guy Harris2003-04-081-6/+10
* Updates from Greg Morris:Guy Harris2003-02-191-74/+159
* The Novell Web site's information for Scan Directory Disk Space appearsGuy Harris2003-02-111-5/+6
* Update URLs for NCP documentation.Guy Harris2003-02-081-4/+5
* 0xff00 is a valid completion code for Keyed Object Login requests.Guy Harris2003-02-081-2/+2
* Make the request frame number field an FT_FRAMENUM.Guy Harris2003-02-081-3/+3
* Fix a typo in the "Defined Name Spaces" field name.Guy Harris2003-02-081-14/+24
* Force the endianness of the dates and times in DirectoryInstance andGuy Harris2003-02-081-18/+13
* The "Subdirectory" bit in search attributes means "subdirectories only",Guy Harris2003-02-051-41/+17
* Various XXXDirectoryID values always appear to be big-endian (includingGuy Harris2003-02-051-39/+79
* An object of type 0x5555 is apparently a "Site Lock".Guy Harris2003-02-051-2/+2
* FileSize appears to be big-endian in DOSFileEntryStruct and FileInstanceGuy Harris2003-02-051-9/+37
* The MemberType field in various bindery operations is 2 bytes, not 1Guy Harris2003-01-301-8/+8
* Keep track of and display the time between Call and Reply in NCP packets.Ronnie Sahlberg2003-01-221-1/+6
* "hf_nds_time_filter" is put into the tree as an integral value; make itGuy Harris2003-01-061-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-2/+2
* From Greg Morris:Guy Harris2002-10-211-20/+280
* Fix some spelling errors.Guy Harris2002-10-101-14/+14
* Mark some fields as NDS fields.Guy Harris2002-10-101-3/+3
* Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericGuy Harris2002-10-101-10/+6
* Warning fixes for the ncp code by Greg Morris and J�rg Mayer.Jörg Mayer2002-09-261-1/+2
* Greg Morris:Jörg Mayer2002-09-251-5/+17
* From Greg Morris: More NDS decodes.Gerald Combs2002-09-221-513/+1725
* Give the NDS Verb field a value_string table, so you can filter on itGuy Harris2002-08-231-3/+83
* From Greg Morris:Gilbert Ramirez2002-08-231-53/+133
* Put in a note about the two SAP number lists in this file and inGuy Harris2002-06-261-1/+10
* Update from Greg Morris.Gilbert Ramirez2002-06-241-81/+155
* Add in names for NDS verbs, from a list found by a Web search that foundGuy Harris2002-06-091-5/+103
* Fix the decode of NCP 8701.Gilbert Ramirez2002-06-071-72/+86
* Fix indentation of bitfield-checking code so that all variablesGilbert Ramirez2002-05-251-6/+7
* Fix the bit value for "Last Access" in the ExtendedInfo bitmask, and addGuy Harris2002-05-251-3/+4
* Fix the definition of AllocateMode; it's only ever used as a 2-byteGilbert Ramirez2002-05-241-5/+5
* Have bitfields check the type of bf_booleans inside of them, ensuringGilbert Ramirez2002-05-241-76/+100
* Update from Greg Morris.Gilbert Ramirez2002-05-171-365/+773
* DirectoryBase should be a uint32.Gilbert Ramirez2002-05-171-2/+2
* Move the #defines for NCP packet types to "packet-ncp-int.h", and useGuy Harris2002-05-161-1/+24
* For response packets, add a field showing the number of the frameGilbert Ramirez2002-05-161-1/+6
* Add a comment about the Name Space field and its possible use toGuy Harris2002-05-151-1/+11
* Fix JobFileHandle and JobFileHandleLong.Gilbert Ramirez2002-05-141-4/+3