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)
commitd33057585644e1337bac743e25ed7653bfb39eef
tree129f27770ae34f2b4f881ca6e3e5d4fc8bed40f1
parentd1adaee373f08020d350af2aa65b7651da94bdae
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
19 files changed:
source/Makefile.in
source/acconfig.h
source/client/client.c
source/configure
source/configure.in
source/include/asn1.h [new file with mode: 0644]
source/include/client.h
source/include/config.h.in
source/include/includes.h
source/include/smb.h
source/include/smbprofile.h [new file with mode: 0644]
source/lib/util.c
source/lib/util_file.c
source/libsmb/asn1.c [new file with mode: 0644]
source/libsmb/cliconnect.c
source/libsmb/clientgen.c
source/libsmb/clikrb5.c [new file with mode: 0644]
source/script/mkproto.awk
source/smbd/negprot.c