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
* Back out some goofs that accidentally checked in with printer publishing.Jim McDonough2002-11-181-3/+3
* Next step of printer publishing.Jim McDonough2002-11-181-34/+37
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-26/+19
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-14/+12
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-1/+1
* convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell2002-08-301-0/+4
* added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell2002-08-191-0/+26
* fixed 'net ads chostpass' for new ads structuresAndrew Tridgell2002-08-061-1/+11
* added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell2002-08-051-0/+42
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-29/+59
* make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell2002-07-311-0/+4
* net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell2002-07-301-0/+1
* Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-241-10/+20
* added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell2002-06-031-7/+70
* Allow initial password set on net ads user add. I need to do this onJim McDonough2002-05-231-3/+30
* Add ads group add and delete, allowing converged net group command.Jim McDonough2002-05-091-16/+106
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-181-5/+4
* 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