aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-samr.c
Commit message (Expand)AuthorAgeFilesLines
* The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sGuy Harris2010-12-301-2/+5
* Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...Jeff Morriss2010-10-301-0/+2
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-23/+23
* explicitely cast a guin64 to int to avoid compile warningsRonnie Sahlberg2009-10-091-2/+2
* Reverting previous patch as requested by Ronnie.Anders Broman2009-10-071-3/+2
* Make the windows build compile again.Anders Broman2009-10-071-2/+3
* new samr compiled as a test by the samba4 pidl compiler from mainlineRonnie Sahlberg2009-10-071-7/+2
* more updates to samr to harmonize it with sambaRonnie Sahlberg2009-10-061-230/+177
* Atemt to fix compilation of samr for Windows.Anders Broman2009-10-041-2/+7
* more merges from samba samr idl fileRonnie Sahlberg2009-10-041-486/+504
* more merges from the samba samr idl fileRonnie Sahlberg2009-10-041-11/+92
* more samr updates for ndr64Ronnie Sahlberg2009-10-041-129/+181
* merge some changes to samr from the samba idlRonnie Sahlberg2009-10-041-337/+812
* rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg2009-10-031-4/+4
* add a helper that supports decoding either a 16 or 32 bit integer based Ronnie Sahlberg2009-10-031-2/+2
* update the handmarshalled code in samr.cnf to handle ndr64 encodingRonnie Sahlberg2009-10-031-5/+5
* a new samr dissector, created using samba PIDL with ndr64 supportRonnie Sahlberg2009-10-031-45/+45
* update the alignment for UserInfo so it handles either NDR or NDR64.Ronnie Sahlberg2009-10-031-1/+1
* update samr.idl and remove a keyword we no longer support in pidlRonnie Sahlberg2009-07-281-555/+555
* regenerate SAMR using the new version of pidlRonnie Sahlberg2009-07-281-555/+555
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-555/+555
* samr enhancementsRonnie Sahlberg2008-10-031-32/+48
* SAMR updatesRonnie Sahlberg2008-10-031-15/+18
* samr updatesRonnie Sahlberg2008-10-021-260/+369
* enhancements to SAMRRonnie Sahlberg2008-10-021-58/+136
* update to SAMRRonnie Sahlberg2008-10-021-1027/+2382
* remove a test for null that we dont need since the variable can not be Ronnie Sahlberg2007-10-021-3/+1
* rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg2007-08-281-16/+46
* dissect lsa_Strings correctly in the samr dissectorRonnie Sahlberg2007-07-091-10/+80
* the sidtype is a 32bit enum not a standard enumRonnie Sahlberg2007-07-091-5/+5
* make all rids use a single hf filter fieldRonnie Sahlberg2007-07-091-807/+864
* rename all policy handles in samr to have a name that describes the type Ronnie Sahlberg2007-07-091-359/+176
* add the new pidl created SAMR dissectorRonnie Sahlberg2007-07-071-4080/+12683
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-12/+12
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-1/+0
* Move cryptography code to epan/crypt.Gerald Combs2007-01-091-40/+40
* make SAMR not rely on dcv->private_data being persistent any more and use dcv...Ronnie Sahlberg2006-09-161-96/+246
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-9/+9
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-2/+1
* Get rid of an unused variable.Guy Harris2005-10-041-1/+0
* Don't ensure all the bytes of a security descriptor exist before callingGuy Harris2005-10-041-3/+2
* some ememificationLuis Ontanon2005-08-191-28/+18
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-2/+2
* various code cleanup:Ulf Lamping2005-08-081-8/+4
* char -> const char warning fixesJörg Mayer2005-07-261-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-1/+1
* packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiersUlf Lamping2005-06-261-3/+3
* In sam_dissect_SAM_SECURITY_DESCRIPTOR_data(), throw an exception if weGerald Combs2005-06-151-0/+3
* From Steve Grubb:Gerald Combs2005-06-141-4/+4
* updates to SAMRRonnie Sahlberg2005-03-251-2/+46