samba.git
2007-10-10 Stefan Metzmacherr22007: make string_tdb_data(NULL) possible...
2007-10-10 Stefan Metzmacherr22006: use string_term_tdb_data()...
2007-10-10 Jeremy Allisonr22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_lo...
2007-10-10 Simo Sorcer22002: Fix bug #3974, there are still open issues...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr22000: remove useless casts
2007-10-10 Stefan Metzmacherr21999: remove useless casts
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 Metzmacherr21989: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21988: make use of string_tdb_data()
2007-10-10 Stefan Metzmacherr21987: split tdb_prs_*() functions in version which...
2007-10-10 Stefan Metzmacherr21986: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21985: make use of string_tdb_data()
2007-10-10 Stefan Metzmacherr21984: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21983: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21982: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21981: as we use tdb_trans_store(), we should also...
2007-10-10 Stefan Metzmacherr21980: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21979: make use of string_tdb_data()
2007-10-10 Stefan Metzmacherr21978: make use of tdb_*_bystring()
2007-10-10 Stefan Metzmacherr21977: little cosmetic change to remove a local var...
2007-10-10 Stefan Metzmacherr21976: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21975: if we use the _bystring() version when storing...
2007-10-10 Stefan Metzmacherr21974: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21973: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21972: - add string_term_tdb_data() it creates a null...
2007-10-10 Jeremy Allisonr21969: Start working on the gss-side of the server...
2007-10-10 Jeremy Allisonr21968: Don't use gss-types in proto headers.
2007-10-10 Jeremy Allisonr21967: Add conversion from gss errors to nt status.
2007-10-10 Stefan Metzmacherr21965: fix compiler warning
2007-10-10 Volker Lendecker21964: Add tdbtorture target to main makefile -- Thank...
2007-10-10 Jeremy Allisonr21963: Fix another uninitialized buffer used in test...
2007-10-10 Volker Lendecker21962: Make pdbedit use the configfile specified by -s
2007-10-10 Jeremy Allisonr21961: Repair bug introduced by rev. 21960.
2007-10-10 Volker Lendecker21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)
2007-10-10 Volker Lendecker21959: Merge a comment fix from Michael Adam -- more...
2007-10-10 Volker Lendecker21958: Fix Coverity ID 343 (dead code)
2007-10-10 Herb Lewisr21957: minor formatting fix
2007-10-10 Jeremy Allisonr21956: Fix bug reported by don.mccall@hp.com for platforms
2007-10-10 Jeremy Allisonr21954: Someone misused a '!' instead of a '~' for...
2007-10-10 Jeremy Allisonr21953: One format fix, clarify a condition that the IBM
2007-10-10 Jeremy Allisonr21952: Fix critical (!) error found by IBM checker.
2007-10-10 James Peachr21950: After discussion with the Apple and Linux clien...
2007-10-10 Jeremy Allisonr21948: Fix valgrind error in build farm samba3 smbtort...
2007-10-10 Jeremy Allisonr21947: Fix the equivalent of memcpy(x, x, 16). Found
2007-10-10 Stefan Metzmacherr21944: move acl header checks to the correct place...
2007-10-10 Jeremy Allisonr21942: Hoist by our own petard :-). Older smbclient...
2007-10-10 Volker Lendecker21941: Attempt to fix bug 4460
2007-10-10 Gerald Carterr21940: Sorry Volker, I have to revert your revert...
2007-10-10 Jeremy Allisonr21939: Fix missing initialization that
2007-10-10 Volker Lendecker21935: Revert obviously not sufficiently tested code...
2007-10-10 Stefan Metzmacherr21934: fix the build sorry
2007-10-10 Gerald Carterr21933: Change the write_sock() call in pam_winbind_req...
2007-10-10 Stefan Metzmacherr21932: fix compiler warning.
2007-10-10 Stefan Metzmacherr21931: include acl/libacl.h is present
2007-10-10 Jeremy Allisonr21927: Removed unused variable.
2007-10-10 Jeremy Allisonr21926: Fix missing enum specifier pointed out by Don...
2007-10-10 Jeremy Allisonr21925: Start to code up the gss acquire creds calls.
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 Simo Sorcer21919: now that the local passdb abd BUILTIN have...
2007-10-10 Gerald Carterr21918: Reverting this change as it is now causing...
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 Gerald Carterr21913: fix one bug in build 717: correctly check the...
2007-10-10 Jeremy Allisonr21912: There's no point checksumming the packet length
2007-10-10 Gerald Carterr21908: update with the 3.0.25 packaging
2007-10-10 Gerald Carterr21905: Rename
2007-10-10 Volker Lendecker21904: Fix HP build -- thanks, Don
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 Allisonr21901: Don't use fstrcat when you mean fstrcpy. Doh !
2007-10-10 Jeremy Allisonr21900: Token exchange now seems to work, now why does the
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 Volker Lendecker21892: Mini-Patch from Michael
2007-10-10 Jeremy Allisonr21891: Finish server-side NTLM-SPNEGO negotiation...
2007-10-10 Gerald Carterr21888: Add the osname and osver options to 'net ads...
2007-10-10 Günther Deschnerr21887: Fix annoying bug where in a pam_close_session...
2007-10-10 Alexander Bokovoyr21885: Chown logic should be activated only if nfs4...
2007-10-10 Gerald Carterr21884: * Blacklist BUILTIN and MACHINE domains from the
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 James Peachr21881: Make sure we are very specific when testing...
2007-10-10 Jeremy Allisonr21880: Make client and server calls into encryption...
2007-10-10 Volker Lendecker21879: Move process_blocking_lock_queue to a timed...
2007-10-10 Volker Lendecker21878: Fix a bug with smbd serving a windows terminal...
2007-10-10 Jeremy Allisonr21877: Missed one line.
2007-10-10 Jeremy Allisonr21876: Start adding in the seal implementation - proto...
2007-10-10 Gerald Carterr21875: BUG 3275: Patch from Andy Polyakov <appro@fy...
2007-10-10 Jeremy Allisonr21874: Fix missing notify function. Thanks to Thomas...
next