summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
Commit message (Expand)AuthorAgeFilesLines
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-3/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+3
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-1/+4
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-101-4/+4
* r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2007-10-101-4/+12
* r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2007-10-101-1/+1
* r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2007-10-101-13/+39
* r13614: First part of the bugfix for #3510 - net join failsJeremy Allison2007-10-101-14/+21
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-4/+4
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2007-10-101-3/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-57/+73
* r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2007-10-101-5/+5
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-2/+2
* r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader.Tim Potter2007-10-101-2/+1
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter2007-10-101-1/+1
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-8/+1
* Fix net rpc join (at least newstyle) after it was broken by changingJim McDonough2004-01-151-5/+5
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-4/+4
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* This glosses over John's problem at SambaXP 2003. When we want to joinVolker Lendecke2003-06-161-3/+17
* Fix misleading debug message.Volker Lendecke2003-06-161-1/+1
* another improved debug statementAndrew Tridgell2003-06-161-1/+1
* Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett2003-06-081-12/+13
* Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett2003-04-221-0/+3
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-19/+43
* Merge of Jelmer's usage updates for net.Tim Potter2003-04-141-1/+1
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-7/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-3/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+2
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-23/+87
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-7/+3
* Join as a server trust account if the server role is either PDC or BDC.Andrew Bartlett2002-03-231-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-3/+3
* Change new style join function name for clarity in net_rpc.cJim McDonough2002-03-151-1/+1
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-021-1/+3
* Removed version number from file header.Tim Potter2002-01-301-1/+0
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-301-3/+9
* Display a nice error message if the user%password specified for net rpcTim Potter2001-12-141-2/+8
* Merge from 2.2 to allow net rpc join -U to complete even if the workstationTim Potter2001-12-141-2/+5
* allow join of already joined domainAndrew Tridgell2001-12-111-60/+35
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-051-4/+2
* Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett2001-12-051-3/+6