summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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 Sharpe2-2/+5
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
1998-10-04use const charAndrew Tridgell1-2/+2
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell32-1076/+556
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 Tridgell8-6/+263
1998-10-03fixed a authentication problem with non-encrypting serversAndrew Tridgell1-2/+3
1998-10-03fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1-1/+3
1998-10-03don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1-0/+2
1998-10-03added fchdir() supportAndrew Tridgell5-5/+67
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell4-8/+6
1998-10-03fixed wrapper for access(). This gets xedit working.Andrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell4-2/+66