summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-11-12show locked files for -u <user>; bug 590Gerald Carter1-10/+41
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter3-4/+5
2003-10-24Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough1-4/+49
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough3-3/+4
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-11/+11
2003-10-20Changed output so all debug output goes to stderr, and all file processingJohn Terpstra1-40/+40
2003-10-14Break out of samsync loop on error.Tim Potter1-0/+3
2003-10-14Set errno = ENOSYS if mmap not supported.Tim Potter1-0/+1
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