Age | Commit message (Expand) | Author | Files | Lines |
2004-03-04 | Another typo, sorry for samba-cvs spam :-) | Volker Lendecke | 1 | -1/+1 |
2004-03-04 | Fix typo. | Volker Lendecke | 1 | -1/+1 |
2004-02-29 | net_rpc.c: Don't complain if [add|del]mem was successful. | Volker Lendecke | 1 | -4/+4 |
2004-02-29 | Print an informative error message if trying to add/remove members from | Volker Lendecke | 1 | -0/+6 |
2004-02-28 | Add 'net rpc group [add|del]mem' for domain groups and aliases. | Volker Lendecke | 1 | -0/+452 |
2004-02-28 | Fix my fix to net rpc group list. We can certainly have more than a single | Volker Lendecke | 1 | -3/+6 |
2004-02-24 | Add 'net rpc group add'. For this parse_samr.c had to be changed: The | Volker Lendecke | 1 | -1/+62 |
2004-02-17 | Don't try to show groups that could not be listed. | Volker Lendecke | 1 | -0/+9 |
2004-02-17 | If there are no alias members, don't ask for their sids :-) | Volker Lendecke | 1 | -0/+4 |
2004-02-11 | BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi... | Gerald Carter | 1 | -2/+2 |
2004-02-09 | Expand 'net rpc group members' to local groups. | Volker Lendecke | 1 | -49/+175 |
2004-02-08 | Make it possible to 'net rpc samdump' of any domain you are currently joined | Andrew Bartlett | 1 | -37/+76 |
2004-02-08 | Add some help for 'net rpc password'. | Andrew Bartlett | 1 | -0/+1 |
2004-02-07 | I should have done this years ago... | Andrew Bartlett | 1 | -0/+131 |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 1 | -7/+1 |
2004-01-21 | Fix compiler warning | Volker Lendecke | 1 | -0/+2 |
2004-01-16 | Fix another join problem. Don't use a TALLOC_CTX before it has been | Jim McDonough | 1 | -4/+25 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 1 | -26/+14 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 1 | -3/+2 |
2003-12-01 | In the brief 'net rpc group' listing, don't cut off group names at 21 chars. | Volker Lendecke | 1 | -3/+3 |
2003-11-28 | Implement 'net rpc group list [global|local|builtin]*' for a select listing of | Volker Lendecke | 1 | -0/+34 |
2003-11-27 | Only ask for 512 names at a time. | Volker Lendecke | 1 | -8/+19 |
2003-11-26 | Implement "net rpc group members": Get members of a domain group in | Volker Lendecke | 1 | -0/+88 |
2003-11-22 | Add support for variable-length session keys in our client code. | Andrew Bartlett | 1 | -1/+1 |
2003-10-24 | Add shutdown abort try over initshutdown pipe first, then fall back to | Jim McDonough | 1 | -4/+49 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -1/+1 |
2003-08-15 | In case of 'net rpc trustdom add' without domain name we were silently | Rafal Szczesniak | 1 | -2/+7 |
2003-08-15 | Give a temporary hint on how to delete trust account. | Rafal Szczesniak | 1 | -0/+1 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -2/+2 |
2003-08-15 | get rid of warning on IRIX | Herb Lewis | 1 | -10/+8 |
2003-08-13 | Small typo fix found while testing domain trusts. | Rafal Szczesniak | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -6/+6 |
2003-06-25 | large change: | Gerald Carter | 1 | -1/+1 |
2003-06-12 | Fix for bug#3. Show comments when doing 'net group -l'. | Volker Lendecke | 1 | -16/+80 |
2003-06-12 | Working on bug#3. We want all of the aliases, so start with 0. | Volker Lendecke | 1 | -0/+2 |
2003-05-11 | Fix compile. | Andrew Bartlett | 1 | -1/+1 |
2003-05-11 | Set the password for a newly created trustdom account. Tested against | Volker Lendecke | 1 | -3/+34 |
2003-05-07 | Fix the spinning bug for 'net rpc user' as well - there are more errors in | Andrew Bartlett | 1 | -4/+4 |
2003-05-05 | Turn off using lsa_qos in OpenPolicy call. This way we avoid annoying | Rafal Szczesniak | 1 | -2/+2 |
2003-05-01 | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick. | Andrew Bartlett | 1 | -39/+17 |
2003-04-29 | Allow net rpc user -l to list longer than 50 characters in a user comment. | Jim McDonough | 1 | -1/+1 |
2003-04-25 | Merge of missed another while condition when enumerating aliases. | Tim Potter | 1 | -1/+1 |
2003-04-25 | Merge: | Tim Potter | 1 | -2/+2 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -24/+61 |
2003-04-16 | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix | Jeremy Allison | 1 | -0/+2 |
2003-04-14 | - Change ADS CHOSTPASS -> ADS CHANGETRUSTPW | Jelmer Vernooij | 1 | -2/+2 |
2003-04-14 | Merge of bugfix for cli_lsa_query_info_policy() usage. | Tim Potter | 1 | -5/+7 |
2003-01-29 | Merge tpot's changes to request the correct sizes for user dispinfo | Jeremy Allison | 1 | -2/+9 |
2003-01-04 | Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1 | Andrew Bartlett | 1 | -10/+1 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -18/+5 |