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