initial version of idmap_ldap.c; lots of updates to come
[tprouty/samba.git] / source / libsmb /
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...
2003-02-17 Andrew BartlettDon't leak a session_key worth of memory at the end...
2003-02-16 Andrew BartlettAdd the 'session key' output of the NTLMSSP exchange...
2003-02-15 Andrew BartlettDon't return NULL pointers for now.
2003-02-15 Andrew BartlettMove our NTLMSSP client code into ntlmssp.c. The inten...
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-02-15 Andrew BartlettMove our NTLMSSP code into easily seperated peices...
2003-02-14 Andrew BartlettNTLMSSP parinoia - we really don't want to run over...
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-02-14 Andrew BartlettFurther extract our NTLMv2 code into smbencrypt.c,...
2003-02-13 Rafal SzczesniakA few typo fixes Andrew eventually let off to me.
2003-02-12 Gerald Carteradding more descriptions for nt status codes
2003-02-10 Andrew BartlettClean up our NTLMv2 code by moving the grunt work into...
2003-02-09 Andrew Bartlett(only for HEAD at the moment).
2003-02-02 Andrew BartlettAdd some return values, and don't attempt signing for...
2003-02-02 Andrew BartlettMore signing updates - start checking that the server...
2003-02-01 Andrew BartlettWe now have client-side SMB signing support!
2003-01-30 Jeremy AllisonStop tpot from trampling over my Heimdal fixes by movin...
2003-01-28 Andrew BartlettFactor out common code in the NTLMSSP/SPNEGO code.
2003-01-23 Tim PotterFixed typo.
2003-01-22 Gerald Carterfix for CR 1603; provide description of NT_STATUS_PIPE_...
2003-01-21 Jeremy AllisonFixup proto generation to not include krb5 specific...
2003-01-21 Jeremy AllisonMore fixes getting us closer to full Heimdal compile....
next