summaryrefslogtreecommitdiff
path: root/source/smbwrapper/smbw_dir.c
Commit message (Expand)AuthorAgeFilesLines
* issues spotted by herb.Luke Leighton1998-12-071-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+2
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-4/+4
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-1/+11
* don't use SMBW_PWD_ENV any moreAndrew Tridgell1998-10-231-3/+0
* removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-201-1/+1
* fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1998-10-081-5/+9
* fixed a warning on SunOSAndrew Tridgell1998-10-071-1/+1
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-071-1/+5
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-2/+0
* added a wrapper for fork()Andrew Tridgell1998-10-061-0/+1
* fixed a bug in time setting (utime() call)Andrew Tridgell1998-10-061-7/+7
* added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1998-10-061-14/+23
* - keep IRIX cc -64 happyAndrew Tridgell1998-10-051-1/+1
* got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1998-10-051-20/+0
* this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1998-10-051-7/+6
* 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-041-18/+22
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-041-2/+25
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-4/+32
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-041-1/+1
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-041-3/+10
* more smbw cleanups.Andrew Tridgell1998-10-041-5/+8
* - split smbw directory code into smbw_dir.cAndrew Tridgell1998-10-041-0/+611