summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).Andrew Bartlett2003-07-271-3/+3
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Some fixes for ads printer publish:Tim Potter2003-07-031-6/+26
* Implemented 'net ads printer search' which searches the directory forTim Potter2003-07-031-0/+32
* Yet more shadow variable warnings.Tim Potter2003-06-301-3/+3
* use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell2003-06-101-10/+24
* Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2003-05-301-1/+2
* Fix obvious compiler warnings.Jeremy Allison2003-05-121-1/+1
* Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-041-2/+18
* Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough2003-04-291-1/+1
* Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett2003-04-221-6/+1
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-5/+12
* - Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij2003-04-141-4/+9
* Merge from HEAD:Andrew Bartlett2003-03-171-0/+9
* Merge from HEAD:Andrew Bartlett2003-03-171-3/+66
* Missed a couple of files from the client-side kerberos mergeAndrew Bartlett2003-02-241-2/+14
* Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-011-1/+7
* *lots of small merges form HEADGerald Carter2003-01-151-0/+2
* [merge]Gerald Carter2003-01-151-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-7/+13
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison2002-11-231-1/+1
* Next step of printer publishing.Jim McDonough2002-11-181-31/+34