aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-121/+121
* From Luke H, a new function name and name of some structures/fields used by t...Ronnie Sahlberg2002-08-271-116/+39
* Changed two ulong REF pointers to just calle the uint32 dissectorRonnie Sahlberg2002-08-181-7/+5
* Fix some incorrect poitner types. From Jean-Francois MicouleauRonnie Sahlberg2002-08-181-9/+9
* Added new function name LogonSamLogonExRonnie Sahlberg2002-08-171-7/+7
* Fixed incorrect NDR pointer type in Authenticate3Ronnie Sahlberg2002-08-171-2/+2
* Convert some of the all caps names to more friendly names.Tim Potter2002-08-161-49/+49
* Changed some incorrect pointer types. MS interfaces seems never to use PTRRonnie Sahlberg2002-08-111-57/+57
* Some more function updatesRonnie Sahlberg2002-08-041-145/+191
* Updated LogonControl2 and ServerAuthenticate2 functionsRonnie Sahlberg2002-08-031-158/+166
* The time stamps in credentials, at least, sometimes appear to beGuy Harris2002-07-101-2/+22
* Updated GetDCName LogonControl and GetAnyDCNameRonnie Sahlberg2002-07-091-287/+244
* Updated ACCOUNTDELTAS and ACCOUNTSYNC functionsRonnie Sahlberg2002-07-081-192/+240
* Update of DATABASESYNC functionRonnie Sahlberg2002-07-081-59/+75
* Update for NetrDatabaseDeltas function.Ronnie Sahlberg2002-07-071-249/+285
* Added the final two cases for the DELTA_UNION union. Fixed up DELTA_UNION.Ronnie Sahlberg2002-07-071-204/+362
* Updated DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTSRonnie Sahlberg2002-07-071-166/+232
* Updated DELTA_ALIAS_MEMBER and DELTA_POLICYRonnie Sahlberg2002-07-071-229/+251
* Updated DELTA_GROUP_MEMBER and DELTA_ALIAS structures.Ronnie Sahlberg2002-07-071-177/+154
* Tiny DELTA_RENAME_USER and DELTA_RENAME_ALIAS updateRonnie Sahlberg2002-07-071-3/+3
* DELTA_RENAME_GROUP updateRonnie Sahlberg2002-07-071-59/+63
* Verified and changed name of DELTA_GROUP dissector.Ronnie Sahlberg2002-07-071-63/+69
* Renamed SAM_DOMAIN_INFO into DELTA_DOMAN.Ronnie Sahlberg2002-07-071-80/+121
* NETLOGON update.Ronnie Sahlberg2002-07-061-134/+228
* Fixed stupid bug I added when updating a structure preparing for the rewrite/...Ronnie Sahlberg2002-07-051-26/+21
* More NETLOGON updatesRonnie Sahlberg2002-07-021-134/+146
* More NETLOGON updatesRonnie Sahlberg2002-07-021-138/+169
* tiny netlogon updateRonnie Sahlberg2002-07-011-3/+3
* Update to NETLOGON dissectorRonnie Sahlberg2002-07-011-631/+822
* NETLOGON updateRonnie Sahlberg2002-06-301-60/+70
* First checkin for NETLOGON cleanupRonnie Sahlberg2002-06-301-137/+212
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-2/+53
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-4/+4
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-2/+2
* From Joerg Mayer: mark unused arguments as such.Guy Harris2002-05-041-7/+7
* Added some new discovered names for some NETLOGON functionsRonnie Sahlberg2002-05-031-41/+41
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-10/+5
* Dissect ntstatus codes instead of uint32 for response packets.Tim Potter2002-04-201-85/+105
* Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris2002-04-181-12/+1
* Remove some temporary functions from NETLOGON now that the real functionsRonnie Sahlberg2002-04-171-107/+2
* LSA dissector updates. Adds a lot of LSA functions to the dissector.Ronnie Sahlberg2002-04-171-11/+11
* Use policy handle hash code in DCERPC/SMB SAMR dissector.Tim Potter2002-04-171-4/+14
* Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueGuy Harris2002-03-241-80/+96
* Some minor bugfixes for netlogonRonnie Sahlberg2002-03-171-6/+19
* Added a value_string for the countreis which have their MS contry code listedRonnie Sahlberg2002-03-141-2/+2
* hf_netlogon_code did not have an hf_[] entry.Ronnie Sahlberg2002-03-141-11/+5
* Fix a typo.Guy Harris2002-03-141-2/+2
* Make LSA_SECURITY_DESCRIPTOR dissector call dissect_nt_sec_desc()Ronnie Sahlberg2002-03-131-3/+8
* Added mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR insideRonnie Sahlberg2002-03-131-7/+75
* Fixed bug in SAMDELTAS_request.Ronnie Sahlberg2002-03-131-3/+7