summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-10-02Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison1-1/+7
2003-09-29Testparm fixes:Jelmer Vernooij1-3/+9
2003-09-26Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.Jeremy Allison1-16/+4
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-3/+3
2003-09-22fix some warnings found by the Sun C compilerGerald Carter2-4/+3
2003-09-21Fix typoJelmer Vernooij1-1/+1
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-3/+3
2003-09-15Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison1-2/+2
2003-09-15Fixed test and wording for long share names.Christopher R. Hertel1-3/+4
2003-09-15fix online helpSimo Sorce1-1/+1
2003-09-11Fix error message when calling namedtogid() fails adding a group mapTim Potter1-1/+1
2003-09-10Fix error return path memory leaks in vampire code for creating users.Tim Potter1-3/+8
2003-09-10Use opt_target_workgroup instead of lp_workgroup() in vampire code soTim Potter1-2/+2
2003-09-10Formatting fixups for help output.Tim Potter1-2/+2
2003-09-08Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison1-2/+2
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke2-0/+50
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-2/+41
2003-09-05Fix for bug #73. Name types can be specified using name#type notation.Tim Potter1-7/+31
2003-09-04Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter1-2/+7
2003-09-01Fix bug 342. Short version of --add now -a instead of -A.Tim Potter1-2/+2
2003-08-31We don't need to #include memory.h here. It's a BSD'ism and just includesTim Potter1-1/+0
2003-08-29Fix some compiler warnings.Tim Potter1-10/+8
2003-08-28Fixed warnings in secret code.Jeremy Allison1-26/+0
2003-08-28fixing typos pointed out by Vance in WHATSNEWGerald Carter2-2/+57
2003-08-22Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison1-1/+1
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2-31/+46
2003-08-15In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak1-2/+7
2003-08-15Give a temporary hint on how to delete trust account.Rafal Szczesniak1-0/+1
2003-08-15Print more than 1 packet in hex modeJelmer Vernooij1-1/+1
2003-08-15Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij1-15/+131
2003-08-15get rid of more compiler warningsHerb Lewis4-56/+56
2003-08-15Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke1-10/+68
2003-08-15Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij1-9/+20
2003-08-15get rid of warning on IRIXHerb Lewis1-10/+8
2003-08-15Don't ask, it's too embarrassing :-)Volker Lendecke1-1/+1
2003-08-15Get packet contents correct as well.Jelmer Vernooij1-12/+18
2003-08-15Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij1-16/+16
2003-08-15Makefile.inJelmer Vernooij1-0/+164
2003-08-14Fix the build for non-kerberos environments.Volker Lendecke1-0/+8
2003-08-13Small typo fix found while testing domain trusts.Rafal Szczesniak1-1/+1
2003-08-12This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke1-12/+110
2003-08-12Some more shuffling around gss-spnego serverVolker Lendecke1-34/+37
2003-08-12Test invalid map system, map hidden, create mask, force create maskJeremy Allison1-0/+21
2003-08-12Clarify gss spnego ntlmssp server a bitVolker Lendecke1-36/+29
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter1-3/+17
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-2/+6
2003-08-07Cosmetic fix from waider@waider.ie.Jeremy Allison1-0/+31
2003-08-06When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke1-6/+11
2003-08-04Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke1-26/+42