summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-161-0/+9
| * Minor fixes.Andrew Bartlett2003-03-151-1/+1
| * Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-151-4/+4
| * Fix off-by-one bug in safe_strcpy size paramater.Andrew Bartlett2003-03-151-1/+1
| * Truncate the machinename manually, so as not to generate level 0 debugs forAndrew Bartlett2003-03-151-10/+12
| * Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett2003-03-121-0/+11
| * Testparm needs the extra arg to set_local_machine_name() too.Andrew Bartlett2003-03-081-1/+1
| * More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-062-3/+3
| * Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett2003-03-031-0/+4
| * - added help on -P optionAndrew Tridgell2003-02-281-0/+2
| * 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
* | 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