aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
2004-06-15From Greg Morris:guy1-7/+7
2004-02-29From Greg Morris:guy1-14/+23
2003-11-01From Greg Morris:guy1-22/+103
2003-08-25From Greg Morris:guy1-50/+147
2003-07-21Add some missing entries to "ncp_nds_verb_vals[]".guy1-1/+3
2003-07-20Use "ncp_nds_verb_vals" for the NDS Verb item.guy1-2/+2
2003-06-11SetCmdValueNum needs to be used with a fixed length, not -1. Thus,gram1-3/+3
2003-06-05Get rid of trailing white space.guy1-1087/+1090
2003-05-02From Greg Morris: change the endianness of CCFilehandle to match otherguy1-2/+2
2003-04-25From Greg Morris:guy1-18/+31
2003-04-08From Greg Morris: level 2 oplock support, add additional error codes,guy1-6/+10
2003-02-19Updates from Greg Morris:guy1-74/+159
2003-02-11The Novell Web site's information for Scan Directory Disk Space appearsguy1-5/+6
2003-02-08Update URLs for NCP documentation.guy1-4/+5
2003-02-080xff00 is a valid completion code for Keyed Object Login requests.guy1-2/+2
2003-02-08Make the request frame number field an FT_FRAMENUM.guy1-3/+3
2003-02-08Fix a typo in the "Defined Name Spaces" field name.guy1-14/+24
2003-02-08Force the endianness of the dates and times in DirectoryInstance andguy1-18/+13
2003-02-05The "Subdirectory" bit in search attributes means "subdirectories only",guy1-41/+17
2003-02-05Various XXXDirectoryID values always appear to be big-endian (includingguy1-39/+79
2003-02-05An object of type 0x5555 is apparently a "Site Lock".guy1-2/+2
2003-02-05FileSize appears to be big-endian in DOSFileEntryStruct and FileInstanceguy1-9/+37
2003-01-30The MemberType field in various bindery operations is 2 bytes, not 1guy1-8/+8
2003-01-22Keep track of and display the time between Call and Reply in NCP packets.sahlberg1-1/+6
2003-01-06"hf_nds_time_filter" is put into the tree as an integral value; make itguy1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-2/+2
2002-10-21From Greg Morris:guy1-20/+280
2002-10-10Fix some spelling errors.guy1-14/+14
2002-10-10Mark some fields as NDS fields.guy1-3/+3
2002-10-10Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericguy1-10/+6
2002-09-26Warning fixes for the ncp code by Greg Morris and J�rg Mayer.jmayer1-1/+2
2002-09-25Greg Morris:jmayer1-5/+17
2002-09-22From Greg Morris: More NDS decodes.gerald1-513/+1725
2002-08-23Give the NDS Verb field a value_string table, so you can filter on itguy1-3/+83
2002-08-23From Greg Morris:gram1-53/+133
2002-06-26Put in a note about the two SAP number lists in this file and inguy1-1/+10
2002-06-24Update from Greg Morris.gram1-81/+155
2002-06-09Add in names for NDS verbs, from a list found by a Web search that foundguy1-5/+103
2002-06-07Fix the decode of NCP 8701.gram1-72/+86
2002-05-25Fix indentation of bitfield-checking code so that all variablesgram1-6/+7
2002-05-25Fix the bit value for "Last Access" in the ExtendedInfo bitmask, and addguy1-3/+4
2002-05-24Fix the definition of AllocateMode; it's only ever used as a 2-bytegram1-5/+5
2002-05-24Have bitfields check the type of bf_booleans inside of them, ensuringgram1-76/+100
2002-05-17Update from Greg Morris.gram1-365/+773
2002-05-17DirectoryBase should be a uint32.gram1-2/+2
2002-05-16Move the #defines for NCP packet types to "packet-ncp-int.h", and useguy1-1/+24
2002-05-16For response packets, add a field showing the number of the framegram1-1/+6
2002-05-15Add a comment about the Name Space field and its possible use toguy1-1/+11
2002-05-14Fix JobFileHandle and JobFileHandleLong.gram1-4/+3
2002-05-13Change the name under which variables are hashed during processing.gram1-6/+6