r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.
[nivanova/samba-autobuild/.git] / source3 / libsmb /
2007-10-10 Stefan Metzmacherr22093: send also the correct OID_KERBEROS5 not only...
2007-10-10 Stefan Metzmacherr22092: - make spnego_parse_auth_response() more generi...
2007-10-10 Volker Lendecker22091: Fix an uninitialized variable warning
2007-10-10 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Jeremy Allisonr22016: Try and fix the build - move things out of...
2007-10-10 Jeremy Allisonr22014: Make us pass RANDOMIPC test again :-(. This...
2007-10-10 Jeremy Allisonr22013: Move to SSPI framing (sig first in NTLM).
2007-10-10 Jeremy Allisonr22012: Ensure we use the same technique to pull the...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Jeremy Allisonr22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_lo...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Günther Deschnerr21998: Fix tdb keynames in netsamlogon_clear_cached_us...
2007-10-10 Jeremy Allisonr21997: Implement the server side of gss seal negotiate.
2007-10-10 Jeremy Allisonr21994: Ignore keepalives in the correct buffer (out...
2007-10-10 Jeremy Allisonr21993: Don't let keepalives interferece with sign...
2007-10-10 Jeremy Allisonr21992: Fix keepalive processing when encryption turned on.
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Jeremy Allisonr21990: Stop messing with the signing engine just because
2007-10-10 Stefan Metzmacherr21975: if we use the _bystring() version when storing...
2007-10-10 Jeremy Allisonr21969: Start working on the gss-side of the server...
2007-10-10 Jeremy Allisonr21967: Add conversion from gss errors to nt status.
2007-10-10 Jeremy Allisonr21947: Fix the equivalent of memcpy(x, x, 16). Found
2007-10-10 Jeremy Allisonr21939: Fix missing initialization that
2007-10-10 Stefan Metzmacherr21932: fix compiler warning.
2007-10-10 Jeremy Allisonr21926: Fix missing enum specifier pointed out by Don...
2007-10-10 Jeremy Allisonr21923: Add in the gss decrypt.
2007-10-10 Jeremy Allisonr21922: Fixed the build by rather horrid means. I reall...
2007-10-10 Jeremy Allisonr21917: Start to do the gss versions of sign+seal.
2007-10-10 Jeremy Allisonr21916: Fix couple of "return" calls on void functions.
2007-10-10 Jeremy Allisonr21912: There's no point checksumming the packet length
2007-10-10 Jeremy Allisonr21903: Get the length calculations right (I always...
2007-10-10 Jeremy Allisonr21902: Don't free the thing you're trying to set in...
2007-10-10 Jeremy Allisonr21899: At least we're getting to stage 2 of the blob
2007-10-10 Jeremy Allisonr21898: Added test command, fixed first valgrind bugs.
2007-10-10 Jeremy Allisonr21897: Add in a basic raw NTLM encrypt request. Now
2007-10-10 Jeremy Allisonr21894: Some refactoring of server side encryption...
2007-10-10 Rafal Szczesniakr21893: Update comments so they actually reflect reality...
2007-10-10 Jeremy Allisonr21883: Try and fix the build by removing the prototype...
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...
2007-10-10 Jeremy Allisonr21880: Make client and server calls into encryption...
2007-10-10 Jeremy Allisonr21876: Start adding in the seal implementation - proto...
2007-10-10 Jeremy Allisonr21865: Add in the stubs for SMB transport encryption...
2007-10-10 Jeremy Allisonr21864: Reformatting.
2007-10-10 Jeremy Allisonr21846: Try and fix the Darwin build which seems to...
2007-10-10 Jeremy Allisonr21845: Refactor the sessionsetupX code a little to...
2007-10-10 Volker Lendecker21831: Back out r21823 for a while, this is going...
2007-10-10 Volker Lendecker21823: Let secrets_store_machine_password() also store...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 James Peachr21778: Wrap calls to krb5_get_init_creds_opt_free...
2007-10-10 Jeremy Allisonr21777: As Stevef requested and the Apple guys agreed...
2007-10-10 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 Jeremy Allisonr21755: Memory leak fixes from Zack Kirsch <zack.kirsch...
2007-10-10 Jeremy Allisonr21750: Sync up with SAMBA_3_0_25. Only client changes...
2007-10-10 Herb Lewisr21703: fix build when O_SYNC not defined
2007-10-10 Jeremy Allisonr21644: Allow mkdir on platforms with no O_DIRECTORY.
2007-10-10 Jeremy Allisonr21643: Put the correct bits on the wire for posix_mkdir.
2007-10-10 Jeremy Allisonr21640: Fix the build for broken platoforms without...
2007-10-10 Jeremy Allisonr21639: Add in implementations of POSIX open/mkdir...
2007-10-10 Jeremy Allisonr21609: Fix memory leaks in error code paths (and one...
2007-10-10 Jeremy Allisonr21604: I got this wrong also in libsmb :-(.
2007-10-10 Volker Lendecker21581: Add an error code I just got
2007-10-10 Jeremy Allisonr21577: Remove unneeded #define (part of earlier patch...
2007-10-10 Jeremy Allisonr21576: Patch based on work from Todd Stecher <todd...
2007-10-10 Jeremy Allisonr21460: Fix for server-side processing of SPNEGO auth
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Simo Sorcer21239: if the workgroup name is longer than 16 chars...
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Derrell Lipmanr21133: - Apply patch from ages ago, which should allow...
2007-10-10 Derrell Lipmanr21132: - Fixes bug 4366. Documentation for smbc_utime...
2007-10-10 Volker Lendecker21115: notify_internal.c needs to remove the table...
2007-10-10 Günther Deschnerr21110: Fix kinit with Heimdal (Bug #4226).
2007-10-10 Gerald Carterr21046: Backing out svn r20403 (Andrew's krb5 ticket...
2007-10-10 Jeremy Allisonr20883: W00t! I now understand how "delete on close...
2007-10-10 Günther Deschnerr20874: We need to distinguish client sitenames per...
2007-10-10 Günther Deschnerr20861: We only use sitespecific DNS lookups when looki...
2007-10-10 Jeremy Allisonr20857: Silence gives assent :-). Checking in the fix for
2007-10-10 Jelmer Vernooijr20832: Remove extra pointers previously added to uniqu...
2007-10-10 Jeremy Allisonr20744: Fix the build (I missed some chkpth -> checkpat...
2007-10-10 Andrew Tridgellr20690: fix a bug that causes smbd to 'hang' intermitte...
2007-10-10 Volker Lendecker20604: Fix two memleaks, Coverity ID 337, merge to...
2007-10-10 Volker Lendecker20603: Slightly simplify logic
2007-10-10 Andrew Bartlettr20403: Cleaning out my Samba 3.0 tree:
2007-10-10 Volker Lendecker20333: Fix a couple of Coverity errors in one run...
2007-10-10 Jeremy Allisonr20296: If we're going to overwrite krb5.conf
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Gerald Carterr19939: ,fix compile warning about unused functions...
2007-10-10 Jeremy Allisonr19936: Patch from Kai Blin <kai.blin@gmail.com> to
2007-10-10 Volker Lendecker19797: Convert the remaining pipes to the "new" unique...
2007-10-10 Gerald Carterr19754: * When using a krb5 session setup, we don't...
2007-10-10 Jeremy Allisonr19659: Fix bug #4187. Possible crash in signing on...
2007-10-10 Günther Deschnerr19652: Trying to track down which caller tries to...
2007-10-10 Günther Deschnerr19651: Fix interesting bug with the automatic site...
2007-10-10 Jeremy Allisonr19577: Fix from Nils Nordman for bug #4085. Thanks !
2007-10-10 Volker Lendecker19469: Another user of NetShareEnum
2007-10-10 Günther Deschnerr19416: Fix some c++ warnings.
2007-10-10 Stefan Metzmacherr19374: fix the build with heimdal
2007-10-10 Günther Deschnerr19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE wheree...
2007-10-10 Stefan Metzmacherr19291: this should fix the build on heimdal systems
2007-10-10 James Peachr19270: Stop depending on internal MIT symbols. These...
next