Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se> | Jeremy Allison | 2000-10-06 | 5 | -8/+13 |
| | | | | | Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk Jeremy. | ||||
* | Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux. | Jeremy Allison | 2000-10-06 | 1 | -2/+10 |
| | | | | Jeremy. | ||||
* | proto.h rebuild proto.h | Herb Lewis | 2000-10-06 | 6 | -9/+112 |
| | | | | | | | | | | | | | | messages.h add new message types profile.h change profile start and end macros to allow times to not be gathered messages.c add message handling for returning current debug level profile.c add a new flag to allow time profiling to to turned off default flags to off now they can be set by smbcontrol add message handlinf for setting profile level smbcontrol.c add printout in pong function so you can see replies add new set profile level and get debug level messages add flags so we don't register callbacks more than once when in interactive mode and reset pong count each time | ||||
* | Print socket options - patch from Dave Collier-Brown @ Sun. | Jeremy Allison | 2000-10-06 | 1 | -2/+23 |
| | | | | Jeremy. | ||||
* | Fixed error return messages needed for NTTrans CreateDirectory. | Jeremy Allison | 2000-10-06 | 1 | -0/+16 |
| | | | | | | This patch allows the standard W2k recursive mkdir to work against Samba. Jeremy. | ||||
* | Fix from John Reilly for not showing APW for W2k. | Jeremy Allison | 2000-10-06 | 1 | -7/+14 |
| | | | | Jeremy. | ||||
* | We now use our own vfs layer to do get/set acl calls (hurrah!). | Jeremy Allison | 2000-10-06 | 5 | -60/+66 |
| | | | | Jeremy. | ||||
* | smbd/lanman.c: pstring fstring fix. | Jeremy Allison | 2000-10-06 | 3 | -3/+3 |
| | | | | | smbd/vfs-wrap.c: wrong parameters for disconnet. Jeremy. | ||||
* | casts to get rid of compiler warnings | Herb Lewis | 2000-10-06 | 5 | -7/+6 |
| | |||||
* | fix what I believe was a typo in does_lock_overlap which would cause it | Herb Lewis | 2000-10-06 | 1 | -1/+1 |
| | | | | | | to always return true Jeremy you may want to check this out | ||||
* | get rid of compiler warning | Herb Lewis | 2000-10-06 | 1 | -3/+1 |
| | |||||
* | remove $Id line as this breaks my autoupdate scripts - it always thinks | Herb Lewis | 2000-10-06 | 1 | -1/+0 |
| | | | | the file has changed | ||||
* | includes.h always include profile.h | Herb Lewis | 2000-10-06 | 8 | -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 Allison | 2000-10-06 | 3 | -70/+41 |
| | | | | Jeremy. | ||||
* | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 2000-10-06 | 22 | -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 Allison | 2000-10-05 | 1 | -4/+8 |
| | | | | Jeremy. | ||||
* | Fixes from Damian at Cisco to tidy up some tdbtool issues. | Jeremy Allison | 2000-10-05 | 1 | -4/+15 |
| | | | | Jeremy. | ||||
* | Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added | Jeremy Allison | 2000-10-05 | 10 | -61/+188 |
| | | | | | above this layer. Jeremy. | ||||
* | add some paranoia checks | Herb Lewis | 2000-10-05 | 3 | -2/+26 |
| | |||||
* | remove STATUS..LCK | Herb Lewis | 2000-10-05 | 4 | -5/+4 |
| | | | | fix name of backup file for inetd.conf | ||||
* | misplaced an ifdef WITH_PROFILE | Herb Lewis | 2000-10-05 | 1 | -1/+1 |
| | |||||
* | cast to get rid of compiler warning | Herb Lewis | 2000-10-05 | 1 | -1/+1 |
| | |||||
* | move flush write cache reasons back to smb.h for now | Herb Lewis | 2000-10-05 | 2 | -8/+7 |
| | |||||
* | add some profile stats - all under #ifdef WITH_PROFILE | Herb Lewis | 2000-10-05 | 5 | -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.h | Herb Lewis | 2000-10-05 | 2 | -9/+283 |
| | | | | new profile counters structure. | ||||
* | Made re-init of stat cache explicit rather than being hidden. | Jeremy Allison | 2000-10-04 | 2 | -5/+2 |
| | | | | Jeremy. | ||||
* | new make proto | Herb Lewis | 2000-10-04 | 1 | -1/+1 |
| | |||||
* | casts to get rid of compiler warnings | Herb Lewis | 2000-10-04 | 4 | -9/+13 |
| | | | | util_unistr.c change return to break to get rid of unreachable statement msg | ||||
* | cast to get rid of compiler warning | Herb Lewis | 2000-10-04 | 1 | -1/+1 |
| | |||||
* | casts to get rid of compiler warnings | Herb Lewis | 2000-10-04 | 5 | -12/+12 |
| | |||||
* | various casts and remove break after return to get rid of compiler warnings | Herb Lewis | 2000-10-04 | 3 | -48/+3 |
| | |||||
* | max table index was off by 1 | Herb Lewis | 2000-10-03 | 1 | -4/+4 |
| | |||||
* | Fixes for the fact that UNICODE sizes are no always 2*no of chars when | Jeremy Allison | 2000-10-03 | 1 | -8/+9 |
| | | | | | in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff. Jeremy. | ||||
* | get rid of compiler warnings | Herb Lewis | 2000-10-03 | 1 | -12/+12 |
| | |||||
* | calling wrong free function (harmless as they both did exactly the same | Herb Lewis | 2000-10-03 | 1 | -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 Allison | 2000-10-03 | 10 | -20/+1076 |
| | | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy. | ||||
* | Memleak fix for cache code. | Jeremy Allison | 2000-10-02 | 3 | -6/+27 |
| | | | | Jeremy. | ||||
* | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 2000-10-02 | 2 | -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 insure | Jeremy Allison | 2000-09-29 | 1 | -3/+4 |
| | | | | | error. Jeremy. | ||||
* | Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't | Jeremy Allison | 2000-09-29 | 6 | -20/+147 |
| | | | | | seem to peturb much. Jeremy. | ||||
* | new man pages | Herb Lewis | 2000-09-29 | 0 | -0/+0 |
| | |||||
* | new man pages | Herb Lewis | 2000-09-29 | 0 | -0/+0 |
| | |||||
* | new man pages | Herb Lewis | 2000-09-29 | 0 | -0/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-09-29 | 6 | -0/+557 |
|\ | |||||
| * | new man pages | Herb Lewis | 2000-09-29 | 6 | -0/+557 |
| | | |||||
| * | new prototypes | Andrew Tridgell | 2000-09-29 | 1 | -0/+3 |
| | | |||||
| * | added a hack to get 64 bit locking working with the broken fcntl() | Andrew Tridgell | 2000-09-29 | 2 | -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 locktest | Andrew Tridgell | 2000-09-29 | 1 | -19/+19 |
| | | |||||
| * | fixed a harmess mixup of bitops and a boolean | Andrew Tridgell | 2000-09-29 | 1 | -1/+1 |
| | | |||||
| * | added cli_lock64() and cli_unlock64() | Andrew Tridgell | 2000-09-29 | 1 | -0/+96 |
| | |