summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-07-27Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).Andrew Bartlett1-3/+3
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-07-03Some fixes for ads printer publish:Tim Potter1-6/+26
2003-07-03Implemented 'net ads printer search' which searches the directory forTim Potter1-0/+32
2003-06-30Yet more shadow variable warnings.Tim Potter1-3/+3
2003-06-10use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell1-10/+24
2003-05-30Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough1-1/+2
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-1/+1
2003-05-04Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett1-2/+18
2003-04-29Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough1-1/+1
2003-04-22Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett1-6/+1
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-5/+12
2003-04-14- Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij1-4/+9
2003-03-17Merge from HEAD:Andrew Bartlett1-0/+9
2003-03-17Merge from HEAD:Andrew Bartlett1-3/+66
2003-02-24Missed a couple of files from the client-side kerberos mergeAndrew Bartlett1-2/+14
2003-02-01Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett1-1/+7
2003-01-15*lots of small merges form HEADGerald Carter1-0/+2
2003-01-15[merge]Gerald Carter1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-7/+13
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-23jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison1-1/+1
2002-11-18Next step of printer publishing.Jim McDonough1-31/+34
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-26/+19
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-11/+39
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-27/+114
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-40/+229
2002-04-10Rename of ads_do_search_all2() to ads_do_search_all() and removal ofJim McDonough1-23/+11
2002-04-05Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough1-30/+18
2002-04-05Lots more net consistency work:Jim McDonough1-10/+1
2002-04-04More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough1-5/+38
2002-04-04Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough1-0/+6
2002-04-04Correct error string function call to ads_errstr()Jim McDonough1-3/+3
2002-04-04Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough1-12/+169
2002-03-29Re-implemented net ads user and net ads group to use the newJim McDonough1-14/+50
2002-03-21make net ads info work with -SAndrew Tridgell1-4/+5
2002-03-19make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell1-30/+16
2002-03-16Fix build for non-ads caseJim McDonough1-0/+5
2002-03-15Expose net_ads_join to allow for auto-transport-detection for net joinJim McDonough1-1/+1
2002-03-14Add paged search requests to net ads user and net ads group commands, allowin...Jim McDonough1-21/+32
2002-03-10try to use our workstation account password for ADS leaveAndrew Tridgell1-4/+11