summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
...
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-152-0/+6
| | | | | | | | include/includes.h: Fix crypt prototype on RedHat Linux. smbd/fileio.c: Fix mmap bug found by WinCE client. smbd/ipc.c: Fix WinCE wierdness with pipes being opened as \server\pipe\lanman smbd/password.c: Fix encrypted null passwords. Jeremy.
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-141-1/+0
|
* dce/rpcLuke Leighton1998-10-143-2/+4
|
* dce/rpcLuke Leighton1998-10-101-2/+3
|
* dce/rpcLuke Leighton1998-10-101-3/+3
|
* dce/rpcLuke Leighton1998-10-092-11/+25
|
* signed / unsigned issues spotted by herbLuke Leighton1998-10-091-1/+1
|
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-091-2/+3
|
* dce/rpcLuke Leighton1998-10-094-3/+5
|
* dce/rpcLuke Leighton1998-10-083-53/+70
|
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
| | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway
* removed extra comma (some compilers don't like it).Andrew Tridgell1998-10-081-1/+1
| | | | Luke, I fixed this yesterday as well! grumble.
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-081-2/+2
|
* removed lukes acl check in configure (not needed)Andrew Tridgell1998-10-081-5/+0
|
* dce/rpcLuke Leighton1998-10-073-14/+49
|
* added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1998-10-071-0/+1
| | | | | | | | this is to stop a compilation error caused by make proto putting functions that are wrapped in #if HAVE_ACLxxx code. maybe a better fix would be to have mkproto.awk exclude any functions wrapped in #if HAVEs that don't exist.
* make proto requiredLuke Leighton1998-10-071-0/+5
|
* dce/rpcLuke Leighton1998-10-072-10/+15
|
* more solaris acl fixesAndrew Tridgell1998-10-071-0/+4
|
* remoevd a misplaced commaAndrew Tridgell1998-10-071-1/+1
|
* yet another attempt at making this stuff portable. This time I useAndrew Tridgell1998-10-071-13/+0
| | | | minimal includes in wrapped.c
* detect __sys_llseek()Andrew Tridgell1998-10-071-2/+5
|
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-072-0/+24
| | | | includes.h in wrapped.c, thus making porting much simpler
* test whether seekdir() returns void or notAndrew Tridgell1998-10-071-0/+1
|
* - no getdents on OSF1Andrew Tridgell1998-10-071-0/+6
| | | | | - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes!
* dce/rpcLuke Leighton1998-10-063-33/+91
|
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-0/+1
|
* added a wrapper for fork()Andrew Tridgell1998-10-061-0/+6
| | | | | in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket.
* rpcclient srvsvc commands.Luke Leighton1998-10-052-8/+16
|
* new prototypesAndrew Tridgell1998-10-051-1/+1
|
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-051-1/+9
| | | | especially as the headers get the syscall numbers wrong!
* test for creat64()Andrew Tridgell1998-10-051-0/+3
|
* test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell1998-10-051-0/+2
|
* revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva1998-10-051-1/+1
|
* added 64-bit file supportAlexandre Oliva1998-10-051-1/+1
|
* added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-051-0/+45
|
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+1
| | | | possible and return the max.
* tests for readdir64Andrew Tridgell1998-10-051-0/+9
|
* reran autoconfAndrew Tridgell1998-10-051-0/+27
|
* bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1998-10-041-1/+1
| | | | | | | | | | | | .cvsignore: added bin; it is no longer part of the source tree smbwrapper/smbsh: now auto-generated from smbsh.in smbwrapper/.cvsignore: added smbsh configure.in: generate @builddir@ configure, include/stamp-h.in: regen Makefile.in: new target `smbwrapper'; sped up directory creation
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-041-0/+72
|
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-0/+81
|
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-1/+1
| | | | | | - cleaned up resolve_name() (split into separate functions for each resolver) - if can't find local master then use #1B name - support listing of foreign workgroups in /smb/
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-041-2/+3
| | | | | it will list all servers in your workgroup. You can set your workgroup with the SMBW_WORKGROUP environment variable.
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-041-0/+1
| | | | will remove the job from the pirnt queue.
* added support for printing via smbwrapperAndrew Tridgell1998-10-042-2/+20
| | | | | | You can print using "cp filename /smb/SERVER/PRINTER/jobname" You can list the current printqueue using ls
* set a default 16k client buffer sizeAndrew Tridgell1998-10-041-0/+4
|
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-041-0/+1
| | | | | | | | | read/write requests for large reads. up to max_mux requests may be outstanding. This gives _much_ better throughput and should allow smbsh to saturate just about any network. this is an implementation of the "fast SMB" method I described on the CIFS list a couple of months back.
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-041-0/+1
| | | | file descriptor allocation order is identical to the kernels.
* more smbw cleanups.Andrew Tridgell1998-10-042-1/+56
| | | | | | - cleaned up prototyping. Unfortunately we can't auto-prototype wrapped.c because it replaces system functions. - split stat functions into smbw_stat.c