Age | Commit message (Expand) | Author | Files | Lines |
2003-06-10 | use lp_realm() to find the default realm for 'net ads password' | Andrew Tridgell | 1 | -10/+24 |
2003-05-30 | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so | Jim McDonough | 1 | -1/+2 |
2003-05-12 | Fix obvious compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2003-05-04 | Patch from Ken Cross to allow an ADS domain join with a username of the form | Andrew Bartlett | 1 | -2/+18 |
2003-04-29 | Like net rpc user -l, let net ads user -l allow more than 50 characters in | Jim McDonough | 1 | -1/+1 |
2003-04-22 | Fix up bugs in the new 'store sec_channel type' code - we were always joining | Andrew Bartlett | 1 | -6/+1 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -5/+12 |
2003-04-14 | - Change ADS CHOSTPASS -> ADS CHANGETRUSTPW | Jelmer Vernooij | 1 | -4/+9 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -0/+9 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+66 |
2003-02-24 | Missed a couple of files from the client-side kerberos merge | Andrew Bartlett | 1 | -2/+14 |
2003-02-01 | Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and some | Andrew Bartlett | 1 | -1/+7 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -0/+2 |
2003-01-15 | [merge] | Gerald Carter | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | 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 | Next step of printer publishing. | Jim McDonough | 1 | -31/+34 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -26/+19 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -11/+39 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -27/+114 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -40/+229 |
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 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+0 |
2002-01-25 | Enable net ads commands to use existing tickets if the user doesn't specify a... | Jim McDonough | 1 | -4/+19 |
2002-01-16 | much better support for organisational units in ADS join | Andrew Tridgell | 1 | -3/+7 |
2001-12-20 | make sure we store the domain sid when joining a ADS domain | Andrew Tridgell | 1 | -0/+12 |
2001-12-20 | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 1 | -0/+91 |
2001-12-19 | much better ADS error handling system | Andrew Tridgell | 1 | -24/+20 |
2001-12-19 | - added initial support for trusted domains in winbindd_ads | Andrew Tridgell | 1 | -3/+6 |
2001-12-17 | allow selection of the organisational unit when joining a realm | Andrew Tridgell | 1 | -6/+28 |
2001-12-13 | added "net ads info" to fetch basic ADS info without any auth | Andrew Tridgell | 1 | -0/+26 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -0/+16 |
2001-12-05 | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 1 | -1/+1 |