r22739: Make prototypes in include/util_tdb.h of some functions from
[sfrench/samba-autobuild/.git] / source / smbd /
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Volker Lendecker22695: Dummy checkin (reformatting) to make the AIX...
2007-10-10 Volker Lendecker22693: Always compile before checkin.... I've now...
2007-10-10 Volker Lendecker22691: Fix a 64-bit warning and a const const discard...
2007-10-10 Jeremy Allisonr22611: Fix from Jens Nissen <jens.nissen@gmx.net>...
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Volker Lendecker22561: Fix a memleak in lanman.c: Nobody would free...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Volker Lendecker22533: Use lib functions where we have them
2007-10-10 Jeremy Allisonr22502: Fix bug #4536 - delete symlinks to a directory...
2007-10-10 James Peachr22495: Create wrapper to hide the details of obtaining...
2007-10-10 Jeremy Allisonr22493: Fix horrible memory corruption bug with CIFS...
2007-10-10 Jeremy Allisonr22492: Add objectid code.
2007-10-10 Jeremy Allisonr22491: Fix the build (3.0.25 and 3.0 are different...
2007-10-10 Jeremy Allisonr22490: Fix a couple of bugs found whist investigating...
2007-10-10 Jeremy Allisonr22481: Move check for non-mappable SIDs to after sid_t...
2007-10-10 Volker Lendecker22458: Fix a comment
2007-10-10 James Peachr22418: Support running under launchd. We abstract...
2007-10-10 James Peachr22417: Refactor the various daemon run-mode options...
2007-10-10 Michael Adamr22411: Fix the build:
2007-10-10 Herb Lewisr22395: allow profiling level to be set on startup
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22389: Start preparing for multiple encryption context...
2007-10-10 Jeremy Allisonr22352: Wow - working gss SMB sealing !
2007-10-10 Jeremy Allisonr22351: Making progress in tests...
2007-10-10 Jeremy Allisonr22350: Add some helpful debug messages.
2007-10-10 Jeremy Allisonr22327: Finish the gss-spnego part of the seal code...
2007-10-10 Jeremy Allisonr22291: Fix off-by-one in tconX parsing.
2007-10-10 Jeremy Allisonr22266: Fix bug #4512 - we were returning a volume...
2007-10-10 Stefan Metzmacherr22262: fix the build on systems without GSS_C_NT_HOSTB...
2007-10-10 Volker Lendecker22213: We can't use become_root() here, as it does...
2007-10-10 Gerald Carterr22149: BUG 4500: patch from Jorge Santos <jorge_a_sant...
2007-10-10 Jeremy Allisonr22145: Fix bug #4494 - reported by Kevin Jamieson...
2007-10-10 Jeremy Allisonr22132: I hate inefficiency. Don't call conv_str_size()
2007-10-10 Jeremy Allisonr22129: Fix the nttrans create extended response for...
2007-10-10 Jeremy Allisonr22128: Fix the pipe open response with EXTENDED_RESPON...
2007-10-10 Jeremy Allisonr22124: Wow - NTCreateX sets the word count to 42,...
2007-10-10 Jeremy Allisonr22123: Try and fix the csc (#4404) bug by supporting...
2007-10-10 Jeremy Allisonr22122: Start to fix csc issue with Vista. Make smbd...
2007-10-10 Jeremy Allisonr22096: become_root_uid_only() is unneeded - it's only...
2007-10-10 Gerald Carterr22095: BUG 4484: Add more checks to set %a for Vista...
2007-10-10 Jeremy Allisonr22065: First logic change I've found :-(. We were...
2007-10-10 Jeremy Allisonr22064: Fix the DFS code to work better with Vista...
2007-10-10 Jeremy Allisonr22060: Fix for AIX quotas from Heinrich Mislik <Heinri...
2007-10-10 Volker Lendecker22059: Over-allocate and NULL out 100 bytes for lanman.c.
2007-10-10 Jeremy Allisonr22050: Fix a couple of off-by-one errors in the rap
2007-10-10 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Volker Lendecker22044: Remove the only skip_string(...,2) caller
2007-10-10 Volker Lendecker22043: Comparing lanman.c with -r22013 is now MUCH...
2007-10-10 Jeremy Allisonr22042: Try and clean up my own mess using the API...
2007-10-10 Andrew Bartlettr22020: Make it more clear that both the vuser struct...
2007-10-10 Jeremy Allisonr22017: After changing 2000 lines of this I think this...
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 Allisonr22010: Now I'm looking at mangling again, make sure
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22008: use string_term_tdb_data()
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21997: Implement the server side of gss seal negotiate.
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Stefan Metzmacherr21980: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Jeremy Allisonr21969: Start working on the gss-side of the server...
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 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 Allisonr21942: Hoist by our own petard :-). Older smbclient...
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 Allisonr21917: Start to do the gss versions of sign+seal.
2007-10-10 Volker Lendecker21904: Fix HP build -- thanks, Don
2007-10-10 Jeremy Allisonr21900: Token exchange now seems to work, now why does the
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 Jeremy Allisonr21891: Finish server-side NTLM-SPNEGO negotiation...
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...
2007-10-10 Volker Lendecker21879: Move process_blocking_lock_queue to a timed...
2007-10-10 Volker Lendecker21871: Move deadtime processing into an idle event...
2007-10-10 Volker Lendecker21870: Move sending auth_server keepalives out of...
2007-10-10 Volker Lendecker21869: Move sending keepalives out of the main process...
2007-10-10 Volker Lendecker21868: Remove check_log_size from the central smbd...
2007-10-10 Volker Lendecker21867: Simplify calling convention of timeout_processi...
2007-10-10 Günther Deschnerr21858: Fix typo.
2007-10-10 Günther Deschnerr21857: Stop pretending to be Vista in the %a macro...
2007-10-10 Jeremy Allisonr21847: Fix memory leaks in error paths (and in main...
2007-10-10 Jeremy Allisonr21845: Refactor the sessionsetupX code a little to...
2007-10-10 Jeremy Allisonr21803: Missed part of patch to make self-referrals...
2007-10-10 Volker Lendecker21801: Fix Coverity ID # 342
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21792: Fix crash bug triggered by Excel reported by...
2007-10-10 Volker Lendecker21784: Replace smb_register_idle_event() with event_ad...
2007-10-10 Jeremy Allisonr21783: Add in the "create info" field to the reply
2007-10-10 Jeremy Allisonr21777: As Stevef requested and the Apple guys agreed...
2007-10-10 Günther Deschnerr21774: Fix the build with Fedora Core 6.
2007-10-10 Jeremy Allisonr21770: For old DOS style searches we must remember if
2007-10-10 Jeremy Allisonr21769: Attempt to fix bug #4384 in old search code.
2007-10-10 James Peachr21766: Fix compiler warning.
2007-10-10 James Peachr21765: Fix the build for HP-UX.
next