Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-24 | spengo.c/asn1.c: remove need for replace.h | Jeff Layton | 1 | -1/+1 | |
Just need stdbool.h instead. Signed-off-by: Jeff Layton <jlayton@samba.org> | |||||
2010-02-16 | spnego.c: make sure to free talloc contexts | Jeff Layton | 1 | -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-08 | cifs.upcall: add proper licenses to files | Jeff Layton | 1 | -0/+20 | |
Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2010-02-07 | spnego.c: add new spnego.c file with SPNEGO/GSSAPI routines we need | Jeff Layton | 1 | -0/+90 | |
Signed-off-by: Jeff Layton <jlayton@redhat.com> |