summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-054-20/+19
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-2/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-012-3/+3
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-4/+4
* some smbtorture hacks (random IPC calls)Andrew Tridgell1998-08-251-4/+60
* and get the message right ...Andrew Tridgell1998-08-211-1/+1
* silly me.Andrew Tridgell1998-08-211-1/+1
* testparm now prints a warning if the lock directory doesn't have 0644Andrew Tridgell1998-08-201-4/+15
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-1/+0
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-2/+0
* return to old behaviour of dumping ALL parametersHerb Lewis1998-08-131-1/+1
* the rest of the binaries now compile and linkAndrew Tridgell1998-08-101-33/+34
* a few more things compile.Andrew Tridgell1998-08-091-0/+92
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-293-9/+3
* Updates smbstatus to have a -S and -L flag.Richard Sharpe1998-07-241-69/+87
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-221-1/+1
* loadparm.c:Jeremy Allison1998-07-141-10/+15
* This change ensures that only the processes/locked files thatPaul Blackman1998-05-301-20/+22
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-165/+27
* Put a do_global_tests() function that will be expanded toJeremy Allison1998-05-221-0/+18
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-0/+6
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-10/+10
* Change getpwnam to Get_Pwnam(xx , True) to allow lazy matchingJeremy Allison1998-05-151-1/+1
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-127-63/+63
* reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1998-05-111-1/+1
* ldap back-end database developmentLuke Leighton1998-05-111-24/+24
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-071-10/+10
* Fixed changed calls to machine password locking code.Jeremy Allison1998-05-071-5/+4
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-1/+1
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-16/+266
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-3/+4
* clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1998-04-231-60/+6
* includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1998-04-181-529/+56
* clientgen.c: Changes 'cli_xxx_' calls to use the followingJeremy Allison1998-04-171-5/+9
* Changing of machine passwords now works !!!!!!Jeremy Allison1998-04-171-11/+22
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-43/+46
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-141-4/+4
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1
* some hacks to the torture codeAndrew Tridgell1998-04-121-1/+10
* Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1998-04-091-1/+1
* Added check for getpwnam returning NULL.Jeremy Allison1998-04-071-3/+7
* Added extra remote password changing error codes from lmerr.h on NT.Jeremy Allison1998-03-301-2/+5
* client.c: Fixed problem where debug level on command line was overridden by s...Jeremy Allison1998-03-261-34/+58
* Added the ability to differentiate between workstation and serverJeremy Allison1998-03-261-10/+13
* smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison1998-03-261-5/+29
* Added writing of '[XXX]' account control bits into gcosJeremy Allison1998-03-241-6/+49