summaryrefslogtreecommitdiff
path: root/source/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-4/+4
* starting to sync up for beta3Gerald Carter2003-07-161-8/+60
* starting to sync for 3.0beta2Gerald Carter2003-07-011-13/+27
* working on creating the 3.0 release treeGerald Carter2003-06-061-14/+20
* Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2003-04-221-6/+1
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-5/+12
* Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-141-4/+9
* Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-161-0/+9
* Minor fixes.Andrew Bartlett2003-03-151-1/+1
* Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett2003-03-121-0/+11
* For some reason some attributes in ADS do not appear (and are not available)Andrew Bartlett2003-02-251-1/+63
* Whenever we have a password, use the in-memory ccache. This fixes a bug whereAndrew Bartlett2003-02-241-2/+3
* Fixed another compiler warning.Tim Potter2003-02-211-1/+1
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-2/+14
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-1/+7
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-2/+2
* add help text for 'net ads lookup'Andrew Tridgell2003-01-141-0/+2
* BIG patch...Andrew Bartlett2003-01-021-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
* 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