summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
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 Oliva2-10/+11
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 Tridgell4-13/+99
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 Tridgell3-79/+85
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 Tridgell6-43/+162
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+6
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell2-6/+52
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-3/+9
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell2-4/+16
1998-10-04added support for printing via smbwrapperAndrew Tridgell3-9/+76
1998-10-04add support for dup() and dup2()Andrew Tridgell5-25/+181
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell3-2/+17
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell3-3/+5
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell3-11/+21
1998-10-04more smbw cleanups.Andrew Tridgell6-162/+226
1998-10-04- split smbw directory code into smbw_dir.cAndrew Tridgell3-619/+658
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell31-1066/+555
1998-10-04we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1-0/+2
1998-10-03use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell6-26/+5
1998-10-03drat.Andrew Tridgell7-6/+261
1998-10-03added fchdir() supportAndrew Tridgell4-4/+66
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell2-4/+2
1998-10-03fixed wrapper for access(). This gets xedit working.Andrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell3-1/+65
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell4-0/+151
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+17
1998-10-03added a bit more to the docsAndrew Tridgell3-14/+25
1998-10-03added lseek() support for directoriesAndrew Tridgell3-3/+82
1998-10-03added lseek() to smbwrapperAndrew Tridgell2-7/+54
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell6-3/+255
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell9-57/+227
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell8-66/+271
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell19-0/+1700