summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
AgeCommit message (Expand)AuthorFilesLines
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