summaryrefslogtreecommitdiffstats
path: root/source3/include/profile.h
Commit message (Collapse)AuthorAgeFilesLines
* add profiling stats from 2.2Herb Lewis2001-09-051-1/+51
| | | | (This used to be commit 6c333e9d922b3a7443db829277b8a209cce2d350)
* Fix for building --with-profile for new vfscalls.Jeremy Allison2001-07-011-0/+4
| | | | | Jeremy. (This used to be commit 33dc250ebb389f331cecf47101cf13c630be3a11)
* configure:Jeremy Allison2001-04-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | configure.in: include/config.h.in: include/profile.h: smbd/vfs-wrap.c: smbd/vfs.c: Added fchmod and fchown to VFS (sorry Gerald - but we needed them anyway). smbd/dosmode.c: smbd/files.c: printing/printfsp.c: smbd/close.c: smbd/open.c: Fixed "dos filemode" correctly so there are no race conditions. Forces test of open of file O_WRONLY before allowing fchmod as root. Afterwards, calls standard close function that preserves POSIX locks due to POSIX-me-harder braindamage. :-). Andrew please review this code. Also - in removing the tmpdir param in smbrun an extra NULL parameter was missed in each print_run_command() call (which is a varargs fn.). Now fixed. Jeremy. (This used to be commit 32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd)
* changes to sync with 2.2. treeHerb Lewis2000-10-111-7/+31
| | | | | | | | | | | | | | | | | | .cvsignore remove config.h - not in this directory include/profile.h profile changes lib/messages.c added message to return debug level libsmb/clierror.c cast to get rid of compiler warning libsmb/smbencrypt.c cast to get rid of compiler warning profile/profile.c add flush profile stats changes for profile struct rpc_parse/parse_samr.c fix for compiler warning rpc_server/srv_samr.c cast to get rid of compiler warning smbd/ipc.c profile stats message.c profile stats smbd/negprot.c profile stats smbd/nttrans.c profile stats smbd/trans2.c profile stats utils/smbcontrol.c new flush stats command (This used to be commit bbb24daa25dca4e4b6b1f8942cd84ee3aa1bed8e)
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-061-3/+6
| | | | | Jeremy. (This used to be commit 4862d2ab1163310d844b929fb17239b4f4cb1a99)
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-11/+61
| | | | | | We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy. (This used to be commit dfe77c7046cbd65ee52aea7439f21503c1eac41d)
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-1/+289
| | | | | | | | | | | | | | | | 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). Andrew gets credit for this one :-) :-). 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. (This used to be commit b07611f8159b0b3f42e7e02611be9f4d56de96f5)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-0/+6
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* new files needed by profiling codeAndrew Tridgell1999-04-011-0/+32
(This used to be commit cae71af4536ff8bd15080f22f9a559f72ff44c68)