summaryrefslogtreecommitdiff
path: root/asn1/ldap/ldap.cnf
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-11-27[LDAP] Bugfix counting of search results.Michael Mann1-3/+3
2015-05-30NULL terminate the list of hfs given to proto_tree_add_bitmask*().Jeff Morriss1-1/+2
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-19/+9
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-15/+15
2015-02-09ldap: simplify Start TLS handlingPeter Wu1-29/+20
2015-01-19Convert OID APIs to use wmem.Michael Mann1-2/+2
2014-12-09LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris1-0/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-5/+5
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-30/+22
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-19/+19
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-19/+19
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
2014-01-22Strings in LDAP are generally UTF-8, although if we treat something onlyGuy Harris1-4/+4
2014-01-04Omit assignment for not used types.Anders Broman1-0/+3
2013-11-08Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.Michael Mann1-14/+12
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-16/+16
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-2/+2
2012-06-04Get rid of a couple of warnings.Anders Broman1-3/+3
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-03-30Added support for configuring custom LDAP AttributeValue types.Stig Bjørlykke1-1/+6
2012-03-29Don't try to convert AttributeValue to string if having a ldap_name dissector.Stig Bjørlykke1-15/+11
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-11/+11
2011-03-14Properly initialize our filter counters.Gerald Combs1-0/+4
2011-03-01If we encounter an excessively long filter string or one with too manyGerald Combs1-0/+10
2011-01-11ldap.cnf:782: warning: ISO C90 forbids mixed declarations and codeAnders Broman1-1/+1
2011-01-11From Matthieu Patou <mat@samba.org>Ronnie Sahlberg1-2/+44
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman1-1/+1
2010-07-01Initialize more variables.Gerald Combs1-2/+2
2010-06-30Initialize a variable.Gerald Combs1-0/+2
2010-06-30Initialize a variable.Gerald Combs1-0/+1
2010-06-27Initialize attributedesc_string in a couple of places so that weGerald Combs1-2/+3
2010-02-23Try to fix compilation with MSVC.Anders Broman1-3/+3
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-1/+1
2010-01-17Get rid of check_col();Anders Broman1-19/+10
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.Gerald Combs1-1/+1
2009-12-12From Mathieu Parent:Jaap Keuter1-0/+18
2009-12-09From Mathieu Parent:Gerasimos Dimitriadis1-0/+5
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-06-21LDAP control support for Password policy for LDAP directories.Graeme Lunt1-1/+3
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...Bill Meier1-3/+1