summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1998-10-041-2/+2
* drat. We can't include sys/fcntl.h because that givesAndrew Tridgell1998-10-042-2/+2
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-049-274/+716
* ignore .po filesAndrew Tridgell1998-10-041-1/+1
* warn user if LIBDIR isn't set rightAndrew Tridgell1998-10-041-1/+6
* fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1998-10-046-414/+427
* don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1998-10-041-0/+2
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-0413-179/+661
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-048-157/+186
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-045-10/+96
* support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1998-10-041-0/+6
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-044-6/+12
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-044-4/+54
* added support for printing via smbwrapperAndrew Tridgell1998-10-048-19/+214
* add support for dup() and dup2()Andrew Tridgell1998-10-045-25/+181
* use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1998-10-041-10/+12
* set a default 16k client buffer sizeAndrew Tridgell1998-10-041-0/+4
* Added E Jay Berkenbilt's fixesRichard Sharpe1998-10-042-2/+5
* refuse symlinks to or from a smb pathAndrew Tridgell1998-10-043-2/+17
* fix an error code in cli_error()Andrew Tridgell1998-10-041-1/+1
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-045-58/+139
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-045-12/+23
* more smbw cleanups.Andrew Tridgell1998-10-049-167/+288
* - split smbw directory code into smbw_dir.cAndrew Tridgell1998-10-043-619/+658
* support a few more function types (like ino_t and off_t)Andrew Tridgell1998-10-041-1/+1
* use const charAndrew Tridgell1998-10-041-2/+2
* simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1998-10-0432-1076/+556
* we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1998-10-041-0/+2
* use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1998-10-036-26/+5
* drat.Andrew Tridgell1998-10-038-6/+263
* fixed a authentication problem with non-encrypting serversAndrew Tridgell1998-10-031-2/+3
* fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1998-10-031-1/+3
* don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1998-10-031-0/+2
* added fchdir() supportAndrew Tridgell1998-10-035-5/+67
* fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1998-10-034-8/+6
* fixed wrapper for access(). This gets xedit working.Andrew Tridgell1998-10-031-1/+1
* support getcwd() in smbwrapperAndrew Tridgell1998-10-034-2/+66
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-035-0/+152
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-034-5/+21
* added a bit more to the docsAndrew Tridgell1998-10-033-14/+25
* added lseek() support for directoriesAndrew Tridgell1998-10-035-6/+85
* fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
* added lseek() to smbwrapperAndrew Tridgell1998-10-032-7/+54
* use O_ACCMODEAndrew Tridgell1998-10-031-1/+1
* - always open for reading (otherwise getattrE won't work).Andrew Tridgell1998-10-031-4/+11
* updated prototypesAndrew Tridgell1998-10-031-2/+2
* define O_ACCMODE if not definedAndrew Tridgell1998-10-031-0/+4
* added lseekAndrew Tridgell1998-10-031-1/+1
* added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1998-10-037-4/+257
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-0313-67/+242