summaryrefslogtreecommitdiffstats
path: root/source3/libads/sasl_wrapping.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
| | | | Guenther
* r24131: - make it more clear what the different min and max fields meanStefan Metzmacher2007-10-101-4/+4
| | | | | | | | | | - with the "GSSAPI" sasl mech the plain, sign or seal negotiation is independed from the req_flags and ret_flags - verify the server supports the wrapping type we want - better handling on negotiated buffer sizes metze (This used to be commit d0ec7323870ca16b28d458ff5f7dacce278b7d54)
* r23953: Some C++ warningsVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 8716edf157bf8866328f82eb6cf25e71af7fea15)
* r23943: - always provide ads_setup_sasl_wrapping() functionStefan Metzmacher2007-10-101-4/+10
| | | | | | | - read/write returning 0 means EOF and we need to return direct metze (This used to be commit 885d557ae746c318df0aabc0a03dce1587918cce)
* r23933: - implement ctrl SASL wrapping hookStefan Metzmacher2007-10-101-6/+26
| | | | | | | | - pass down sign or seal hooks - some sasl wrapping fixes metze (This used to be commit 8c64ca3394489b28034310fe64d6998e49827196)
* r23926: implement output buffer handling for the SASL write wrapperStefan Metzmacher2007-10-101-1/+67
| | | | | metze (This used to be commit 65ce6fa21adec704b3cde30c57001e5620f048e4)
* r23922: implement input buffer handling for the SASL read wrapperStefan Metzmacher2007-10-101-2/+129
| | | | | metze (This used to be commit 7d8518ebd9470062b499b7074a940e14520e99f2)
* r23918: not all ldap libraries support debuggingStefan Metzmacher2007-10-101-18/+0
| | | | | metze (This used to be commit 3f68189c9a319ac9cae76f6d2b586cbde6d31e3c)
* r23916: use the correct io operations for debuggingStefan Metzmacher2007-10-101-4/+6
| | | | | metze (This used to be commit d745a1a71991f306c29b3c62f43d619177f79725)
* r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPINGStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 873eaff8febb50f00f9dac64c57b2a22c16f4f9b)
* r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher2007-10-101-0/+109
they're not used yet... metze (This used to be commit a3b97cdce719d9d5e82f26096c0e8c3a86ff3965)