summaryrefslogtreecommitdiff
path: root/source3/client/cifs_spnego.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-22cifs.upcall: bump SPNEGO msg version number and don't reject old versionsJeff Layton1-1/+1
When we added the ability for the kernel to send sec=mskrb5 to the upcall, we subtly broke old cifs.upcall versions that don't understand it. Bump the spnego message version to 2 to make this clear. Also, change cifs.upcall to not reject requests with a version that's lower than the current one, and to send the reply with the same version that the request sent. The idea is to try and keep cifs.upcall backward compatible with old kernels. Signed-off-by: Jeff Layton <jlayton@redhat.com> (This used to be commit b868463015dedc684eb13d12118a98ccca71250a)
2007-12-05* helper source for handling cifs kernel module upcall for kerberosIgor Mammedov1-0/+46
authorization * Added -c option to set service prefix to "cifs" in service principal by default service prefix "host" is used * replaced malloc/free/srtncpy with replacements from samba project Signed-off-by: Igor Mammedov <niallain@gmail.com> (This used to be commit 705f06a0315df83071b799fc77ecf20510a5a1ac)