jra/samba/.git
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...
2007-10-10 Volker Lendecker21785: Avoid an unnecessary gettimeofday() call
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 Volker Lendecker21782: Fix a memleak
2007-10-10 Herb Lewisr21780: let smbcontrol use POPT_COMMON_SAMBA options...
2007-10-10 James Peachr21779: I missd a call to krb5_get_init_creds_opt_alloc...
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 Simo Sorcer21776: fix bugs #4438 #4440
2007-10-10 Herb Lewisr21775: make messages more understandable - don't leave...
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 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 James Peachr21767: Revert all the bits I accidentally committed...
2007-10-10 James Peachr21766: Fix compiler warning.
2007-10-10 James Peachr21765: Fix the build for HP-UX.
2007-10-10 Jeremy Allisonr21764: Fix warning in debug comment.
2007-10-10 James Peachr21763: Add support for the UNIX_INFO2 infolevel.
2007-10-10 James Peachr21762: Fix the build by enabling shared modules and...
2007-10-10 Jeremy Allisonr21759: Fix the same bug in a more elegant way, strrchr_m
2007-10-10 Jeremy Allisonr21758: Fix a very specific dfs bug when passing in...
2007-10-10 James Peachr21757: Add SMB_VFS_CHFLAGS operation.
2007-10-10 Jeremy Allisonr21756: An invarient the dfs code depended on for POSIX...
2007-10-10 Jeremy Allisonr21755: Memory leak fixes from Zack Kirsch <zack.kirsch...
2007-10-10 Jeremy Allisonr21754: Volker is completely correct. There's no need for
2007-10-10 Volker Lendecker21753: Enable building ndrdump with the builtin popt...
2007-10-10 Jeremy Allisonr21750: Sync up with SAMBA_3_0_25. Only client changes...
2007-10-10 Volker Lendecker21748: More cosmetic alignment. One change to call_nt_...
2007-10-10 Volker Lendecker21747: Cosmetic checkin to bring ntcreate and nttransc...
2007-10-10 James Peachr21738: Remove unused file.
2007-10-10 Jeremy Allisonr21734: Fix bug #4369. Patch from David Leonard <dleona...
2007-10-10 Jeremy Allisonr21731: Fix long-standing bug in our chain processing...
2007-10-10 Jeremy Allisonr21726: Fix stupid cut-n-paste typo. Thanks to volker for
2007-10-10 Jeremy Allisonr21725: Fix for memalign used without test guards. Was
2007-10-10 Jeremy Allisonr21724: Optimization pointed out by Volker. If we don't
2007-10-10 Volker Lendecker21723: Make use of the per-hashchain "freelists"
2007-10-10 Volker Lendecker21722: Add the dead record functionality presented...
2007-10-10 James Peachr21717: Support the SMB_QUERY_POSIX_WHOAMI info level...
2007-10-10 Jeremy Allisonr21715: Fix torture utime code.
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Volker Lendecker21706: get_delete_on_close_flag() is the perfect candi...
2007-10-10 Herb Lewisr21705: add modify rights defines
2007-10-10 Herb Lewisr21704: open sockets immediately in process_loop
2007-10-10 Herb Lewisr21703: fix build when O_SYNC not defined
2007-10-10 Jeremy Allisonr21672: The cannonical file access pattern should look...
2007-10-10 Jeremy Allisonr21667: posix_unlink should break existing oplocks.
2007-10-10 Jeremy Allisonr21666: (only in 3.0, not 3.0.25). Fix bad parameter...
2007-10-10 Jeremy Allisonr21665: Fix bug #4428 reported by Jason Mader <jason...
2007-10-10 Jeremy Allisonr21664: Fix #4425 - patch from Jason Mader <jason@ncac...
2007-10-10 Jeremy Allisonr21663: Fix from the Wine guys: Robert Shearman <rob...
2007-10-10 Herb Lewisr21657: get rid of warning - not everyone understands %F
2007-10-10 Jelmer Vernooijr21655: Regenerate after pidl bugfix.
2007-10-10 Jelmer Vernooijr21652: Fix samba3-specific initialization
2007-10-10 Jelmer Vernooijr21651: Add ndrdump to samba 3. This only works from...
2007-10-10 James Peachr21647: Allow unit on for size parameters.
2007-10-10 Jeremy Allisonr21646: Patch from SATOH Fumiyasu <fumiyas@osstech...
2007-10-10 Jeremy Allisonr21645: Make posix_unlink work - on open files too !
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 Volker Lendecker21642: Fix bug 4365. Please note that this was only...
2007-10-10 Jeremy Allisonr21641: Add test code for POSIX pathname calls into...
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 Allisonr21638: Change POSIX_UNLINK to allow clients to differe...
2007-10-10 Jim McDonoughr21637: Get "password never expires" account policy...
2007-10-10 Gerald Carterr21636: Was almost right before. We have to specify...
2007-10-10 Gerald Carterr21635: Don't free talloc()'d memory. I wish people...
2007-10-10 Gerald Carterr21633: First real fix from me found during the bug...
2007-10-10 Gerald Carterr21632: Remove ununsed variable
2007-10-10 Gerald Carterr21626: Fix memory leak on error path noticed by
2007-10-10 Simo Sorcer21623: Fix copy/paste error
2007-10-10 Gerald Carterr21622: Fix bad merge caught by James.
2007-10-10 Gerald Carterr21616: Delay initialization of idmap and nss_info...
2007-10-10 Gerald Carterr21615: don't wait until the last second to try to...
next