summaryrefslogtreecommitdiff
path: root/source3/libads/sasl_wrapping.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23s3:libads: always require ber_sockbuf_add_io() and LDAP_OPT_SOCKBUFStefan Metzmacher1-4/+4
2024-04-23s3:libads: use the correct struct sockbuf_io_desc type for 'sbiod' pointerStefan Metzmacher1-1/+1
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-2/+2
2017-05-17libads: abstract out SASL wrapping codeAlexander Bokovoy1-86/+124
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe1-4/+4
2015-04-22Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe1-1/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2007-10-10r24131: - make it more clear what the different min and max fields meanStefan Metzmacher1-4/+4
2007-10-10r23953: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r23943: - always provide ads_setup_sasl_wrapping() functionStefan Metzmacher1-4/+10
2007-10-10r23933: - implement ctrl SASL wrapping hookStefan Metzmacher1-6/+26
2007-10-10r23926: implement output buffer handling for the SASL write wrapperStefan Metzmacher1-1/+67
2007-10-10r23922: implement input buffer handling for the SASL read wrapperStefan Metzmacher1-2/+129
2007-10-10r23918: not all ldap libraries support debuggingStefan Metzmacher1-18/+0
2007-10-10r23916: use the correct io operations for debuggingStefan Metzmacher1-4/+6
2007-10-10r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPINGStefan Metzmacher1-2/+2
2007-10-10r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher1-0/+109