Fix mem leak.
[gsasl.git] / examples / README
blobf20528afce7b558075bb051bac7d597c8621ab0b
1 GNU SASL examples/README -- Information about files in examples/ directory.
2 Copyright (C) 2003, 2004 Simon Josefsson
3 See the end for copying conditions.
5 This directory contains examples on how to use GNU SASL.
7 client: Example SASL client.
9 client-serverfirst: Same as previous, but server get to send data first.
11 client-mech: Same as previous, but you get to chose which mechanism is used.
13 client-callback: Same as client-serverfirst, but user info is retrieved
14                  using a callback, instead of hard coded.
16 ----------------------------------------------------------------------
17 Copying and distribution of this file, with or without modification,
18 are permitted in any medium without royalty provided the copyright
19 notice and this notice are preserved.