summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw_dir.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-2/+2
2003-04-23Parinoia for compleatly broken SMB servers that don't send back the rightAndrew Bartlett1-2/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-11remove unused function in mangle.cSimo Sorce1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-9/+7
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-1/+4
2001-04-12Added a caching system to smbsh. Previously access to workgroup or serverTim Potter1-7/+6
2001-01-15Compile fix for smbw_dir_add function.Tim Potter1-4/+5
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe1-2/+2
2001-01-05Added extra argument to calls to smbw_share_add()Tim Potter1-8/+8
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-5/+6
2000-12-11added support for browsing the list of workgroups at the top level inAndrew Tridgell1-1/+10
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