initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
authorAndrew Tridgell <tridge@samba.org>
Thu, 11 Oct 2001 07:42:52 +0000 (07:42 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 11 Oct 2001 07:42:52 +0000 (07:42 +0000)
commit81f56139b6964ddbe2c03232475f87f474136490
tree1213ad9ba9f34506f2b4bbc38d925a3bcda2f5de
parent76745313b16c07092b0198da4d4fc05b38e600f7
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
activate you need to:

- install krb5 libraries
- run configure
- build smbclient
- run kinit to get a TGT
- run smbclient with the -k option to choose kerberos auth
(This used to be commit d33057585644e1337bac743e25ed7653bfb39eef)
19 files changed:
source3/Makefile.in
source3/acconfig.h
source3/client/client.c
source3/configure
source3/configure.in
source3/include/asn1.h [new file with mode: 0644]
source3/include/client.h
source3/include/config.h.in
source3/include/includes.h
source3/include/smb.h
source3/include/smbprofile.h [new file with mode: 0644]
source3/lib/util.c
source3/lib/util_file.c
source3/libsmb/asn1.c [new file with mode: 0644]
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clikrb5.c [new file with mode: 0644]
source3/script/mkproto.awk
source3/smbd/negprot.c