summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-15Fix net rpc join (at least newstyle) after it was broken by changingJim McDonough1-5/+5
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-4/+4
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-06-16This glosses over John's problem at SambaXP 2003. When we want to joinVolker Lendecke1-3/+17
2003-06-16Fix misleading debug message.Volker Lendecke1-1/+1
2003-06-16another improved debug statementAndrew Tridgell1-1/+1
2003-06-08Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett1-12/+13
2003-04-22Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett1-0/+3
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-19/+43
2003-04-14Merge of Jelmer's usage updates for net.Tim Potter1-1/+1
2003-02-24Merge from HEAD client-side authentication changes:Andrew 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-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+2
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-23/+87
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-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