summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison2003-08-221-1/+1
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-192-31/+46
* In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak2003-08-151-2/+7
* Give a temporary hint on how to delete trust account.Rafal Szczesniak2003-08-151-0/+1
* Print more than 1 packet in hex modeJelmer Vernooij2003-08-151-1/+1
* Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij2003-08-151-15/+131
* get rid of more compiler warningsHerb Lewis2003-08-154-56/+56
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-151-10/+68
* Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij2003-08-151-9/+20
* get rid of warning on IRIXHerb Lewis2003-08-151-10/+8
* Don't ask, it's too embarrassing :-)Volker Lendecke2003-08-151-1/+1
* Get packet contents correct as well.Jelmer Vernooij2003-08-151-12/+18
* Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij2003-08-151-16/+16
* Makefile.inJelmer Vernooij2003-08-151-0/+164
* Fix the build for non-kerberos environments.Volker Lendecke2003-08-141-0/+8
* Small typo fix found while testing domain trusts.Rafal Szczesniak2003-08-131-1/+1
* This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke2003-08-121-12/+110
* Some more shuffling around gss-spnego serverVolker Lendecke2003-08-121-34/+37
* Test invalid map system, map hidden, create mask, force create maskJeremy Allison2003-08-121-0/+21
* Clarify gss spnego ntlmssp server a bitVolker Lendecke2003-08-121-36/+29
* Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-121-3/+17
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-2/+6
* Cosmetic fix from waider@waider.ie.Jeremy Allison2003-08-071-0/+31
* When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke2003-08-061-6/+11
* Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2003-08-041-26/+42
* Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus saslVolker Lendecke2003-08-011-25/+310
* Fixes for memory leaks in gss spnego handling by aliguori.Volker Lendecke2003-07-311-13/+9
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-304-5/+7
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-291-1/+225
* Typo fix for bug 258.Tim Potter2003-07-291-1/+1
* Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).Andrew Bartlett2003-07-271-3/+3
* Ensure all code paths set add_script.Jeremy Allison2003-07-271-4/+3
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-232-3/+3
* Another round of uid/gid/pid format string changes I missed theTim Potter2003-07-221-2/+3
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-223-6/+11
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-225-55/+0
* According to the result of voting, net has default debug level withRafal Szczesniak2003-07-191-3/+12
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-1/+0
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-25/+12
* Fix memleakVolker Lendecke2003-07-151-0/+2
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy2003-07-151-0/+11
* Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke2003-07-151-2/+2
* Doesn't re-prompt for password when it is specified on the cmdlineJim McDonough2003-07-111-2/+2
* moving more code around.Gerald Carter2003-07-112-2/+4
* Just a few formatting fixed caught while testing.Rafal Szczesniak2003-07-101-1/+1
* pdbedit should not call idmap anymore. Otherwise pdbedit -L wouldVolker Lendecke2003-07-101-13/+2
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-4/+11
* more compile fixes for become/unbecome_root()Gerald Carter2003-07-093-0/+45
* and so it begins....Gerald Carter2003-07-072-22/+22