summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-26/+19
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-11/+39
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-27/+114
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-40/+229
* Rename of ads_do_search_all2() to ads_do_search_all() and removal ofJim McDonough2002-04-101-23/+11
* Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough2002-04-051-30/+18
* Lots more net consistency work:Jim McDonough2002-04-051-10/+1
* More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough2002-04-041-5/+38
* Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough2002-04-041-0/+6
* Correct error string function call to ads_errstr()Jim McDonough2002-04-041-3/+3
* Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough2002-04-041-12/+169
* Re-implemented net ads user and net ads group to use the newJim McDonough2002-03-291-14/+50
* make net ads info work with -SAndrew Tridgell2002-03-211-4/+5
* make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell2002-03-191-30/+16
* Fix build for non-ads caseJim McDonough2002-03-161-0/+5
* Expose net_ads_join to allow for auto-transport-detection for net joinJim McDonough2002-03-151-1/+1
* Add paged search requests to net ads user and net ads group commands, allowin...Jim McDonough2002-03-141-21/+32
* try to use our workstation account password for ADS leaveAndrew Tridgell2002-03-101-4/+11
* dont strdup() possibly null values.Andrew Bartlett2002-02-161-1/+3
* Subject:Andrew Bartlett2002-02-151-1/+1
* Add support for net ads printer to publish, remove, or display printer info i...Jim McDonough2002-02-021-0/+167
* Removed version number from file header.Tim Potter2002-01-301-1/+0
* Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2002-01-251-4/+19
* much better support for organisational units in ADS joinAndrew Tridgell2002-01-161-3/+7
* make sure we store the domain sid when joining a ADS domainAndrew Tridgell2001-12-201-0/+12
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-0/+91
* much better ADS error handling systemAndrew Tridgell2001-12-191-24/+20
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-3/+6
* allow selection of the organisational unit when joining a realmAndrew Tridgell2001-12-171-6/+28
* added "net ads info" to fetch basic ADS info without any authAndrew Tridgell2001-12-131-0/+26
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-0/+16
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-051-1/+1
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-1/+1
* Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett2001-12-051-3/+5
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-0/+1
* More compiler warnings fixed. Some minor reformatting.Tim Potter2001-11-261-3/+3
* better helpAndrew Tridgell2001-11-251-1/+7
* use generate_random_str()Andrew Tridgell2001-11-251-47/+4
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-251-19/+66
* added "net ads status" commandAndrew Tridgell2001-11-251-14/+39
* made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell2001-11-251-0/+187