Merge of 64-bit printf warning fixes.
[tprouty/samba.git] / source / libsmb /
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-05 Jeremy AllisonFix coredump in cli_get_backup_list.
2003-10-31 Tim PotterMerge from 3.0:
2003-10-31 Tim PotterMerge from 3.0:
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-23 Volker LendeckeMerge from 3_0:
2003-10-23 Richard SharpeApply the changes to libsmbclient that derrell has...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-21 Jeremy AllisonFix for bug #64, Win9x Nexus tools not working against...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-20 Jeremy AllisonMerge Volker's fix.
2003-10-14 Jeremy AllisonEnable us to see what sequence number we were expecting...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-10-08 Jeremy AllisonFixup error code returns from Samba4 tester. Ensure...
2003-09-19 Tim PotterMerge from 3.0:
2003-09-16 Jeremy AllisonFix #442 which Alexander considered a showstopper....
2003-09-09 Gerald Carterremoving unused files
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Carterading new files from 3.0
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-27 Tim PotterMerge from 3.0: quieten debug message for trust acct...
2003-05-27 Tim PotterAdded string error for NT_STATUS_NOT_A_REPARSE_POINT...
2003-05-26 Jelmer VernooijFix list of servers in 'smbclient -L' (debian bug ...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-14 Tim Potterspelling
2003-05-10 Jeremy AllisonFix from Tom.Lackemann@falconstor.com to correctly...
2003-05-07 Jeremy AllisonForce ASCII for client messages. Patch from David Lee...
2003-04-21 Andrew BartlettFor NTLM2 (not yet even close to real implementation...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-04-15 Tim PotterAdd string message for WERR_SERVER_UNAVAILABLE.
2003-04-14 Paul GreenRebalance parentheses in cliquota.c when LARGE_SMB_OFF_...
2003-04-11 Gerald Cartersmbcquota patch from metze
2003-04-09 Volker LendeckeThis is the netlogon schannel client code. Try a
2003-04-07 Andrew BartlettOnly warn about short packets if we are already 'doing...
2003-04-06 Richard SharpeFix the handling of smb.conf in libsmbclient.
2003-04-06 Andrew BartlettClean up error messages on cli pipe disconnection,...
2003-04-06 Andrew BartlettSMB signing updates - this gets NTLMSSP signing workin...
2003-04-05 Richard SharpeFix debug handling in libsmbclient.c.
2003-04-04 Richard SharpeSome more good stuff from coolo.
2003-04-04 Richard SharpeSome castiness for Don McCall.
2003-04-02 Richard SharpeMore of coolo's changes for UTF-8 and some minor fixes...
2003-04-02 Richard SharpeCommit some more fixes for Coolo ...
2003-04-02 Jelmer VernooijAdd const (from a patch by Stephan Kulow <coolo@kde...
2003-03-30 Andrew Tridgelladded simple tests for SMBchkpath and SMBioctl
2003-03-30 Andrew BartlettDon't modify the incoming packet when checking the...
2003-03-29 Andrew Tridgelladded a simple test for the old SMBtcon interface
2003-03-28 Richard SharpeMore patches from coolo. One of these functions needs...
2003-03-28 Richard SharpeSome fixes to URL syntax from coolo.
2003-03-25 Andrew BartlettFix debug (thanks metze)
2003-03-24 Jelmer VernooijAdd mapping for Bad Network Path
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-22 Andrew BartlettValgrind found a few memory leaks!
2003-03-22 Jelmer VernooijDon't use EDQUOT on systems where it's not available
2003-03-22 Jelmer VernooijUse FUNCTION_MACRO, not __FUNCTION__
2003-03-22 Jelmer VernooijDon't use errno's when they're not available
2003-03-22 Andrew BartlettSmall clenaup patches:
2003-03-22 Andrew BartlettFix compile on IA64 by noting that this should be the...
2003-03-21 Andrew BartlettClobber the 'SAFETY_MARGIN' in libsmb.
2003-03-21 Andrew BartlettPatch from colo (on IRC) to get libsmbclient building...
2003-03-21 Jelmer VernooijAdd more mappings to the nterr->errno mapping table...
2003-03-20 Jelmer VernooijPatch from Samuel Thibault to convert messages from...
2003-03-18 Jeremy AllisonRemoved unused var.
2003-03-17 Andrew BartlettFix a memory leak - 'smbcontrol smbd pool-usage' is...
2003-03-15 Andrew BartlettMinor fixes.
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-15 Andrew Bartlettspecify the size of these buffers
2003-03-15 Andrew BartlettSpecify buffer sizes
2003-03-15 Andrew BartlettBe parinoid, malloc an extra SAFETY_MARGIN on the clien...
2003-03-15 Andrew Bartlettclient-side smbpasswd fixes - use pstrcpy_base to avoid...
2003-03-15 Andrew BartlettAdd const, and a signed/unsigned fix.
2003-03-14 Rafal SzczesniakWe haven't implemented The Singing Contexts so far.
2003-03-14 Rafal Szczesniak/tmp/newfun.msg
2003-03-14 Andrew BartlettFound by metze with the clobber-region check - if it...
2003-03-13 Andrew Tridgellwin2000 can take much longer than the specified time...
2003-03-12 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-10 Volker LendeckeSome conversion to pstrcpy_base.
2003-03-10 Andrew BartlettFurther work on NTLMSSP-based SMB signing. Current...
2003-03-09 Andrew BartlettTry not to clobber the session request.
2003-03-09 Andrew BartlettChange the way we sign SMB packets, to a function point...
2003-03-08 Andrew BartlettMake it clear that this is a fstrcpy().
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-05 Jeremy AllisonConnectathon fix. W2K -> W2K over port 445 doing a...
2003-03-03 Richard SharpeDo my janitorial duties to encourage others to do so.
2003-03-03 Andrew BartlettAdd const
2003-03-01 Andrew Tridgellthe new DEVELOPER checks for string overflows have...
2003-02-26 Andrew BartlettNetlogon-unigroup changes needed for the winbind RID...
2003-02-25 Tim PotterFix unused variable warning when ENCTYPE_ARCFOUR_HMAC...
2003-02-24 Andrew BartlettClean up non-krb5 breakages from my modifications to...
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-21 Jim McDonoughFix IRIX build...void fn can't return another void fn
2003-02-21 Tim PotterDoesn't anyone run ./configure.developer anymore?
2003-02-19 Jim McDonoughCan't return SAFE_FREE...put on its own line.
2003-02-19 Jim McDonoughCorrect way to keep fucntion from proto.h
2003-02-19 Andrew BartlettAfter a talloc_zero(), we don't need to ZERO_STRUCTP...
2003-02-19 Andrew BartlettOnly do a kinit if we got told to use kerberos.
2003-02-19 Jim McDonoughGet non-krb systems to compile. How the heck do I...
2003-02-19 Jim McDonoughTry to get heimdal working with HEAD.
2003-02-17 Jeremy AllisonCorrectly check for inet_addr fail. Patch from gregor...
next