summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r4190: When changing length calculations, get them right......Jeremy Allison2004-12-142-3/+4
| | | | Jeremy.
* r4188: Ensure we add in the upper length in the right place !Jeremy Allison2004-12-141-1/+1
| | | | Jeremy.
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2004-12-145-10/+21
| | | | Jeremy.
* r4184: Removed unused extern.Jeremy Allison2004-12-141-1/+0
| | | | Jeremy.
* r4153: port from trunk of pdbedit changesSimo Sorce2004-12-111-7/+82
|
* r4143: Make strict locking an enum. Auto means use oplock optimization.Jeremy Allison2004-12-113-14/+21
| | | | Jeremy.
* r4134: check the setprinter(3) based on the access permissions on the handle ↵Gerald Carter2004-12-101-14/+11
| | | | and avoid the call to print_access_chaeck()
* r4130: add bad_password_count and logon_count to vampire (inspired by a patchGünther Deschner2004-12-101-2/+5
| | | | | | | | | from Lars Mueller <lmuelle@suse.de>), just for completeness. Note that though we have logon_count implemented in all pdb-backends but never (for good reason!) update the counter. Guenther
* r4128: Cron jobs etc seem to do an initgroups for root quite frequently. SoVolker Lendecke2004-12-101-1/+1
| | | | | | log.winbindd is spammed with 'user root does not exist'. Increase debug level. Volker
* r4127: vampire munged_dial.Günther Deschner2004-12-101-0/+8
| | | | Guenther
* r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the ↵Jeremy Allison2004-12-101-0/+9
| | | | | | | locale is reset to C to get ASCII-compatible toupper/lower functions. Jeremy.
* r4121: Optimisation from Nadav Danieli <nadavd@exanet.com>. If we're oplocked,Jeremy Allison2004-12-091-1/+9
| | | | | short circuit some is_locked() tests. Jeremy.
* r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's ↵Jeremy Allison2004-12-092-12/+6
| | | | | | | been in the bitmap code for ever. Remove silly extra space in paranoid malloc. Jeremy.
* r4108: As check_self is *always* False in every invokation, remove theJeremy Allison2004-12-093-27/+18
| | | | | logic for it. We still pass Samba4 RAW-LOCK test. Jeremy.
* r4103: lock timeout is in milliseconds (as in reply.c)Herb Lewis2004-12-081-1/+1
|
* r4094: BUG 2107: fix memory bloating caused by large numbers of ↵Gerald Carter2004-12-082-36/+137
| | | | print_queue_updates() requests sent via messages.tdb
* r4092: Bring into line with new *alloc rules.Jeremy Allison2004-12-081-1/+1
| | | | Jeremy.
* r4089: fix logic error in add_a_form() that only compared N characters ↵Gerald Carter2004-12-071-2/+4
| | | | instead of the entire form name
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-07218-1541/+1740
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r4083: consolidate printer searches to use find_service rather than for loopsGerald Carter2004-12-062-51/+23
|
* r4043: BUG 2091: don't remove statically defined printers in ↵Gerald Carter2004-12-021-4/+12
| | | | remove_stale_printers()
* r4032: Fix bug #2110 - ensure we convert to ucs2 correctly.Jeremy Allison2004-12-022-12/+11
| | | | Jeremy.
* r4030: patch from Rob -- don't force the cups printer-make-and-model tag as ↵Gerald Carter2004-12-011-24/+2
| | | | the comment for autoloaded printers
* r4029: solaris packaging fixes from RobGerald Carter2004-12-011-14/+20
|
* r4028: * prevent the background LPQ daemon from updating Gerald Carter2004-12-011-63/+85
| | | | | | | | | the print queue cache just because multiple smbd processes sent a message that it was out of date. * add some extra debug messages while trying to track down down jobs being left in the queue after printing has completed.
* r4023: Code tidyup to fix bug #2098.Jeremy Allison2004-11-301-2/+3
| | | | Jeremy.
* r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>.Jeremy Allison2004-11-301-1/+1
| | | | | | Don't go fishing for the authorisation data unless we know it's there. Jeremy.
* r4019: better error logging in register_message_flags() from RobGerald Carter2004-11-301-2/+3
|
* r4018: * move claim_connection from the netbios session request Gerald Carter2004-11-303-3/+7
| | | | | | | | | reply code to the negprot reply code to cope with client connections on port 445. Fixes the spurious "register_message_flags: tdb fetch failed" errors. * don't run the backgroup LPQ daemon when we are running in interactive mode.
* r4016: Fix for bug found by Steve French client code (cifsfs) onJeremy Allison2004-11-301-0/+9
| | | | | | POSIX ACL set. You need to *get* a permset_t pointer from the entry before any of the permset code will accept it as a valid value Jeremy.
* r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,Jeremy Allison2004-11-301-1/+4
| | | | | | | change the way we check for errors after a dlopen (which may set internal warnings which get picked up by mistake in dlsym). Jeremy
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2004-11-307-16/+16
| | | | | not an existing one. Jeremy.
* r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2004-11-292-2/+2
| | | | | Use correct enum type for comparisons. Jeremy.
* r3987: Use sys_readdir() instead of readdir()Jelmer Vernooij2004-11-271-1/+1
|
* r3985: Fix bug with 64bit fs supportJelmer Vernooij2004-11-271-1/+1
|
* r3974: - Fix assignment of a couple of fields in pdb_{mysql,pgsql}Jelmer Vernooij2004-11-253-8/+9
| | | | - Use new DTD URL in pdb_xml
* r3954: bring Samba3 into line with the Samba4 password change codeAndrew Tridgell2004-11-251-18/+11
|
* r3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - ↵Jeremy Allison2004-11-251-1/+3
| | | | | | | ensure SE_DESC_DACL_PROTECTED is set if "map acl inherit = no". Jeremy.
* r3948: Fix incorrect declaration. Bug #2083.Jeremy Allison2004-11-251-1/+1
| | | | Jeremy.
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ↵Jeremy Allison2004-11-257-7/+7
| | | | | | | consistent enum type for Protocol extern. Jeremy.
* r3944: Fix the problem we get on Linux where sendfile fails, but we've ↵Jeremy Allison2004-11-242-17/+93
| | | | | | | | | | | already sent the header using send(). As our implementation of sendfile can't return EINTR (it restarts in that case) use an errno of EINTR to signal the linux sendfile fail after header case. When that happens send the rest of the data and then turn off sendfile. Sendfile should be safe to enable on all systems now (even though it may not help in all performance cases). Jeremy.
* r3940: typo.Günther Deschner2004-11-241-1/+1
| | | | Guenther
* r3936: Ensure LARGE_READX response must fit within reply buffer.Jeremy Allison2004-11-241-0/+6
| | | | Jeremy.
* r3934: Correctly check for the top length bit in LARGE_READX.Jeremy Allison2004-11-241-0/+5
| | | | Jeremy.
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2004-11-245-12/+19
| | | | Jeremy.
* r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu.Jeremy Allison2004-11-231-6/+1
| | | | Jeremy.
* r3928: Fix duplicate call to pdb_get_acct_desc(). Bugzilla #2080.Tim Potter2004-11-231-1/+1
|
* r3925: patch from Thomas Bork <tombork@web.de> to fix configure.in with GNU ↵Gerald Carter2004-11-231-3/+20
| | | | ld versions that don't output a date string in the --version
* r3924: fix installswat once again after the image target location had ↵Gerald Carter2004-11-231-1/+1
| | | | changed in the docs
* r3923: BUG 2073: fall back to smb_name if current_user_info is not available ↵Gerald Carter2004-11-231-1/+1
| | | | in lp_file_list_changed()