summaryrefslogtreecommitdiff
path: root/spnego.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16spnego.c: make sure to free talloc contextsJeff Layton1-2/+6
We're using talloc_init to get a context in these functions but they aren't freeing them. Signed-off-by: Jeff Layton <jlayton@redhat.com>
2010-02-08cifs.upcall: add proper licenses to filesJeff Layton1-0/+20
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2010-02-07spnego.c: add new spnego.c file with SPNEGO/GSSAPI routines we needJeff Layton1-0/+90
Signed-off-by: Jeff Layton <jlayton@redhat.com>