aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-121/+121
2002-08-27From Luke H, a new function name and name of some structures/fields used by t...sahlberg1-116/+39
2002-08-18Changed two ulong REF pointers to just calle the uint32 dissectorsahlberg1-7/+5
2002-08-18Fix some incorrect poitner types. From Jean-Francois Micouleausahlberg1-9/+9
2002-08-17Added new function name LogonSamLogonExsahlberg1-7/+7
2002-08-17Fixed incorrect NDR pointer type in Authenticate3sahlberg1-2/+2
2002-08-16Convert some of the all caps names to more friendly names.tpot1-49/+49
2002-08-11Changed some incorrect pointer types. MS interfaces seems never to use PTRsahlberg1-57/+57
2002-08-04Some more function updatessahlberg1-145/+191
2002-08-03Updated LogonControl2 and ServerAuthenticate2 functionssahlberg1-158/+166
2002-07-10The time stamps in credentials, at least, sometimes appear to beguy1-2/+22
2002-07-09Updated GetDCName LogonControl and GetAnyDCNamesahlberg1-287/+244
2002-07-08Updated ACCOUNTDELTAS and ACCOUNTSYNC functionssahlberg1-192/+240
2002-07-08Update of DATABASESYNC functionsahlberg1-59/+75
2002-07-07Update for NetrDatabaseDeltas function.sahlberg1-249/+285
2002-07-07Added the final two cases for the DELTA_UNION union. Fixed up DELTA_UNION.sahlberg1-204/+362
2002-07-07Updated DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTSsahlberg1-166/+232
2002-07-07Updated DELTA_ALIAS_MEMBER and DELTA_POLICYsahlberg1-229/+251
2002-07-07Updated DELTA_GROUP_MEMBER and DELTA_ALIAS structures.sahlberg1-177/+154
2002-07-07Tiny DELTA_RENAME_USER and DELTA_RENAME_ALIAS updatesahlberg1-3/+3
2002-07-07DELTA_RENAME_GROUP updatesahlberg1-59/+63
2002-07-07Verified and changed name of DELTA_GROUP dissector.sahlberg1-63/+69
2002-07-07Renamed SAM_DOMAIN_INFO into DELTA_DOMAN.sahlberg1-80/+121
2002-07-06NETLOGON update.sahlberg1-134/+228
2002-07-05Fixed stupid bug I added when updating a structure preparing for the rewrite/...sahlberg1-26/+21
2002-07-02More NETLOGON updatessahlberg1-134/+146
2002-07-02More NETLOGON updatessahlberg1-138/+169
2002-07-01tiny netlogon updatesahlberg1-3/+3
2002-07-01Update to NETLOGON dissectorsahlberg1-631/+822
2002-06-30NETLOGON updatesahlberg1-60/+70
2002-06-30First checkin for NETLOGON cleanupsahlberg1-137/+212
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationtpot1-2/+53
2002-05-31Removed some trailing commas from various DCERPC dissectors.tpot1-4/+4
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileguy1-2/+2
2002-05-04From Joerg Mayer: mark unused arguments as such.guy1-7/+7
2002-05-03Added some new discovered names for some NETLOGON functionssahlberg1-41/+41
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-10/+5
2002-04-20Dissect ntstatus codes instead of uint32 for response packets.tpot1-85/+105
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forguy1-12/+1
2002-04-17Remove some temporary functions from NETLOGON now that the real functionssahlberg1-107/+2
2002-04-17LSA dissector updates. Adds a lot of LSA functions to the dissector.sahlberg1-11/+11
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.tpot1-4/+14
2002-03-24Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueguy1-80/+96
2002-03-17Some minor bugfixes for netlogonsahlberg1-6/+19
2002-03-14Added a value_string for the countreis which have their MS contry code listedsahlberg1-2/+2
2002-03-14hf_netlogon_code did not have an hf_[] entry.sahlberg1-11/+5
2002-03-14Fix a typo.guy1-2/+2
2002-03-13Make LSA_SECURITY_DESCRIPTOR dissector call dissect_nt_sec_desc()sahlberg1-3/+8
2002-03-13Added mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR insidesahlberg1-7/+75
2002-03-13Fixed bug in SAMDELTAS_request.sahlberg1-3/+7