added "net join" command
authorAndrew Tridgell <tridge@samba.org>
Sat, 24 Nov 2001 14:16:41 +0000 (14:16 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 24 Nov 2001 14:16:41 +0000 (14:16 +0000)
commitad2974cd05b4d08c8b92f505bf95aa8e8533235f
tree68ed4b1c3c99a13154fb768ba9f4bfcc1a3e7ce9
parent0ebb29e032f2cdbfdb55184c0b97fd1f71b84609
added "net join" command

this completes the first stage of the smbd ADS support
(This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12)
19 files changed:
source3/CodingSuggestions
source3/Makefile.in
source3/client/client.c
source3/groupdb/mapping.c
source3/include/includes.h
source3/include/secrets.h
source3/lib/util_sock.c
source3/libads/kerberos.c [new file with mode: 0644]
source3/libads/krb5_setpw.c [new file with mode: 0644]
source3/libads/ldap.c
source3/libsmb/clikrb5.c
source3/param/loadparm.c
source3/passdb/secrets.c
source3/printing/nt_printing.c
source3/rpcclient/cmd_lsarpc.c
source3/script/mkproto.awk
source3/smbd/sesssetup.c
source3/utils/net.c
source3/utils/net_join.c [new file with mode: 0644]