summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* smbd/lanman.c: pstring fstring fix.Jeremy Allison2000-10-063-3/+3
| | | | | smbd/vfs-wrap.c: wrong parameters for disconnet. Jeremy.
* casts to get rid of compiler warningsHerb Lewis2000-10-065-7/+6
|
* fix what I believe was a typo in does_lock_overlap which would cause itHerb Lewis2000-10-061-1/+1
| | | | | | to always return true Jeremy you may want to check this out
* get rid of compiler warningHerb Lewis2000-10-061-3/+1
|
* remove $Id line as this breaks my autoupdate scripts - it always thinksHerb Lewis2000-10-061-1/+0
| | | | the file has changed
* includes.h always include profile.hHerb Lewis2000-10-068-158/+151
| | | | | | | | | | | | | | | smb.h move FLUSH_REASONS to profile.h now that it is included by all profile.h add FLUSH_REASONS, add external declarations for profile_starttime, profile_endtime, do_profile_flag which are defined in profile/profile.c Modify PROFILE macros profile.c always include this function. It is still called under an #ifdef WITH_PROFILE but we need the above variables so we might as well include the function as well. fileio.c use new PROFILE macros to make code cleaner looking reply.c fix a typo in one START_PROFILE call statcache.c use new PROFILE macros to make code cleaner looking vfs_wrap.c use new PROFILE macros to make code cleaner looking added time profiling to each call.
* Inlined several vfs_XXX calls to smb_macros for speed.Jeremy Allison2000-10-063-70/+41
| | | | Jeremy.
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-0622-1398/+435
| | | | | | | | | | | | | | a conn struct depending on the call. We need this to have a clean NT ACL call interface. This will break any existing VFS libraries (that's why this is pre-release code). In addition - added Herb's WITH_PROFILE changes - Herb - please examine the changes I've made to the smbd/reply.c code you added. The original code was very ugly and I have replaced it with a START_PROFILE(x)/END_PROFILE(x) pair using the preprocessor. Please check this compiles ok with the --with-profile switch. Jeremy.
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
| | | | Jeremy.
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
| | | | Jeremy.
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-0510-61/+188
| | | | | above this layer. Jeremy.
* add some paranoia checksHerb Lewis2000-10-053-2/+26
|
* remove STATUS..LCKHerb Lewis2000-10-054-5/+4
| | | | fix name of backup file for inetd.conf
* misplaced an ifdef WITH_PROFILEHerb Lewis2000-10-051-1/+1
|
* cast to get rid of compiler warningHerb Lewis2000-10-051-1/+1
|
* move flush write cache reasons back to smb.h for nowHerb Lewis2000-10-052-8/+7
|
* add some profile stats - all under #ifdef WITH_PROFILEHerb Lewis2000-10-055-150/+1277
| | | | still more to come but I wanted to commit so it didn't get lost
* move write cache flush reasons definitions to profile.hHerb Lewis2000-10-052-9/+283
| | | | new profile counters structure.
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-042-5/+2
| | | | Jeremy.
* new make protoHerb Lewis2000-10-041-1/+1
|
* casts to get rid of compiler warningsHerb Lewis2000-10-044-9/+13
| | | | util_unistr.c change return to break to get rid of unreachable statement msg
* cast to get rid of compiler warningHerb Lewis2000-10-041-1/+1
|
* casts to get rid of compiler warningsHerb Lewis2000-10-045-12/+12
|
* various casts and remove break after return to get rid of compiler warningsHerb Lewis2000-10-043-48/+3
|
* max table index was off by 1Herb Lewis2000-10-031-4/+4
|
* Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
| | | | | in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff. Jeremy.
* get rid of compiler warningsHerb Lewis2000-10-031-12/+12
|
* calling wrong free function (harmless as they both did exactly the sameHerb Lewis2000-10-031-1/+1
| | | | | thing but it generated a compiler warning and maybe they could change in the future).
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-0310-20/+1076
| | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy.
* Memleak fix for cache code.Jeremy Allison2000-10-023-6/+27
| | | | Jeremy.
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-022-3/+16
| | | | | them (this can happen if smbd processes are shut down at the wrong time). Jeremy.
* Missing null termination on printer changenotify message caused insureJeremy Allison2000-09-291-3/+4
| | | | | error. Jeremy.
* Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don'tJeremy Allison2000-09-296-20/+147
| | | | | seem to peturb much. Jeremy.
* new man pagesHerb Lewis2000-09-290-0/+0
|
* new man pagesHerb Lewis2000-09-290-0/+0
|
* new man pagesHerb Lewis2000-09-290-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-296-0/+557
|\
| * new man pagesHerb Lewis2000-09-296-0/+557
| |
| * new prototypesAndrew Tridgell2000-09-291-0/+3
| |
| * added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-292-0/+27
| | | | | | | | | | call in glibc 2.1.95. This hack only gets enabled if you define GLIBC_HACK_FCNTL64
| * use the 64 bit locking interface in locktestAndrew Tridgell2000-09-291-19/+19
| |
| * fixed a harmess mixup of bitops and a booleanAndrew Tridgell2000-09-291-1/+1
| |
| * added cli_lock64() and cli_unlock64()Andrew Tridgell2000-09-291-0/+96
| |
* | quick hack to add interactive mode so you get a prompt and can enterHerb Lewis2000-09-291-29/+82
| | | | | | | | | | multiple commands. We still need a manpage on this. If nobody else wants to do it, I'll do one over the weekend.
* | Missing from HEAD and 2.2 - terminal server reg config.Jeremy Allison2000-09-280-0/+0
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-281-0/+7
|\|
| * Missing from HEAD and 2.2 - terminal server reg config.Jeremy Allison2000-09-281-0/+7
| | | | | | | | Jeremy.
| * Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
| | | | | | | | Jeremy.
| * Removed a line by mistake...Jeremy Allison2000-09-281-0/+1
| | | | | | | | Jeremy.
| * Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-282-8/+11
| | | | | | | | | | was not correct. Jeremy.