summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r7041: compile fixes....long day I guessGerald Carter2005-05-271-2/+3
|
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2005-05-271-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 fixGerald Carter2005-05-271-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 isJeremy Allison2005-05-271-58/+13
| | | | | discussed more on samba-technical. Jeremy.
* r7033: Call a spade a spade :-).Jeremy Allison2005-05-272-91/+85
| | | | Jeremy.
* r7031: Added encrypt/decrypt function for LSA secrets and trustedJeremy Allison2005-05-272-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, retryDerrell Lipman2005-05-272-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 commitGerald Carter2005-05-274-29/+8
|
* r7020: fixing printer ace values and getting rid of false compiler warning ↵Gerald Carter2005-05-277-14/+34
| | | | about unitialized variable
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2005-05-264-13/+47
| | | | | * add RegSaveKey() client function * add 'net rpc registry save' subcommand
* r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* forJeremy Allison2005-05-261-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 trunkGerald Carter2005-05-261-7/+7
|
* r6979: Tidyups.Jeremy Allison2005-05-251-8/+2
| | | | Jeremy.
* r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison2005-05-253-0/+15
| | | | | | ensure we don't create files with control characters either. Jeremy.
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2005-05-252-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 Hodge2005-05-241-1/+1
| | | | deryck
* r6958: Properly display quotes in SWAT. Thanks to JayDeryck Hodge2005-05-241-2/+22
| | | | | | Fenlason <fenlason@redhat.com> for spotting this issue. deryck
* r6953: Many compilers in the build farm don't like static variables ↵Volker Lendecke2005-05-241-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 Allison2005-05-241-0/+38
| | | | Jeremy.
* r6947: Removal of testprns from package spec.John Terpstra2005-05-241-1/+1
|
* r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between ↵Jeremy Allison2005-05-232-6/+22
| | | | | | | directories and files. Needed for Volker's coming changes. Jeremy.
* r6943: missed in last syncGerald Carter2005-05-231-1/+3
|
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2005-05-2324-1273/+4145
| | | | * removing the testprns tool
* r6940: fixing debug messagesGerald Carter2005-05-231-3/+3
|
* r6925: merge rev 6920 from 4_0:Stefan Metzmacher2005-05-201-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 Lendecke2005-05-191-1/+3
| | | | Volker
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2005-05-184-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 bugJeremy Allison2005-05-185-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 Lendecke2005-05-181-8/+16
| | | | Volker
* r6849: Merge revision 6845 from Samba 4Volker Lendecke2005-05-171-8/+11
|
* r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2005-05-172-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 NULLJeremy Allison2005-05-161-6/+8
| | | | | guard for disp_fields[0]. Jeremy.
* r6823: Add deletion confirmation / error message.John Terpstra2005-05-161-0/+5
|
* r6822: Use chsize if we don't have ftruncate. From Steven Edwards ↵Jeremy Allison2005-05-162-9/+12
| | | | | | <steven_ed4153@yahoo.com>. Jeremy.
* r6820: Remove claim that password can be set with account creation (RPC).John Terpstra2005-05-161-1/+1
|
* r6785: deprecating the printer admin parameterGerald Carter2005-05-141-2/+2
|
* r6783: Fixes for Solaris 9.John Terpstra2005-05-144-10/+24
|
* r6782: rename for consistencyGerald Carter2005-05-131-0/+0
|
* r6779: Use the SID in the user token for the %s expansion in 'afs username ↵Volker Lendecke2005-05-131-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 Lendecke2005-05-131-0/+8
| | | | Volker
* r6774: Fix 2 memleaksVolker Lendecke2005-05-131-1/+2
|
* r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.Volker Lendecke2005-05-131-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 Lendecke2005-05-131-2/+0
| | | | Volker
* r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader.Tim Potter2005-05-132-6/+3
|
* r6757: test for existence of sys/un.h was missing, thus AF_LOCAL support was ↵Derrell Lipman2005-05-121-0/+1
| | | | not found
* r6755: removing domain_sid() since it is not referenced anymoreGerald Carter2005-05-125-95/+0
|
* r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting orDerrell Lipman2005-05-121-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 Lendecke2005-05-121-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_0Volker Lendecke2005-05-121-1/+1
|
* r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese.Tim Potter2005-05-121-1/+1
| | | | Closes bugzilla 2699.