summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16115: Make "net ads changetrustpw" work again.Günther Deschner1-4/+4
2007-10-10r15703: Fix d_printf call.Günther Deschner1-1/+1
2007-10-10r15701: change 'net ads leave' to disable the machine account in the domain (...Gerald Carter1-212/+55
2007-10-10r15680: use the user creds when calling net_set_machine_spn() rather than th...Gerald Carter1-64/+15
2007-10-10r15597: more ads join fixes -- we can only set the PWDNOEXP and DES_ONLY acb ...Gerald Carter1-7/+9
2007-10-10r15561: Should re-fix older systems without RC4-HMAC supportGerald Carter1-15/+6
2007-10-10r15560: Since the hotel doesn't have Sci-Fi and no "Doctor Who"....Gerald Carter1-5/+71
2007-10-10r15559: Smaller fixes for the new cldap code:Günther Deschner1-2/+1
2007-10-10r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter1-119/+550
2007-10-10r15471: Clarify error messageVolker Lendecke1-2/+2
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-1/+5
2007-10-10r15460: Prefer to use the indexed objectCategory attribute (instead ofGünther Deschner1-2/+2
2007-10-10r15336: Unknown escape sequence: '\305' - should have been '\n'.Jeremy Allison1-1/+1
2007-10-10r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner1-0/+68
2007-10-10r15194: We need to be able to join as PDC as well. Thanks to Andrew Bartlett.Günther Deschner1-3/+2
2007-10-10r15137: Refuse to join if our netbios name is longer than 15 chars. I think t...Volker Lendecke1-0/+6
2007-10-10r15136: Fix join consistency checkVolker Lendecke1-1/+1
2007-10-10r15123: Don't even try to join with an inproper configuration.Günther Deschner1-0/+7
2007-10-10r14831: Fix possible null deref. Coverity #279.Jeremy Allison1-0/+7
2007-10-10r14757: Make sure we only send out a CLDAP request to an connected AD server.Günther Deschner1-4/+6
2007-10-10r14099: Fix Coverity # 113Volker Lendecke1-6/+8
2007-10-10r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller1-44/+44
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-3/+6
2007-10-10r8675: fix some compile warnings.Günther Deschner1-1/+1
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-5/+5
2007-10-10r6940: fixing debug messagesGerald Carter1-3/+3
2007-10-10r6900: Fix bug 2725. Thanks, John, for finding it.Volker Lendecke1-1/+3
2007-10-10r6834: Fix bug #2703, found by John Antonishek <ant@nist.gov>. Add NULLJeremy Allison1-6/+8
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+2
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-1/+1
2007-10-10r5955: BUG 2517: use the realm from smb.conf for 'net ads info' when 'disable...Gerald Carter1-1/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r3492: Fixes from testing kerberos salted principal fix.Jeremy Allison1-0/+14
2007-10-10r3273: Ensure we're consistent in the use of strchr_m for '@'.Jeremy Allison1-2/+2
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r2832: Readd WKGUID-binding to match the correct default-locations of newGünther Deschner1-2/+10
2007-10-10r2746: Fix typos in net's usage-output.Günther Deschner1-1/+1
2007-10-10r1750: This patch allows net ads lookup to rely on command line arguments if ...Jim McDonough1-1/+4
2007-10-10r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ...Gerald Carter1-5/+5
2007-10-10r1240: Ensure we don't shadow Heimdal globals.Jeremy Allison1-1/+1
2007-10-10r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison1-41/+123
2007-10-10r1221: Added the last of the system keytab patch from "Dan Perry" <dperry@ppp...Jeremy Allison1-93/+194
2004-03-14Use possessive in message asking for user's password.Tim Potter1-1/+1
2004-01-12fixing compile problems due to my recent ads.h changesGerald Carter1-1/+1
2003-12-26Collecting some minor patches...Volker Lendecke1-8/+10
2003-11-26Get rid of a const warningVolker Lendecke1-2/+2
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough1-1/+1
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-2/+41
2003-09-04Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter1-2/+7
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-16/+23