summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* cleanup some compiler warningsJim McDonough2003-02-281-3/+3
* Improve net ads lookup:Jim McDonough2003-02-281-61/+142
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-272-2/+7
* Fix compiler warning.Tim Potter2003-02-251-1/+1
* For some reason some attributes in ADS do not appear (and are not available)Andrew Bartlett2003-02-251-1/+63
* Whenever we have a password, use the in-memory ccache. This fixes a bug whereAndrew Bartlett2003-02-241-2/+3
* Add staticAndrew Bartlett2003-02-221-7/+7
* With assuptions about unixsam gone, we can forget about looking upAndrew Bartlett2003-02-221-4/+1
* Fixed another compiler warning.Tim Potter2003-02-211-1/+1
* Added Volkers "print server role" patch.Jeremy Allison2003-02-201-0/+22
* Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-183-0/+3
* Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett2003-02-161-7/+1
* Recover much of my changes to editreg.c. Add some const and start codingRichard Sharpe2003-02-161-8/+203
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-2/+14
* Revert Flag testing upon abartlet's request ;-)Volker Lendecke2003-02-071-3/+5
* Make account flags editable with pdbedit.Volker Lendecke2003-02-061-4/+22
* Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-1/+7
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-1/+1
* The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter2003-01-301-4/+1
* Make the vampire code use just pdb calls - allowing better operation on systemsAndrew Bartlett2003-01-291-22/+15
* Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-291-2/+9
* Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough2003-01-211-2/+3
* Deleted arguments to help output - they didn't work.Tim Potter2003-01-211-1/+1
* the 'static' keyword here is useless as we are not declaring aAndrew Tridgell2003-01-171-1/+1
* Fix an error where the SK Offset was truncated to 16 bits. Variables neededRichard Sharpe2003-01-161-1/+1
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-29/+150
* * removed unused variable from rpcclient codeGerald Carter2003-01-154-8/+11
* add help text for 'net ads lookup'Andrew Tridgell2003-01-141-0/+2
* Patch from metze to to make testparm show values for 'workgroup', 'netbiosAndrew Bartlett2003-01-131-1/+2
* Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-112-4/+4
* Some fixes to editreg. Clientgen should not be touched, and an update to conf...Richard Sharpe2003-01-081-3/+0
* Fix memory leak. Thanks, Herb!Volker Lendecke2003-01-071-0/+1
* this makes it compile, but I'm not sure if it is correct. Are we reallyHerb Lewis2003-01-071-1/+1
* Create a machine account correctly if the unix account exists.Volker Lendecke2003-01-071-4/+14
* 'index' is the name of a libc function. Rename to 'ndx' to avoid compilerTim Potter2003-01-071-4/+4
* WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter2003-01-021-1/+1
* Add a dash of static.Andrew Bartlett2003-01-021-3/+3
* BIG patch...Andrew Bartlett2003-01-0215-86/+83
* fix also net rpc shutdownSimo Sorce2002-12-301-10/+1
* Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison2002-12-281-10/+2
* Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison2002-12-281-1/+8
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-206-13/+51
* Start adding code to allow the in memory version of the registry treeRichard Sharpe2002-12-171-23/+168
* fix usage messageGerald Carter2002-12-161-2/+3
* We now read in the whole of the registry, including security bits.Richard Sharpe2002-12-161-13/+21
* Fix fnum leak under error condition in cacl_dump.Tim Potter2002-12-151-6/+13
* All the code for reading in the registy is done, but I have a malloc'dRichard Sharpe2002-12-151-21/+83
* Almost finished processing the registry encoded SEC DESC ...Richard Sharpe2002-12-151-1/+102