Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r7041: compile fixes....long day I guess | Gerald Carter | 2005-05-27 | 1 | -2/+3 |
| | |||||
* | r7039: Ensure we always call read_socket_with_timeout() when | Jeremy Allison | 2005-05-27 | 1 | -1/+6 |
| | | | | | | | | timeout > 0. Better solution after much helpful input from derrell@samba.org. We may eventually change the read_socket_with_timeout() interface to count down the timeout value. Jeremy. | ||||
* | r7038: * upgrade version of nt*tdb files. Have to fix | Gerald Carter | 2005-05-27 | 1 | -10/+145 |
| | | | | | | | some issues in the printer security descriptors. Ensure that each printer sd has an oaner and group SID (BUILTIN\Administrators) and that we utilize more than the generic bits assigned in <= 3.0.14a. | ||||
* | r7034: Revert change in util_sock.c from derrell until this is | Jeremy Allison | 2005-05-27 | 1 | -58/+13 |
| | | | | | discussed more on samba-technical. Jeremy. | ||||
* | r7033: Call a spade a spade :-). | Jeremy Allison | 2005-05-27 | 2 | -91/+85 |
| | | | | Jeremy. | ||||
* | r7031: Added encrypt/decrypt function for LSA secrets and trusted | Jeremy Allison | 2005-05-27 | 2 | -1/+30 |
| | | | | | domain passwords on the wire. Jeremy. | ||||
* | r7025: 1 if not all data is available at the time we go to read a packet, retry | Derrell Lipman | 2005-05-27 | 2 | -23/+75 |
| | | | | | | the read using a timeout to ensure that all data for the packet is received. 2 some minor changes to meet coding standards 3 eliminate some compiler warnings | ||||
* | r7024: reverting mistaken commit | Gerald Carter | 2005-05-27 | 4 | -29/+8 |
| | |||||
* | r7020: fixing printer ace values and getting rid of false compiler warning ↵ | Gerald Carter | 2005-05-27 | 7 | -14/+34 |
| | | | | about unitialized variable | ||||
* | r6995: * fixing segfault when writing out registry values of zero length | Gerald Carter | 2005-05-26 | 4 | -13/+47 |
| | | | | | * add RegSaveKey() client function * add 'net rpc registry save' subcommand | ||||
* | r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* for | Jeremy Allison | 2005-05-26 | 1 | -5/+11 |
| | | | | | | | a search when listing a W2K and above server from a FATxx filesystem only. Thanks to Steve Langasek <vorlon@debian.org> for giving me the essential info that allowed me to reproduce and thus fix this. Jeremy. | ||||
* | r6992: syncing printer permissions changes from trunk | Gerald Carter | 2005-05-26 | 1 | -7/+7 |
| | |||||
* | r6979: Tidyups. | Jeremy Allison | 2005-05-25 | 1 | -8/+2 |
| | | | | Jeremy. | ||||
* | r6977: Fix bug #2735 (not mangling control characters) plus | Jeremy Allison | 2005-05-25 | 3 | -0/+15 |
| | | | | | | ensure we don't create files with control characters either. Jeremy. | ||||
* | r6965: Remove some dead code from util_unistr.c. | Jeremy Allison | 2005-05-25 | 2 | -66/+36 |
| | | | | | | Start of fix for #2735 - we are not mangling some names we should. More fixes to follow. Jeremy. | ||||
* | r6959: Meant to fix this before commiting, just to be consistent. | Deryck Hodge | 2005-05-24 | 1 | -1/+1 |
| | | | | deryck | ||||
* | r6958: Properly display quotes in SWAT. Thanks to Jay | Deryck Hodge | 2005-05-24 | 1 | -2/+22 |
| | | | | | | Fenlason <fenlason@redhat.com> for spotting this issue. deryck | ||||
* | r6953: Many compilers in the build farm don't like static variables ↵ | Volker Lendecke | 2005-05-24 | 1 | -3/+3 |
| | | | | | | | | | | | initialized with strlen(..). Jerry, I think this needs another fix. I just want to make the build farm happy. Not merging to trunk, this needs further looking at. Volker | ||||
* | r6949: Back-port Volker's cache fix, plus my change. | Jeremy Allison | 2005-05-24 | 1 | -0/+38 |
| | | | | Jeremy. | ||||
* | r6947: Removal of testprns from package spec. | John Terpstra | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between ↵ | Jeremy Allison | 2005-05-23 | 2 | -6/+22 |
| | | | | | | | directories and files. Needed for Volker's coming changes. Jeremy. | ||||
* | r6943: missed in last sync | Gerald Carter | 2005-05-23 | 1 | -1/+3 |
| | |||||
* | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 2005-05-23 | 24 | -1273/+4145 |
| | | | | * removing the testprns tool | ||||
* | r6940: fixing debug messages | Gerald Carter | 2005-05-23 | 1 | -3/+3 |
| | |||||
* | r6925: merge rev 6920 from 4_0: | Stefan Metzmacher | 2005-05-20 | 1 | -1/+6 |
| | | | | | | display the SVN revision in svk build of tree's directly mirrored from samba.org metze | ||||
* | 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. |