| Commit message (Expand) | Author | Age | Files | Lines |
* | jcmd really should run with a higher compiler warning level more often :-). | Jeremy Allison | 2002-11-23 | 1 | -1/+1 |
* | Back out some goofs that accidentally checked in with printer publishing. | Jim McDonough | 2002-11-18 | 1 | -3/+3 |
* | Next step of printer publishing. | Jim McDonough | 2002-11-18 | 1 | -34/+37 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -26/+19 |
* | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 2002-09-17 | 1 | -14/+12 |
* | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 2002-09-06 | 1 | -1/+1 |
* | convert the LDAP/SASL code to use GSS-SPNEGO if possible | Andrew Tridgell | 2002-08-30 | 1 | -0/+4 |
* | added a 'net ads lookup' command that does a CLDAP NetLogon query to a | Andrew Tridgell | 2002-08-19 | 1 | -0/+26 |
* | fixed 'net ads chostpass' for new ads structures | Andrew Tridgell | 2002-08-06 | 1 | -1/+11 |
* | added 'net rpc testjoin' and 'net ads testjoin' commands | Andrew Tridgell | 2002-08-05 | 1 | -0/+42 |
* | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 1 | -29/+59 |
* | make sure that 'net ads info' gives info on the server we specify, not | Andrew Tridgell | 2002-07-31 | 1 | -0/+4 |
* | net ads info now reports the IP of the LDAP server as well as its name - very... | Andrew Tridgell | 2002-07-30 | 1 | -0/+1 |
* | Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, | Jim McDonough | 2002-06-24 | 1 | -10/+20 |
* | added a 'net ads search' command, similar to 'ldapsearch' but using the | Andrew Tridgell | 2002-06-03 | 1 | -7/+70 |
* | Allow initial password set on net ads user add. I need to do this on | Jim McDonough | 2002-05-23 | 1 | -3/+30 |
* | Add ads group add and delete, allowing converged net group command. | Jim McDonough | 2002-05-09 | 1 | -16/+106 |
* | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 2002-04-18 | 1 | -5/+4 |
* | Rename of ads_do_search_all2() to ads_do_search_all() and removal of | Jim McDonough | 2002-04-10 | 1 | -23/+11 |
* | Use the new ads_do_search_all2 function. It provides sorted results. We now | Jim McDonough | 2002-04-05 | 1 | -30/+18 |
* | Lots more net consistency work: | Jim McDonough | 2002-04-05 | 1 | -10/+1 |
* | More updates for auto-detecting server connection method. Added net_ads_check() | Jim McDonough | 2002-04-04 | 1 | -5/+38 |
* | Add non-ads version of net_ads_help for build on non-ads machines. | Jim McDonough | 2002-04-04 | 1 | -0/+6 |
* | Correct error string function call to ads_errstr() | Jim McDonough | 2002-04-04 | 1 | -3/+3 |
* | Add net ads user subcommands: add delete info. Also make user listing format | Jim McDonough | 2002-04-04 | 1 | -12/+169 |
* | Re-implemented net ads user and net ads group to use the new | Jim McDonough | 2002-03-29 | 1 | -14/+50 |
* | make net ads info work with -S | Andrew Tridgell | 2002-03-21 | 1 | -4/+5 |
* | make "net ads user" and "net ads group" also use the new paged interface | Andrew Tridgell | 2002-03-19 | 1 | -30/+16 |
* | Fix build for non-ads case | Jim McDonough | 2002-03-16 | 1 | -0/+5 |
* | Expose net_ads_join to allow for auto-transport-detection for net join | Jim McDonough | 2002-03-15 | 1 | -1/+1 |
* | Add paged search requests to net ads user and net ads group commands, allowin... | Jim McDonough | 2002-03-14 | 1 | -21/+32 |
* | try to use our workstation account password for ADS leave | Andrew Tridgell | 2002-03-10 | 1 | -4/+11 |
* | dont strdup() possibly null values. | Andrew Bartlett | 2002-02-16 | 1 | -1/+3 |
* | Subject: | Andrew Bartlett | 2002-02-15 | 1 | -1/+1 |
* | Add support for net ads printer to publish, remove, or display printer info i... | Jim McDonough | 2002-02-02 | 1 | -0/+167 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -1/+0 |
* | Enable net ads commands to use existing tickets if the user doesn't specify a... | Jim McDonough | 2002-01-25 | 1 | -4/+19 |
* | much better support for organisational units in ADS join | Andrew Tridgell | 2002-01-16 | 1 | -3/+7 |
* | make sure we store the domain sid when joining a ADS domain | Andrew Tridgell | 2001-12-20 | 1 | -0/+12 |
* | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 2001-12-20 | 1 | -0/+91 |
* | much better ADS error handling system | Andrew Tridgell | 2001-12-19 | 1 | -24/+20 |
* | - added initial support for trusted domains in winbindd_ads | Andrew Tridgell | 2001-12-19 | 1 | -3/+6 |
* | allow selection of the organisational unit when joining a realm | Andrew Tridgell | 2001-12-17 | 1 | -6/+28 |
* | added "net ads info" to fetch basic ADS info without any auth | Andrew Tridgell | 2001-12-13 | 1 | -0/+26 |
* | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 2001-12-08 | 1 | -0/+16 |
* | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 2001-12-05 | 1 | -1/+1 |
* | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 2001-12-05 | 1 | -1/+1 |
* | Follow herb's suggestion and don't strdup a string to itself. | Andrew Bartlett | 2001-12-05 | 1 | -3/+5 |
* | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 2001-11-29 | 1 | -0/+1 |
* | More compiler warnings fixed. Some minor reformatting. | Tim Potter | 2001-11-26 | 1 | -3/+3 |