Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-11-18 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
2013-10-29 | Merge branch 'maint' | Hans Nilsson | |
2013-10-29 | eldap: re-fixed earlier bug fix... | Hans Nilsson | |
2013-10-28 | eldap: minor doc change after review. | Hans Nilsson | |
2013-10-28 | eldap: Doc | Hans Nilsson | |
2013-10-28 | eldap: Minor change (error code) | Hans Nilsson | |
2013-10-28 | eldap: Changed instruction in test/README | Hans Nilsson | |
2013-10-28 | eldap: Add START_TLS (OTP-11336) | Hans Nilsson | |
2013-10-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-25 | eldap: eldap does not support peer verification, removed {verify, 0} from ↵ | Fredrik Gustafsson | |
ssl options | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Merge branch 'bjorn/asn1/further-cleanup/OTP-10588' | Björn Gustavsson | |
* bjorn/asn1/further-cleanup/OTP-10588: (28 commits) Don't export encode_disp/2 and decode_disp/2 in generated modules Remove vestiges of support for the {TypeName,Value} notation Simplify the functions for decoding lengths per,uper: Optimize decoding of the remaining data types per,uper: Optimize decoding of the remaining string types Share all code for dec_gen_prim/3 between per/uper back-ends per,uper: Optimize decoding of the string data types testPrimStrings: Test some constraints By default, encode BIT STRING to bitstrings Teach encode functions to accept a bitstring term for a BIT STRING Fix EXTERNAL 1990/1994 conversion information loss uper: Look up some SizeConstraints at compile-time Enumeration decoding: Don't emit a default clause if it cannot match Slightly optimize per encoding of large INTEGERs with constraints BER run-time: Refactor decoding of string data types Refactor decoding of BIT STRINGs Optimize encoding of ENUMERATED in per and uper Remove the unused run-time modules eldap: Remove calls to undocumented asn1rt* functions BER: Correct bug in 'undec_rest' ... | |||
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson | |
2013-01-22 | eldap: Remove calls to undocumented asn1rt* functions | Björn Gustavsson | |
We are about to remove the old asn1rt* modules, so we must remove the calls that eldap make to them. Since the calls are just a sanity check, we can just remove the calls. Just doing the decode will do roughly the same tests and generate similar exceptions. | |||
2013-01-22 | Merge branch 'fredrik/eldap/ssl-opts/OTP-10728' | Fredrik Gustafsson | |
* fredrik/eldap/ssl-opts/OTP-10728: Added doc for sslopts Configure the SSL options fully | |||
2013-01-21 | Added doc for sslopts | Fredrik Gustafsson | |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-15 | Configure the SSL options fully | Fredrik Gustafsson | |
2012-12-19 | Remove support for the {Typename,Value} notation in encoding | Björn Gustavsson | |
Support for the notation was removed in 6ef8cbdaaaa1c30a7dc462063. | |||
2012-12-06 | Bumped version number | Fredrik Gustafsson | |
2012-11-29 | Changed structure to fix dialyzer warnings eldap.erl | Fredrik Gustafsson | |
2012-11-26 | Fix other applications | Björn Gustavsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-03 | Merge branch 'sverk/cross_tests/OTP-10074' into maint | Lukas Larsson | |
* sverk/cross_tests/OTP-10074: Fix include issues in when building tests Fix cross compile of testcases Update cross build system for tests to work | |||
2012-05-02 | Fix include issues in when building tests | Lukas Larsson | |
2012-04-12 | eldap: Update .gitignore | Björn-Egil Dahlberg | |
2012-03-30 | [eldap] Fix docs | Dan Gudmundsson | |
Fix copy paste errors | |||
2012-03-29 | [eldap] Fix doc | Dan Gudmundsson | |
Functions may not start with space, references do not work. | |||
2012-03-28 | [eldap] Fix parse_port error handling | Dan Gudmundsson | |
Dialyzer found that. | |||
2012-03-27 | [eldap] Add rudimentary docs | Dan Gudmundsson | |
2012-03-26 | [eldap] Add asn.1 compilation options | Dan Gudmundsson | |
2012-03-22 | [eldap] Add dereference options in search | Peter Lund | |
And fix search reply when no object is found | |||
2012-03-21 | [eldap] Remove broken functionality | Dan Gudmundsson | |
eldap_fsm is broken so we have decided not support that at the moment. Which makes eldap_sup and eldap_app unused and thus they are removed to. | |||
2012-03-21 | [eldap] Add infrastructure | Dan Gudmundsson | |
2012-03-20 | [eldap] Initial copy of Tobbe's eldap client | Torbjorn Tornkvist | |
Copied with Torbjorns permission from https://github.com/etnt/eldap.git |