r21962: Make pdbedit use the configfile specified by -s
[ira/wip.git] / source3 /
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 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...
2007-10-10 Volker Lendecker21873: This is winbindd_pam.c, not pam_winbind.c :-)
2007-10-10 Volker Lendecker21872: Fix a debug message
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 Volker Lendecker21866: Remove unused "lock spin count" parameter
2007-10-10 Jeremy Allisonr21865: Add in the stubs for SMB transport encryption...
2007-10-10 Jeremy Allisonr21864: Reformatting.
2007-10-10 Jeremy Allisonr21863: Fix debug messages with incorrect function...
2007-10-10 Gerald Carterr21862: add the cups comment and location lookup to...
2007-10-10 Gerald Carterr21861: Pull the comment and location from CUPS if...
2007-10-10 Gerald Carterr21860: Fixes for "winbind normalize names" functionality:
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 Günther Deschnerr21855: Fix a memleak in the krb5 locator and comment...
2007-10-10 Günther Deschnerr21854: Add gfree_interfaces() to gfree_all().
2007-10-10 Volker Lendecker21853: Fix a valgrind error
2007-10-10 Volker Lendecker21851: Obvious typos...
2007-10-10 Jeremy Allisonr21850: After Jerry explained to me the HORRIBLE way...
2007-10-10 Gerald Carterr21848: add a comment about gss_import_name() and when...
2007-10-10 Jeremy Allisonr21847: Fix memory leaks in error paths (and in main...
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 Steve Frenchr21840: mount.cifs compile on old libc missing bind...
2007-10-10 Volker Lendecker21831: Back out r21823 for a while, this is going...
2007-10-10 Herb Lewisr21825: add debug prefix timestamp to allow "short...
2007-10-10 Volker Lendecker21823: Let secrets_store_machine_password() also store...
2007-10-10 Günther Deschnerr21822: Adding experimental krb5 lib locator plugin.
2007-10-10 Volker Lendecker21819: Wrap all steps in secrets_store_machine_passwor...
2007-10-10 Volker Lendecker21818: Remove some unused code
2007-10-10 Andrew Tridgellr21814: use ndr_push_error in the ndr layer, not just...
2007-10-10 Andrew Tridgellr21813: fixed an integer overflow error in the ndr...
2007-10-10 Lars Müllerr21804: Create a reference after proto_exits was called...
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...
next