Age | Commit message (Expand) | Author | Files | Lines |
2003-04-22 | Merge from 3.0 - fix domain joins not to always join as BDC. | Andrew Bartlett | 1 | -6/+1 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 1 | -5/+12 |
2003-04-14 | Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add a | Jelmer Vernooij | 1 | -4/+9 |
2003-03-16 | Changes to help the kerberos change password code work on systems that | Andrew Bartlett | 1 | -0/+9 |
2003-03-15 | Minor fixes. | Andrew Bartlett | 1 | -1/+1 |
2003-03-12 | Patch from Ken Cross <kcross@nssolutions.com> to take a username in the form | Andrew Bartlett | 1 | -0/+11 |
2003-02-25 | For some reason some attributes in ADS do not appear (and are not available) | Andrew Bartlett | 1 | -1/+63 |
2003-02-24 | Whenever we have a password, use the in-memory ccache. This fixes a bug where | Andrew Bartlett | 1 | -2/+3 |
2003-02-21 | Fixed another compiler warning. | Tim Potter | 1 | -1/+1 |
2003-02-15 | Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable | Andrew Bartlett | 1 | -2/+14 |
2003-02-01 | Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to | Andrew Bartlett | 1 | -1/+7 |
2003-01-15 | * removed unused variable from rpcclient code | Gerald Carter | 1 | -2/+2 |
2003-01-14 | add help text for 'net ads lookup' | Andrew Tridgell | 1 | -0/+2 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -7/+13 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-11-23 | jcmd really should run with a higher compiler warning level more often :-). | Jeremy Allison | 1 | -1/+1 |
2002-11-18 | Back out some goofs that accidentally checked in with printer publishing. | Jim McDonough | 1 | -3/+3 |
2002-11-18 | Next step of printer publishing. | Jim McDonough | 1 | -34/+37 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -26/+19 |
2002-09-17 | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 1 | -14/+12 |
2002-09-06 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 1 | -1/+1 |
2002-08-30 | convert the LDAP/SASL code to use GSS-SPNEGO if possible | Andrew Tridgell | 1 | -0/+4 |
2002-08-19 | added a 'net ads lookup' command that does a CLDAP NetLogon query to a | Andrew Tridgell | 1 | -0/+26 |
2002-08-06 | fixed 'net ads chostpass' for new ads structures | Andrew Tridgell | 1 | -1/+11 |
2002-08-05 | added 'net rpc testjoin' and 'net ads testjoin' commands | Andrew Tridgell | 1 | -0/+42 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -29/+59 |
2002-07-31 | make sure that 'net ads info' gives info on the server we specify, not | Andrew Tridgell | 1 | -0/+4 |
2002-07-30 | net ads info now reports the IP of the LDAP server as well as its name - very... | Andrew Tridgell | 1 | -0/+1 |
2002-06-24 | Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, | Jim McDonough | 1 | -10/+20 |
2002-06-03 | added a 'net ads search' command, similar to 'ldapsearch' but using the | Andrew Tridgell | 1 | -7/+70 |
2002-05-23 | Allow initial password set on net ads user add. I need to do this on | Jim McDonough | 1 | -3/+30 |
2002-05-09 | Add ads group add and delete, allowing converged net group command. | Jim McDonough | 1 | -16/+106 |
2002-04-18 | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 1 | -5/+4 |
2002-04-10 | Rename of ads_do_search_all2() to ads_do_search_all() and removal of | Jim McDonough | 1 | -23/+11 |
2002-04-05 | Use the new ads_do_search_all2 function. It provides sorted results. We now | Jim McDonough | 1 | -30/+18 |
2002-04-05 | Lots more net consistency work: | Jim McDonough | 1 | -10/+1 |
2002-04-04 | More updates for auto-detecting server connection method. Added net_ads_check() | Jim McDonough | 1 | -5/+38 |
2002-04-04 | Add non-ads version of net_ads_help for build on non-ads machines. | Jim McDonough | 1 | -0/+6 |
2002-04-04 | Correct error string function call to ads_errstr() | Jim McDonough | 1 | -3/+3 |
2002-04-04 | Add net ads user subcommands: add delete info. Also make user listing format | Jim McDonough | 1 | -12/+169 |
2002-03-29 | Re-implemented net ads user and net ads group to use the new | Jim McDonough | 1 | -14/+50 |
2002-03-21 | make net ads info work with -S | Andrew Tridgell | 1 | -4/+5 |
2002-03-19 | make "net ads user" and "net ads group" also use the new paged interface | Andrew Tridgell | 1 | -30/+16 |
2002-03-16 | Fix build for non-ads case | Jim McDonough | 1 | -0/+5 |
2002-03-15 | Expose net_ads_join to allow for auto-transport-detection for net join | Jim McDonough | 1 | -1/+1 |
2002-03-14 | Add paged search requests to net ads user and net ads group commands, allowin... | Jim McDonough | 1 | -21/+32 |
2002-03-10 | try to use our workstation account password for ADS leave | Andrew Tridgell | 1 | -4/+11 |
2002-02-16 | dont strdup() possibly null values. | Andrew Bartlett | 1 | -1/+3 |
2002-02-15 | Subject: | Andrew Bartlett | 1 | -1/+1 |
2002-02-02 | Add support for net ads printer to publish, remove, or display printer info i... | Jim McDonough | 1 | -0/+167 |