summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r8531: Fix a memleakVolker Lendecke2005-07-171-0/+1
| |
| * r8521: Another micro-step: Don't pass down a flag where not necessary.Volker Lendecke2005-07-171-14/+16
| | | | | | | | Volker
| * r8510: Don't include the valgrind headers on 64bit linux systems.Gerald Carter2005-07-152-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Several incarnations of gcc bork with Compiling dynconfig.c /tmp/ccXd94O5.s: Assembler messages: /tmp/ccXd94O5.s:1202: Error: suffix or operands invalid for `mov' /tmp/ccXd94O5.s:1289: Error: suffix or operands invalid for `mov'` Thanks to Bent Vangli for the the leg work and suggestions.
| * r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.Volker Lendecke2005-07-152-3/+3
| | | | | | | | Volker
| * r8507: BUG 2557: don't give and rpc fault when you get an unsupported ↵Gerald Carter2005-07-151-0/+16
| | | | | | | | SetPrinter() level
| * r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter2005-07-152-19/+20
| | | | | | | | when substituting for the lpq command.
| * r8501: * disable printer handle object cache (was mostly used Gerald Carter2005-07-153-68/+181
| | | | | | | | | | | | | | | | | | | | for NT4 clients enumerating printer data on slow CPUs) * fix pinter and secdesc record upgrade to normalize the key (rev'd printer tdb version) * fixed problem that was normalizing the printername name field in general, this should fix the issues upgrading print servers from 3.0.14a to 3.0.20
| * r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner2005-07-151-2/+7
| | | | | | | | | | | | substituted like our %L-variable. Guenther
| * r8492: open_mode_check does not use the parameter p_flags, so remove it.Volker Lendecke2005-07-151-3/+2
| | | | | | | | Volker
| * r8478: remove unused printmode command from smbclient (noticed by ↵Gerald Carter2005-07-141-40/+0
| | | | | | | | kalim@samba.org)
| * r8475: BUG 2872: fix cut-n-paste error when checking pointer value in ↵Gerald Carter2005-07-141-1/+1
| | | | | | | | ntlmssp_set_workstation()
| * r8472: abartlet's patch for parallel ntlmssp ↵Gerald Carter2005-07-143-18/+96
| | | | | | | | supporttrunk/source/smbd/sesssetup.c
| * r8457: Fix from Marcel Müller <mueller@maazl.de> to ensureJeremy Allison2005-07-141-1/+1
| | | | | | | | | | | | we correctly set the return packet size to include the pad bytes in reply_readbmpx(). Jeremy.
| * r8454: Fix Bug #2502Günther Deschner2005-07-142-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removing deprecated lp_min_password_length (the same functionality is provided by the account policy). Note that we now allow to set passwords less then 5 chars (if the admins decides to do so by setting the account policy). Thanks to Daniel Beschorner <db@unit-netz.de> Guenther
| * r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller2005-07-131-1/+1
| |
| * r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and ↵Jim McDonough2005-07-133-2/+12
| | | | | | | | | | | | | | | | | | | | | | login scripts to be executed. We were filling in our name as the server which processed the login, even when it was done by a trusted DC. Thanks to John Janosik <jpjanosi@us.ibm.com> for the fix.
| * r8431: Ensure to use dev_private and not private after Jeremy's CPP reservedLars Müller2005-07-131-2/+2
| | | | | | | | | | | | | | names rename. Jerry: I'm not sure if we have to use the string 'dev_private' instead of 'private' as second arg to PyDict_SetItemString().
| * r8428: some more old printerdb stuff.Günther Deschner2005-07-131-1/+0
| | | | | | | | Guenther
| * r8427: Printerdb has been moved into a tmp branch.Günther Deschner2005-07-131-3/+2
| | | | | | | | Guenther
| * r8402: allow to build with --enable-aio-support.Günther Deschner2005-07-131-3/+3
| | | | | | | | Guenther
| * r8398: Fix segfault in the client addprinterex-call. Found with "net rpcGünther Deschner2005-07-121-1/+2
| | | | | | | | | | | | | | | | printer"-functions. Thanks to Thomas Di Naro (Novell) for the detailed debug-logs. Guenther
| * r8396: fix some compile warnings.Günther Deschner2005-07-121-8/+11
| | | | | | | | Guenther
| * r8388: fix typo in installman scriptGerald Carter2005-07-121-1/+1
| |
| * r8366: Root-level files don't have a slash, but acls need to be settable onVolker Lendecke2005-07-121-4/+6
| | | | | | | | | | | | them. Thanks to Brent Trotter for reminding me to commit this :-) Volker
| * r8360: Some ioctl constants, found by Björn Jacke <bj@sernet.de> withVolker Lendecke2005-07-121-1/+3
| | | | | | | | | | | | | | | | msbackup&filemon. Thanks, Volker
| * r8330: moving onto 3.0.20rc1-SVNGerald Carter2005-07-111-2/+2
| |
* | r10606: pdb_*sql patches from Gerald Carter2005-09-293-30/+25
| | | | | | | | | | Uli Meis <a.sporto@gmail.com> Peter Rindfuss <rindfuss@wz-berlin.de>
* | r10591: merges from SAMBA_3_0Gerald Carter2005-09-289-20/+46
| | | | | | | | | | | | | | | | * Guenther's BUILT group fix in security = ads (winbindd) * access checks in registry and svcctl code (jerry) * solaris build fixes for configure.in * a few compile warning fixes * winbindd on a PDC fix (wbinfo -t)
* | r10559: jra's looping directory fix (BUG 3065)Gerald Carter2005-09-271-1/+16
| |
* | r10455: merging privilege fix from SAMBA_3_0Gerald Carter2005-09-231-7/+31
| |
* | r10451: add $(LDFLAGS) to tdb command line tools to fix build issuesGerald Carter2005-09-231-3/+3
| |
* | r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter2005-09-222-2/+4
| |
* | r10431: fix segfault when the pip open fails in 'net rpc' commandsGerald Carter2005-09-221-0/+2
| |
* | r10430: adding missing filesGerald Carter2005-09-222-0/+572
| |
* | r10400: commit merge patch from jrasamba-3.0.20rc2Gerald Carter2005-09-2240-192/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libsmbsharemodes added (Jermey). Linux core dump fix from (James Peach). Linux quota fixes from (metze). krb5 memory leaks from (gd). Creds fix for winbindd and server (Jeremy). winbindd recursion fix (Jeremy). winbindd builtin fix (gd) universal pw error fixes (novell). dir logic fix (Jeremy). hide dotfiles fix (Jeremy) no write to read-only shares fix (?). exclusive open fix (vl). tdb reopen fix (tridge) status display open files fix (Jeremy) posix acl null pointer crash (?) posix acl mem leak (?) mount.cifs flag fix (sfrench) smbspool error message fix (?) libsmbclient comment fix (?). 64-bit error message fixes (Jeremy).
* | r10399: bring in gd's better debug messagesGerald Carter2005-09-221-5/+7
| |
* | r10396: fix build breakage after an incomplete merge from 3.0Gerald Carter2005-09-211-5/+5
| |
* | r10392: Merges from SAMBA_3_0 for 3.0.20aGerald Carter2005-09-2128-92/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r9278 | tpot | 2005-08-12 16:45:58 -0500 (Fri, 12 Aug 2005) | 2 lines Remove unused variable. Bugzilla #2983. ------------------------------------------------------------------------ r9281 | jra | 2005-08-12 17:58:47 -0500 (Fri, 12 Aug 2005) | 4 lines Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses of AC_CHECK_HEADERS. Jeremy. ------------------------------------------------------------------------ r9486 | jerry | 2005-08-22 14:47:56 -0500 (Mon, 22 Aug 2005) | 1 line ensure that the registry hash records are sorted by original subkey name and not the 4 character hash key ------------------------------------------------------------------------ r9619 | vlendec | 2005-08-25 12:46:13 -0500 (Thu, 25 Aug 2005) | 14 lines Fix messages_pending_for_pid actually do what it's meant to do. This might be a big relief on messages.tdb contention as ignoring processes with >1000 messages in printing/notify.c should work correctly now. Jeremy, Jerry told me to ask you about printer scalability torture tests, this might be a reason why you implemented the message_send_pid_with_timeout using the signal (shudder) in the first place. :-) While looking at that... Wouldn't it be better to not use the signal but have an overall timeout for print_notify_send_messages using GetTimeOfDay & friends and not use the alarm signal deep inside tdb.c? Volker ------------------------------------------------------------------------ r9709 | vlendec | 2005-08-28 04:19:10 -0500 (Sun, 28 Aug 2005) | 11 lines Fix two bugs found by Brian Moran: Any request sent to winbind while the child in question is still initializing overwrites domain->dcname. Only overwrite if the parent actually has sent a dcname and thus really knows it. Second, ntlm_auth needs the error code, not just the fact it failed. Jerry, the 3_0 part might qualify as a "recommended patch". Thanks, Volker ------------------------------------------------------------------------ r9790 | jerry | 2005-08-30 06:41:45 -0500 (Tue, 30 Aug 2005) | 1 line remove 'set but not used' variables (reported by Jason Mader) ------------------------------------------------------------------------ r9893 | jerry | 2005-09-01 08:57:10 -0500 (Thu, 01 Sep 2005) | 13 lines fix REG_CREATE_KEY_EX parsing error caused by WinXP clients looking for an not finding a 'Terminal Server' key. Claims to make problems with usrmgr.exe support as well according the Samba ml. Posted on samba@samba.org for review. Reviewed by Thomas Bork (comments integrated into the reg_db.c patch coming up next). ------------------------------------------------------------------------ r9913 | jerry | 2005-09-01 14:31:08 -0500 (Thu, 01 Sep 2005) | 1 line fix some build breakage on solaris with --enable-socket-wrapper ------------------------------------------------------------------------ r9945 | gd | 2005-09-02 04:10:42 -0500 (Fri, 02 Sep 2005) | 4 lines fix typos. Guenther ------------------------------------------------------------------------ r10064 | jerry | 2005-09-07 10:12:54 -0500 (Wed, 07 Sep 2005) | 1 line BUG 3052: adding OpenBSD timespec patch from Steve Williams <steve@celineandsteve.com> ------------------------------------------------------------------------ r10133 | jra | 2005-09-09 16:49:16 -0500 (Fri, 09 Sep 2005) | 3 lines Fix bug #3044. open-exec is read-only. Jeremy. ------------------------------------------------------------------------ r10136 | jra | 2005-09-09 19:47:31 -0500 (Fri, 09 Sep 2005) | 4 lines Fix for bug #3060 from Leo Weppelman <leo@wau.mis.ah.nl>. Ensure SMBcreate truncates the file if it exists. Jeremy. ------------------------------------------------------------------------ r10170 | gd | 2005-09-12 06:56:36 -0500 (Mon, 12 Sep 2005) | 7 lines Fix for #3056: Allow to include BUILTIN to the mapping table also when "allow trusted domains" is disabled. Guenther ------------------------------------------------------------------------
* | r10391: * setting version to 3.0.20aGerald Carter2005-09-2132-124/+226
| | | | | | | | * adding patches from www.samba.org/samba/patches
* | r9398: cutting 3.0.20Gerald Carter2005-08-191-1/+1
| |
* | r9365: setting svn version to prevent confusion before the final releaseGerald Carter2005-08-171-1/+1
| |
* | r9361: patch from Ed Plese to fix a faulty error in winbinddGerald Carter2005-08-171-13/+12
| | | | | | | | caused by users with no supplementary groups.
* | r9334: merge fix for BUG 3000. we should be ready to ship nowGerald Carter2005-08-163-238/+3
| |
* | r9332: merge jeremy's smbstatus error message fix from 3.0 treeGerald Carter2005-08-161-2/+1
| |
* | r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter2005-08-162-4/+6
| | | | | | | | | | pointer in get_cache() by requiring that all domain structure be initialized with the set_dc_type_and_flags().
* | r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)Gerald Carter2005-08-141-1/+1
| |
* | r9274: setting version to 3.0.20Gerald Carter2005-08-121-1/+1
| |
* | r9273: merge jra's fix for non-enlish characters in strncmp_w()Gerald Carter2005-08-122-9/+9
| |
* | r9268: bumping version to 3.0.20rc3Gerald Carter2005-08-1212-37/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry picking fixes for 3.0.20 svn merge -r9200:9201 $SVNURL/branches/SAMBA_3_0 svn merge -r9201:9203 $SVNURL/branches/SAMBA_3_0 svn merge -r9203:9225 $SVNURL/branches/SAMBA_3_0 svn merge -r9225:9229 $SVNURL/branches/SAMBA_3_0 svn merge -r9229:9242 $SVNURL/branches/SAMBA_3_0 svn merge -r9242:9244 $SVNURL/branches/SAMBA_3_0 svn merge -r9244:9246 $SVNURL/branches/SAMBA_3_0 svn merge -r9246:9232 $SVNURL/branches/SAMBA_3_0 svn merge -r9246:9252 $SVNURL/branches/SAMBA_3_0 svn merge -r9252:9253 $SVNURL/branches/SAMBA_3_0 svn merge -r9253:9266 $SVNURL/branches/SAMBA_3_0
* | r9195: setting log level to 2 instead of 0Gerald Carter2005-08-071-1/+6
| |