Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r6900: Fix bug 2725. Thanks, John, for finding it. | Volker Lendecke | 2005-05-19 | 1 | -1/+3 | |
| | | | | Volker | |||||
* | r6895: Add "acl check permissions" to turn on/off the new behaviour of | Jeremy Allison | 2005-05-18 | 4 | -16/+28 | |
| | | | | | | | | checking for write access in a directory before delete. Also controls checking for write access before labeling a file read-only if DOS attributes are not being stored in EA's. Docuementation to follow. Jeremy. | |||||
* | r6890: Refactor printing interface to take offset into job. Fixes bug | Jeremy Allison | 2005-05-18 | 5 | -15/+57 | |
| | | | | | | where large print jobs can have out-of-order offsets. Bug found by Arcady Chernyak <Arcady.Chernyak@efi.com> Jeremy. | |||||
* | r6880: Fix bug 2070 after positive feedback from Leon Vernikov. Thanks! | Volker Lendecke | 2005-05-18 | 1 | -8/+16 | |
| | | | | Volker | |||||
* | r6849: Merge revision 6845 from Samba 4 | Volker Lendecke | 2005-05-17 | 1 | -8/+11 | |
| | ||||||
* | r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zero | Jeremy Allison | 2005-05-17 | 2 | -0/+71 | |
| | | | | | | fill when a file is extended. Should catch disk full errors on write from MS-Office. Jeremy. | |||||
* | r6834: Fix bug #2703, found by John Antonishek <ant@nist.gov>. Add NULL | Jeremy Allison | 2005-05-16 | 1 | -6/+8 | |
| | | | | | guard for disp_fields[0]. Jeremy. | |||||
* | r6823: Add deletion confirmation / error message. | John Terpstra | 2005-05-16 | 1 | -0/+5 | |
| | ||||||
* | r6822: Use chsize if we don't have ftruncate. From Steven Edwards ↵ | Jeremy Allison | 2005-05-16 | 2 | -9/+12 | |
| | | | | | | <steven_ed4153@yahoo.com>. Jeremy. | |||||
* | r6820: Remove claim that password can be set with account creation (RPC). | John Terpstra | 2005-05-16 | 1 | -1/+1 | |
| | ||||||
* | r6785: deprecating the printer admin parameter | Gerald Carter | 2005-05-14 | 1 | -2/+2 | |
| | ||||||
* | r6783: Fixes for Solaris 9. | John Terpstra | 2005-05-14 | 4 | -10/+24 | |
| | ||||||
* | r6782: rename for consistency | Gerald Carter | 2005-05-13 | 1 | -0/+0 | |
| | ||||||
* | r6779: Use the SID in the user token for the %s expansion in 'afs username ↵ | Volker Lendecke | 2005-05-13 | 1 | -3/+4 | |
| | | | | | | | | | map'. This fixes a rather weird problem where an algorithmic SID ended up as the replacement for %s. Volker | |||||
* | r6777: Fix vfs_full_audit.c after jra's change. | Volker Lendecke | 2005-05-13 | 1 | -0/+8 | |
| | | | | Volker | |||||
* | r6774: Fix 2 memleaks | Volker Lendecke | 2005-05-13 | 1 | -1/+2 | |
| | ||||||
* | r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test. | Volker Lendecke | 2005-05-13 | 1 | -1/+1 | |
| | | | | | | | | | Jerry, in query_aliasmem, set_aliasinfo and set_groupinfo (and possibly others) need become_root()/unbecome_root() around the pdb calls. I'm not sure I would do the access checks correctly, I would much rather leave that to you. Volker | |||||
* | r6770: Fix bug 2705. Thanks, John, for beating my stuff :-) | Volker Lendecke | 2005-05-13 | 1 | -2/+0 | |
| | | | | Volker | |||||
* | r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader. | Tim Potter | 2005-05-13 | 2 | -6/+3 | |
| | ||||||
* | r6757: test for existence of sys/un.h was missing, thus AF_LOCAL support was ↵ | Derrell Lipman | 2005-05-12 | 1 | -0/+1 | |
| | | | | not found | |||||
* | r6755: removing domain_sid() since it is not referenced anymore | Gerald Carter | 2005-05-12 | 5 | -95/+0 | |
| | ||||||
* | r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting or | Derrell Lipman | 2005-05-12 | 1 | -6/+6 | |
| | | | | | | parsing the timestamp values correctly. It turns out they were using the incorrect function for formatting and parsing values. Thanks to Satwik Hebbar for reporting this and testing the patch. | |||||
* | r6748: With reconnects, state->connection->ldap_struct can change in ↵ | Volker Lendecke | 2005-05-12 | 1 | -3/+8 | |
| | | | | | | | | | smbldap_search and friends. This should be a fix for bug 2701. Thanks to jht for giving me access to his box! Volker | |||||
* | r6743: Merge r6741 from 4_0 | Volker Lendecke | 2005-05-12 | 1 | -1/+1 | |
| | ||||||
* | r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese. | Tim Potter | 2005-05-12 | 1 | -1/+1 | |
| | | | | Closes bugzilla 2699. | |||||
* | r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTA | Jeremy Allison | 2005-05-10 | 2 | -6/+10 | |
| | | | | | | | as they'll just return ENOSYS if we don't. Add new CAP for POSIX pathnames, prepare to allow FSINFO set for client POSIX caps. Jeremy. | |||||
* | r6713: another talloc() fix. This time in pdb_xml.c | Gerald Carter | 2005-05-10 | 1 | -1/+1 | |
| | ||||||
* | r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger ↵ | Gerald Carter | 2005-05-10 | 1 | -14/+14 | |
| | | | | <joerg@leaf.dragonflybsd.org>) | |||||
* | r6706: * fix bug that prevented smbclient from creating directories | Gerald Carter | 2005-05-10 | 2 | -6/+12 | |
| | | | | | | on non-dfs paths * add patch from James Peach to remove use of uninitialized variables | |||||
* | r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-only | Jeremy Allison | 2005-05-10 | 1 | -6/+21 | |
| | | | | | | | excel files). Ensures that any missing user ACL entry will be generated from a union of all group permissions that contain the user. Awaiting feedback from the reporters. Jeremy. | |||||
* | r6686: strip the directory path from cups printin defaults | Gerald Carter | 2005-05-10 | 1 | -5/+5 | |
| | ||||||
* | r6685: smbclient fixes | Gerald Carter | 2005-05-09 | 2 | -8/+80 | |
| | | | | | | * BUG 2680: copy files from an MSDFS win2k root share * BUG 2688: re-implement support for the -P (--port) option * support connecting to an 'msdfs proxy' share on a Samba server | |||||
* | r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra ↵ | Gerald Carter | 2005-05-09 | 1 | -21/+203 | |
| | | | | <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool | |||||
* | r6683: remove log messages about unknown specversions since I think we are ↵ | Gerald Carter | 2005-05-09 | 1 | -19/+0 | |
| | | | | fairly safe at this point | |||||
* | r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when ↵ | Gerald Carter | 2005-05-09 | 2 | -7/+15 | |
| | | | | getting the SID for a domain | |||||
* | r6681: updating copyrights (see bug 2546) | Gerald Carter | 2005-05-09 | 1 | -1/+2 | |
| | ||||||
* | r6680: event log patches from Marcin | Gerald Carter | 2005-05-09 | 3 | -69/+233 | |
| | ||||||
* | r6679: BUG 2684: abartlett's patch for check the per service hosts ↵ | Gerald Carter | 2005-05-09 | 1 | -0/+5 | |
| | | | | allow/deny on printers when connecting via MS-RPC | |||||
* | r6678: fix python python after talloc() shakeup | Gerald Carter | 2005-05-09 | 9 | -13/+14 | |
| | ||||||
* | r6673: Fix the write cache based on some VERY good detective work | Jeremy Allison | 2005-05-08 | 6 | -75/+87 | |
| | | | | | | from Ingo Kilian <ikilian@web.de>. You must do a make clean after updating this. Jeremy. | |||||
* | r6658: Sorry for the spam... I think now I've got a version that should ↵ | Volker Lendecke | 2005-05-07 | 2 | -3/+3 | |
| | | | | | | | | compile on trunk, 3_0 and 4_0. Volker | |||||
* | r6656: Samba 4 is Samba 3.9... | Volker Lendecke | 2005-05-07 | 2 | -3/+3 | |
| | ||||||
* | r6654: Make talloc.c 4.0-ready | Volker Lendecke | 2005-05-07 | 1 | -0/+2 | |
| | ||||||
* | r6652: Next step getting the build farm happy. | Volker Lendecke | 2005-05-07 | 1 | -1/+13 | |
| | | | | Volker | |||||
* | r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in ↵ | Volker Lendecke | 2005-05-07 | 3 | -1/+9 | |
| | | | | | | | | | | a file that is only included if _SAMBA_BUILD_ is defined... Let's see how far this gets us. Volker | |||||
* | r6648: do not annoy make proto | Simo Sorce | 2005-05-07 | 1 | -1/+2 | |
| | ||||||
* | r6646: keep samba3 talloc inline with samba4 one | Simo Sorce | 2005-05-07 | 2 | -0/+10 | |
| | ||||||
* | r6643: fix some build issues on IRIX;l patch from james peach | Gerald Carter | 2005-05-07 | 4 | -5/+11 | |
| | ||||||
* | r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to ↵ | Gerald Carter | 2005-05-07 | 1 | -0/+5 | |
| | | | | alias_setinfo() patch from last week | |||||
* | r6640: Attempt to fix 'make everything' with the paranoid malloc checker. | Volker Lendecke | 2005-05-07 | 7 | -18/+23 | |
| | | | | Volker |