Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r4190: When changing length calculations, get them right...... | Jeremy Allison | 2004-12-14 | 2 | -3/+4 | |
| | | | | Jeremy. | |||||
* | r4188: Ensure we add in the upper length in the right place ! | Jeremy Allison | 2004-12-14 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r4186: Fix client & server to allow 127k READX calls. | Jeremy Allison | 2004-12-14 | 5 | -10/+21 | |
| | | | | Jeremy. | |||||
* | r4184: Removed unused extern. | Jeremy Allison | 2004-12-14 | 1 | -1/+0 | |
| | | | | Jeremy. | |||||
* | r4153: port from trunk of pdbedit changes | Simo Sorce | 2004-12-11 | 1 | -7/+82 | |
| | ||||||
* | r4143: Make strict locking an enum. Auto means use oplock optimization. | Jeremy Allison | 2004-12-11 | 3 | -14/+21 | |
| | | | | Jeremy. | |||||
* | r4134: check the setprinter(3) based on the access permissions on the handle ↵ | Gerald Carter | 2004-12-10 | 1 | -14/+11 | |
| | | | | and avoid the call to print_access_chaeck() | |||||
* | r4130: add bad_password_count and logon_count to vampire (inspired by a patch | Günther Deschner | 2004-12-10 | 1 | -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. So | Volker Lendecke | 2004-12-10 | 1 | -1/+1 | |
| | | | | | | log.winbindd is spammed with 'user root does not exist'. Increase debug level. Volker | |||||
* | r4127: vampire munged_dial. | Günther Deschner | 2004-12-10 | 1 | -0/+8 | |
| | | | | Guenther | |||||
* | r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the ↵ | Jeremy Allison | 2004-12-10 | 1 | -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 Allison | 2004-12-09 | 1 | -1/+9 | |
| | | | | | short circuit some is_locked() tests. Jeremy. | |||||
* | r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's ↵ | Jeremy Allison | 2004-12-09 | 2 | -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 the | Jeremy Allison | 2004-12-09 | 3 | -27/+18 | |
| | | | | | logic for it. We still pass Samba4 RAW-LOCK test. Jeremy. | |||||
* | r4103: lock timeout is in milliseconds (as in reply.c) | Herb Lewis | 2004-12-08 | 1 | -1/+1 | |
| | ||||||
* | r4094: BUG 2107: fix memory bloating caused by large numbers of ↵ | Gerald Carter | 2004-12-08 | 2 | -36/+137 | |
| | | | | print_queue_updates() requests sent via messages.tdb | |||||
* | r4092: Bring into line with new *alloc rules. | Jeremy Allison | 2004-12-08 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r4089: fix logic error in add_a_form() that only compared N characters ↵ | Gerald Carter | 2004-12-07 | 1 | -2/+4 | |
| | | | | instead of the entire form name | |||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2004-12-07 | 218 | -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 loops | Gerald Carter | 2004-12-06 | 2 | -51/+23 | |
| | ||||||
* | r4043: BUG 2091: don't remove statically defined printers in ↵ | Gerald Carter | 2004-12-02 | 1 | -4/+12 | |
| | | | | remove_stale_printers() | |||||
* | r4032: Fix bug #2110 - ensure we convert to ucs2 correctly. | Jeremy Allison | 2004-12-02 | 2 | -12/+11 | |
| | | | | Jeremy. | |||||
* | r4030: patch from Rob -- don't force the cups printer-make-and-model tag as ↵ | Gerald Carter | 2004-12-01 | 1 | -24/+2 | |
| | | | | the comment for autoloaded printers | |||||
* | r4029: solaris packaging fixes from Rob | Gerald Carter | 2004-12-01 | 1 | -14/+20 | |
| | ||||||
* | r4028: * prevent the background LPQ daemon from updating | Gerald Carter | 2004-12-01 | 1 | -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 Allison | 2004-11-30 | 1 | -2/+3 | |
| | | | | Jeremy. | |||||
* | r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>. | Jeremy Allison | 2004-11-30 | 1 | -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 Rob | Gerald Carter | 2004-11-30 | 1 | -2/+3 | |
| | ||||||
* | r4018: * move claim_connection from the netbios session request | Gerald Carter | 2004-11-30 | 3 | -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) on | Jeremy Allison | 2004-11-30 | 1 | -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 Allison | 2004-11-30 | 1 | -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 Allison | 2004-11-30 | 7 | -16/+16 | |
| | | | | | not an existing one. Jeremy. | |||||
* | r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>. | Jeremy Allison | 2004-11-29 | 2 | -2/+2 | |
| | | | | | Use correct enum type for comparisons. Jeremy. | |||||
* | r3987: Use sys_readdir() instead of readdir() | Jelmer Vernooij | 2004-11-27 | 1 | -1/+1 | |
| | ||||||
* | r3985: Fix bug with 64bit fs support | Jelmer Vernooij | 2004-11-27 | 1 | -1/+1 | |
| | ||||||
* | r3974: - Fix assignment of a couple of fields in pdb_{mysql,pgsql} | Jelmer Vernooij | 2004-11-25 | 3 | -8/+9 | |
| | | | | - Use new DTD URL in pdb_xml | |||||
* | r3954: bring Samba3 into line with the Samba4 password change code | Andrew Tridgell | 2004-11-25 | 1 | -18/+11 | |
| | ||||||
* | r3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - ↵ | Jeremy Allison | 2004-11-25 | 1 | -1/+3 | |
| | | | | | | | ensure SE_DESC_DACL_PROTECTED is set if "map acl inherit = no". Jeremy. | |||||
* | r3948: Fix incorrect declaration. Bug #2083. | Jeremy Allison | 2004-11-25 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ↵ | Jeremy Allison | 2004-11-25 | 7 | -7/+7 | |
| | | | | | | | consistent enum type for Protocol extern. Jeremy. | |||||
* | r3944: Fix the problem we get on Linux where sendfile fails, but we've ↵ | Jeremy Allison | 2004-11-24 | 2 | -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 Deschner | 2004-11-24 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | r3936: Ensure LARGE_READX response must fit within reply buffer. | Jeremy Allison | 2004-11-24 | 1 | -0/+6 | |
| | | | | Jeremy. | |||||
* | r3934: Correctly check for the top length bit in LARGE_READX. | Jeremy Allison | 2004-11-24 | 1 | -0/+5 | |
| | | | | Jeremy. | |||||
* | r3931: Fix all "may be used uninitialized" and "shadow" warnings. | Jeremy Allison | 2004-11-24 | 5 | -12/+19 | |
| | | | | Jeremy. | |||||
* | r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu. | Jeremy Allison | 2004-11-23 | 1 | -6/+1 | |
| | | | | Jeremy. | |||||
* | r3928: Fix duplicate call to pdb_get_acct_desc(). Bugzilla #2080. | Tim Potter | 2004-11-23 | 1 | -1/+1 | |
| | ||||||
* | r3925: patch from Thomas Bork <tombork@web.de> to fix configure.in with GNU ↵ | Gerald Carter | 2004-11-23 | 1 | -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 Carter | 2004-11-23 | 1 | -1/+1 | |
| | | | | changed in the docs | |||||
* | r3923: BUG 2073: fall back to smb_name if current_user_info is not available ↵ | Gerald Carter | 2004-11-23 | 1 | -1/+1 | |
| | | | | in lp_file_list_changed() |