added jeremy's new c++-like code for parsing of security descriptors.
[samba.git] / source3 / client /
1999-02-18 Michael WarfieldGot to the bottom of another weird one...
1999-02-14 Michael WarfieldAdded caching of user password if it was entered via...
1999-02-13 Michael Warfield Fixed a glibc glitch in smbumount.c and reenabled...
1999-02-03 Luke Leighton%s not $s
1999-02-01 Michael WarfieldMinor change to bring smbmount in the main branch in...
1999-01-31 Michael WarfieldOk... Yet another round of fixes for smbmount and...
1999-01-27 Luke Leightonset_port warning / unused / global/local variable overl...
1999-01-25 Richard SharpePutting back the -p flag in smbclient.
1999-01-17 Richard SharpeA small change to clitar.c (really, I promise :-)
1998-12-19 Richard SharpeFixed problems in debug code because I did not compile
1998-12-19 Richard SharpeAdded some debugging to clitar ...
1998-12-17 Jeremy AllisonFixed tar recurse bug.
1998-11-30 Michael Warfield Earlier fix for smbmount timing window was the wrong...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Jeremy AllisonFixed missing NULL check in tar op.
1998-11-14 Andrew Tridgellautomatically uppercase server and share names (win95...
1998-11-14 Andrew Tridgellfixed setmode in smbclient
1998-11-14 Andrew Tridgell- handle servers that don't support getattrE (ie. NT)
1998-11-14 Jeremy AllisonFixed problem with smbclient issuing '*.*' to NT server...
1998-11-14 Andrew Tridgellprompt for password on smbclient -L
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-13 Michael WarfieldFixed timing window created by daemonize function....
1998-11-13 Andrew Tridgellfixes for OSF1 compilation
1998-11-12 Andrew Tridgellplease remember to check that code compiles before...
1998-11-12 Herb Lewis.cvsignore: Removed old entries.
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-11-09 Andrew Tridgellconverted smbclient to use clientgen.c rather than...
1998-11-02 Jeremy Allisonclient/client.c: Patch to tidy up file size output.
1998-10-29 Jeremy AllisonTidied up option processing in smbclient - usage messag...
1998-10-24 Andrew Tridgellfix for John.
1998-10-24 John TerpstraUnlink zero length files that did NOT exist at the...
1998-10-16 Andrew Tridgelluse the username GUEST if no other username is available
1998-10-08 Andrew Tridgellfixed a bug in the readline support
1998-10-07 Andrew Tridgellsomehow "in_client" got included twice in two places.
1998-10-06 Richard SharpeAdded capability for smbclient to use the local WINS...
1998-10-05 Andrew Tridgellfixed a cast warning
1998-10-04 Andrew Tridgell- modified resolve_name() to take a name_type
1998-10-04 Andrew Tridgellsupport using #xx at end of netbios name to connect...
1998-10-04 Richard SharpeAdded E Jay Berkenbilt's fixes
1998-09-30 Michael WarfieldRemoved a redundant include for "includes.h"
1998-09-30 Jeremy AllisonFixed uid->vuid confusion in smbmount (hopefully).
1998-09-29 Jeremy AllisonFixed extern definition of cnum in clitar.c
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Alexandre Olivaget away with dummy and .dummy files
1998-09-29 Richard SharpeNow have a better solution to the need to have smblcien...
1998-09-29 Jeremy AllisonFixed stupid bug with "cd /" appending a "/" character...
1998-09-28 Jeremy AllisonFixed problems found in lint pass over the old code...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Michael WarfieldTwo changes in this ball...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-27 Alexandre Olivawait_keyboard must still be defined if readline is...
1998-09-27 Richard SharpeFixed up more possibly uninitialized variables.
1998-09-26 Richard SharpeSmall update to clitar.c to omit warnings about servers not
1998-09-25 Luke Leightonnot needed.
1998-09-24 Richard SharpeAdded a minor fix to clitar.c for a bug.
1998-09-23 Richard SharpeFixed data corruption bugs in clitar.c with restores.
1998-09-23 Jeremy AllisonFixed up warnings in new client code.
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-21 Alexandre Olivaimplemented du and tar -n
1998-09-19 Richard SharpeFixed changes in clitar.c that Jeremey noted. One chang...
1998-09-18 Jeremy AllisonFixed compile errors in new code.
1998-09-18 Richard SharpeAdding rewritten restore code ... Old code is still...
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-05 Andrew Tridgellahh, the joy of deleting large chunks of code that...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgellallow smbclient to connect to IPC$ as an IPC service
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Andrew Tridgellremove an unused variable
1998-08-12 Christopher R. HertelChanged a call to fflush(dbg) to dbgflush().
1998-08-12 Christopher R. HertelI've added a dbgflush() function to debug.c. Calling...
1998-08-11 Jeremy AllisonMakefile.in: Added CHECK target back in (at Herb's...
1998-08-09 Andrew Tridgelladded ignore rules for the dummy files
1998-08-09 Andrew Tridgellthese dummy files are needed for autoconf processing
1998-08-03 Richard SharpeFixing clitar.c so that tar to stdout works correctly.
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-06-25 Jeremy Allisonclitar.c: Fixed gcc warning with comment in /* */ code.
1998-06-22 Richard SharpeArrrgh, one more fix. Restores of long file names were
1998-06-21 Richard SharpeRemove the copyright to Canon Information Systems Austr...
1998-06-20 Jeremy Allisonclitar.c: Fixed minor gcc -pedantic-error compile warnings.
1998-06-17 Richard SharpeRe-submit changes for CLITAR.
1998-06-16 Jeremy Allisonclientgen: Added USE_SSL for client shutdown.
1998-06-16 Jeremy AllisonAdded SSL support from Christian Starkjohann <cs@obdev.at>
1998-06-15 Jeremy Allisonclient.c: Made -L do a null-session share unless -U...
1998-06-15 Jeremy AllisonMakefile:
1998-06-04 Jeremy Allisonclient.c: Allowed client to proceed even if it gets...
1998-06-01 Jeremy Allisonclientutil.c: Don't core dump if no controlling termina...
1998-05-12 Jeremy Allisonincludes.h: SunOS doesn't have strcasecmp, solaris...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Andrew Tridgelldon't use system functions as arguments to qsort()...
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-05-08 Jeremy Allisonclitar.c: #ifdef'ed out all the bits that were giving...
1998-05-08 Richard SharpeSe-submitting clitar.c/
1998-05-06 Jeremy AllisonRolling back again to the equivalent of revision 1...
next