summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett1-7/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-3/+3
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-1/+2
2002-08-05added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell1-20/+81
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-1/+1
2002-07-20Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-)Andrew Bartlett1-0/+1
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-3/+5
2002-05-18A few things in this commit:Andrew Bartlett1-7/+3
2002-03-23Join as a server trust account if the server role is either PDC or BDC.Andrew Bartlett1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-3/+3
2002-03-15Change new style join function name for clarity in net_rpc.cJim McDonough1-1/+1
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-1/+3
2002-01-30Removed version number from file header.Tim Potter1-1/+0
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-3/+9
2001-12-14Display a nice error message if the user%password specified for net rpcTim Potter1-2/+8
2001-12-14Merge from 2.2 to allow net rpc join -U to complete even if the workstationTim Potter1-2/+5
2001-12-11allow join of already joined domainAndrew Tridgell1-60/+35
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-4/+2
2001-12-05Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett1-3/+6
2001-12-04allow for passwords other than "samba2"Andrew Tridgell1-1/+1
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett1-0/+311