summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-10-05IRIX uses -shared for shared libray creation.Andrew Tridgell2-361/+363
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell2-6/+13
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell4-108/+106
1998-10-05added Solaris 2.5Alexandre Oliva1-0/+1
1998-10-05updated READMEAndrew Tridgell1-5/+10
1998-10-05get type of callback rightAndrew Tridgell1-1/+1
1998-10-05test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell4-242/+314
1998-10-05revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva3-365/+241
1998-10-05just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1-1/+2
1998-10-05it's a bit dangerous to use rm -rfAndrew Tridgell1-1/+1
1998-10-05rm object files created by mkdir probesAlexandre Oliva1-7/+6
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell2-5/+5
1998-10-05handle ENOTDIR errno in cli_error()Andrew Tridgell1-0/+2
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-3/+162
1998-10-05added 64-bit file supportAlexandre Oliva3-241/+365
1998-10-05added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-126/+339
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell4-27/+34
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell4-7/+129
1998-10-05tests for readdir64Andrew Tridgell3-2/+11
1998-10-05reran autoconfAndrew Tridgell2-126/+263
1998-10-05some tests for stat64() and friendsAndrew Tridgell1-0/+2
1998-10-05Speed up directory creation for the common case (i.e., it exists already)Alexandre Oliva1-16/+24
1998-10-05don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell2-2/+9
1998-10-04we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell2-3/+2
1998-10-04bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva8-70/+50
1998-10-04Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1-2/+2
1998-10-04drat. We can't include sys/fcntl.h because that givesAndrew Tridgell2-2/+2
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell9-274/+716
1998-10-04ignore .po filesAndrew Tridgell1-1/+1
1998-10-04warn user if LIBDIR isn't set rightAndrew Tridgell1-1/+6
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell6-414/+427
1998-10-04don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1-0/+2
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell13-179/+661
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell8-157/+186
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell5-10/+96
1998-10-04support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1-0/+6
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell4-6/+12
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell4-4/+54
1998-10-04added support for printing via smbwrapperAndrew Tridgell8-19/+214
1998-10-04add support for dup() and dup2()Andrew Tridgell5-25/+181
1998-10-04use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1-10/+12
1998-10-04set a default 16k client buffer sizeAndrew Tridgell1-0/+4
1998-10-04Added E Jay Berkenbilt's fixesRichard Sharpe3-2/+10
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell3-2/+17
1998-10-04fix an error code in cli_error()Andrew Tridgell1-1/+1
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell5-58/+139
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell5-12/+23
1998-10-04more smbw cleanups.Andrew Tridgell9-167/+288
1998-10-04- split smbw directory code into smbw_dir.cAndrew Tridgell3-619/+658
1998-10-04support a few more function types (like ino_t and off_t)Andrew Tridgell1-1/+1