summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User3-0/+1318
2002-09-24This is a first working version of net rpc vampire. First do a net rpcVolker Lendecke1-12/+264
2002-09-23Update some help. People keep forgetting that!Richard Sharpe1-1/+3
2002-09-23Add net getlocalsid [name]Richard Sharpe1-0/+26
2002-09-23Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke1-2/+3
2002-09-23Cosmetic fix for debug message.Volker Lendecke1-2/+1
2002-09-23Add the ability to view/set the current local domain SIDs.Volker Lendecke1-0/+45
2002-09-22Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke1-3/+1
2002-09-18First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke2-1/+279
2002-09-18Add a synonym for samdump ...Richard Sharpe1-0/+1
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-14/+12
2002-09-11added gencache implementation from mimir - thanks!Andrew Tridgell3-0/+330
2002-09-10removing compiler warnings about shadowed globalsGerald Carter1-18/+18
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-0/+8
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-1/+1
2002-09-01Fix segfault in net commandVolker Lendecke1-1/+1
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau2-2/+5
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-0/+4
2002-08-29There's more work to be done on samsync. Intermediate commit, nowVolker Lendecke1-5/+21
2002-08-29show builtin groups in samdumpAndrew Tridgell1-33/+40
2002-08-28'No news is good news' might sometimes be confusing, at least to me :-)Volker Lendecke1-1/+7
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-1/+1
2002-08-27add hook for MSG_PRINTER_DRVUPGRADE that numps the change_id on all printers ...Gerald Carter1-0/+5
2002-08-22a few minor cleanups in the cldap requestAndrew Tridgell1-2/+26
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2-0/+163
2002-08-21This is like jht's (abortive) patch for showing only non-default testparmAndrew Bartlett1-4/+6
2002-08-21Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij1-0/+6
2002-08-21pdbedit needs global_myname to be set in order to display theVolker Lendecke1-1/+12
2002-08-21global_myname is a pstring, not an fstringVolker Lendecke1-1/+1
2002-08-21Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdbVolker Lendecke1-1/+55
2002-08-21just comment typosVolker Lendecke1-15/+15
2002-08-21Fix debug level initialization for net.cVolker Lendecke1-1/+1
2002-08-19print out the GUID in the CLDAP replyAndrew Tridgell1-12/+11
2002-08-19we now parse the cldap reply and print its contents. There are aAndrew Tridgell1-4/+82
2002-08-19we now receive and parse the main cldap netlogon reply.Andrew Tridgell1-10/+88
2002-08-19added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell2-0/+121
2002-08-17sync 3.0 branch with HEADJelmer Vernooij13-218/+784
2002-08-15*** empty log message ***Simo Sorce1-87/+175
2002-08-11Merge some usage info from APPLIANCE_HEAD.Tim Potter1-0/+3
2002-08-10Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett1-4/+5
2002-08-06fixed 'net ads chostpass' for new ads structuresAndrew Tridgell1-1/+11
2002-08-05added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell3-20/+125
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell3-31/+63
2002-08-04passwords where not checked (you cannot check if the same buffer differs from...Simo Sorce1-6/+18
2002-08-02Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter1-0/+17
2002-07-31fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell1-0/+4
2002-07-31make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell1-0/+4
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell1-0/+1
2002-07-29Use common popt definition for -d option.Tim Potter2-3/+2
2002-07-28Add the ability to set account policies too.Andrew Bartlett1-7/+25