summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-10/+8
* | Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
* | Merge the ntlm_auth updates (refactor, add --diagnostics) into Samba 3.0Andrew Bartlett2003-04-071-121/+425
* | Give warning if 'drvupgrade' doesn't get an argumentJelmer Vernooij2003-04-031-0/+5
* | Waider's cosmetic change to print out the database type whenVolker Lendecke2003-03-311-1/+17
* | This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-0/+2
* | (merge from HEAD)Andrew Bartlett2003-03-241-82/+82
* | Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-6/+0
* | This does two things:Volker Lendecke2003-03-231-1/+37
* | Merge of patch by waider to our samsync code.Andrew Bartlett2003-03-231-35/+155
* | Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett2003-03-221-4/+1
* | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-184-14/+16
* | One more on set_local_machine_name() taking a new 'perm' argument.Andrew Bartlett2003-03-181-1/+1
* | Merge from HEAD:Andrew Bartlett2003-03-171-4/+4
* | Merge from HEAD:Andrew Bartlett2003-03-171-0/+9
* | Merge from HEAD:Andrew Bartlett2003-03-172-3/+68
* | Move net ads lookup improvements over from HEADJim McDonough2003-02-281-61/+142
* | Merge: add popt_common_version to command line options table.Tim Potter2003-02-253-0/+3
* | Missed a couple of files from the client-side kerberos mergeAndrew Bartlett2003-02-241-2/+14
* | Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-7/+1
* | Added Volkers "print server role" patch.Jeremy Allison2003-02-201-0/+22
* | Merge of smbcontrol debuglevel fixes from HEAD.Tim Potter2003-02-121-4/+1
* | Invert flag testingVolker Lendecke2003-02-071-3/+5
* | merge from HEADVolker Lendecke2003-02-061-4/+22
* | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
* | Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-011-1/+7
* | Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-1/+1
* | Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-301-1/+1
* | Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-2/+9
* | playing janitor for abartlet. :-(Gerald Carter2003-01-291-22/+15
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-01-281-0/+550
|\|
| * 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