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