| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 'No news is good news' might sometimes be confusing, at least to me :-) | Volker Lendecke | 2002-08-28 | 1 | -1/+7 |
| * | Put in intermediate version of new SAM system. It's not stable yet, code | Jelmer Vernooij | 2002-08-28 | 1 | -1/+1 |
| * | add hook for MSG_PRINTER_DRVUPGRADE that numps the change_id on all printers ... | Gerald Carter | 2002-08-27 | 1 | -0/+5 |
| * | a few minor cleanups in the cldap request | Andrew Tridgell | 2002-08-22 | 1 | -2/+26 |
| * | added a 'net rpc samdump' command for dumping the whole sam via | Andrew Tridgell | 2002-08-22 | 2 | -0/+163 |
| * | This is like jht's (abortive) patch for showing only non-default testparm | Andrew Bartlett | 2002-08-21 | 1 | -4/+6 |
| * | Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible | Jelmer Vernooij | 2002-08-21 | 1 | -0/+6 |
| * | pdbedit needs global_myname to be set in order to display the | Volker Lendecke | 2002-08-21 | 1 | -1/+12 |
| * | global_myname is a pstring, not an fstring | Volker Lendecke | 2002-08-21 | 1 | -1/+1 |
| * | Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdb | Volker Lendecke | 2002-08-21 | 1 | -1/+55 |
| * | just comment typos | Volker Lendecke | 2002-08-21 | 1 | -15/+15 |
| * | Fix debug level initialization for net.c | Volker Lendecke | 2002-08-21 | 1 | -1/+1 |
| * | print out the GUID in the CLDAP reply | Andrew Tridgell | 2002-08-19 | 1 | -12/+11 |
| * | we now parse the cldap reply and print its contents. There are a | Andrew Tridgell | 2002-08-19 | 1 | -4/+82 |
| * | we now receive and parse the main cldap netlogon reply. | Andrew Tridgell | 2002-08-19 | 1 | -10/+88 |
| * | added a 'net ads lookup' command that does a CLDAP NetLogon query to a | Andrew Tridgell | 2002-08-19 | 2 | -0/+121 |
| * | *** empty log message *** | Simo Sorce | 2002-08-15 | 1 | -87/+175 |
| * | Merge some usage info from APPLIANCE_HEAD. | Tim Potter | 2002-08-11 | 1 | -0/+3 |
| * | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 2002-08-10 | 1 | -4/+5 |
| * | 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 | 3 | -20/+125 |
| * | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 3 | -31/+63 |
| * | passwords where not checked (you cannot check if the same buffer differs from... | Simo Sorce | 2002-08-04 | 1 | -6/+18 |
| * | Merge of print notify fixes from APPLIANCE_HEAD. | Tim Potter | 2002-08-02 | 1 | -0/+17 |
| * | fixed a net crash bug if we can't find a DC in a 'net rpc' command | Andrew Tridgell | 2002-07-31 | 1 | -0/+4 |
| * | 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 |
| * | Use common popt definition for -d option. | Tim Potter | 2002-07-29 | 2 | -3/+2 |
| * | Add the ability to set account policies too. | Andrew Bartlett | 2002-07-28 | 1 | -7/+25 |
| * | Clean this code up a little. If it's alrady asprintf()ed, I see no | Andrew Bartlett | 2002-07-28 | 1 | -2/+3 |
| * | Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busy | Andrew Bartlett | 2002-07-27 | 2 | -54/+307 |
| * | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 2002-07-26 | 1 | -2/+4 |
| * | Make it possible to query account policy values from pdbedit (set to come soon). | Andrew Bartlett | 2002-07-24 | 1 | -11/+29 |
| * | Fix up dir drive call. | Tim Potter | 2002-07-21 | 1 | -1/+1 |
| * | More cleanups, and add a comment/hint not to clean somthing up in future :-) | Andrew Bartlett | 2002-07-21 | 1 | -8/+0 |
| * | Another smattering of static and const | Andrew Bartlett | 2002-07-21 | 3 | -3/+3 |
| * | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 2002-07-21 | 1 | -1/+1 |
| * | Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-) | Andrew Bartlett | 2002-07-20 | 1 | -0/+1 |
| * | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 2002-07-20 | 1 | -3/+5 |
| * | correctly declare global_myworkgroup to be the right size. | Andrew Bartlett | 2002-07-20 | 1 | -1/+1 |
| * | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 2002-07-20 | 2 | -5/+6 |
| * | Update the usage for smbgroupedit to document -d for 'description'. | Andrew Bartlett | 2002-07-20 | 1 | -0/+2 |
* | | sync 3.0 branch with HEAD | Jelmer Vernooij | 2002-08-17 | 13 | -218/+784 |
* | | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 18 | -900/+1786 |
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2002-07-14 | 1 | -0/+1 |
|\| |
|
| * | Show the account flags in the 'verbose' listing of pdbedit. | Andrew Bartlett | 2002-07-14 | 1 | -0/+2 |
| * | move opt_machine_pass to keep some compilers happy | Andrew Tridgell | 2002-07-14 | 1 | -1/+1 |
| * | added useful 'net rpc info' command | Andrew Tridgell | 2002-07-13 | 1 | -0/+76 |
| * | added --machine-pass option to net. This allows you to authenticate as | Andrew Tridgell | 2002-07-13 | 1 | -1/+21 |
| * | This makes smbcacls a bit easier to use and debug. | Andrew Bartlett | 2002-07-13 | 1 | -8/+15 |