summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r7145: reuse the WINBIND_REQUIRED_MEMBERSHIP constant.Günther Deschner2007-10-101-12/+14
| | | | | | | | This is just cosmetic but prevents people from thinking that the pam_winbind "require_membership_of"-option is not yet implemented :) Guenther (This used to be commit ef80a49a858d7d81d427c7bac71fdac4fc0d1bd6)
* r7143: removing unused fileGerald Carter2007-10-101-0/+0
| | | | (This used to be commit 8c3886515683735c7449e409f8aa2ee9e6ac14fb)
* r7142: removing 'ldap filter' smb.conf optionGerald Carter2007-10-102-8/+4
| | | | (This used to be commit e2f8eeb4e26e8f7bec4d9dc820b86a7b548f82da)
* r7140: removing aparser directory since it is obselete in light of pidlGerald Carter2007-10-1056-4009/+0
| | | | (This used to be commit 38cad678b8058d5ac99b41c0be07f4c58a720cfc)
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing ↵Gerald Carter2007-10-1039-4911/+1327
| | | | | | version to 3.0.20pre1 (This used to be commit 9727d05241574042dd3aa8844ae5c701d22e2da1)
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2007-10-1012-1928/+6
| | | | (This used to be commit 318c3db4cb1c85be40b2f812f781bcf5f1da5c19)
* r7126: fixing paranoid malloc checker failuresGerald Carter2007-10-103-6/+5
| | | | (This used to be commit b01026674fddb4179a7f002c13f5e341eaaa0a1c)
* r7041: compile fixes....long day I guessGerald Carter2007-10-101-2/+3
| | | | (This used to be commit ec3ef5ddbe12fa6ebe8f58979625c671d181c519)
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2007-10-101-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. (This used to be commit 09c9a62aa53ed26e59ed57e577614d02a796c492)
* r7038: * upgrade version of nt*tdb files. Have to fixGerald Carter2007-10-101-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. (This used to be commit c72182c1e20225a655376fd23915ac6053b94633)
* r7034: Revert change in util_sock.c from derrell until this isJeremy Allison2007-10-101-58/+13
| | | | | | discussed more on samba-technical. Jeremy. (This used to be commit 7ad6fdc1ef4754fc25d81ab27fd5ebb40e04a6cf)
* r7033: Call a spade a spade :-).Jeremy Allison2007-10-102-91/+85
| | | | | Jeremy. (This used to be commit f5027f6370bd085a8d4c1a221881eebb0e4ffbab)
* r7031: Added encrypt/decrypt function for LSA secrets and trustedJeremy Allison2007-10-102-1/+30
| | | | | | domain passwords on the wire. Jeremy. (This used to be commit f82dcac25faf7876655cb1839846cc5e01e4add7)
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2007-10-102-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 (This used to be commit 7b4d4f6109d815ec70c65564435d7d9bd22f66d9)
* r7024: reverting mistaken commitGerald Carter2007-10-104-29/+8
| | | | (This used to be commit c70c5c4ee9b14fbdb174f542607aceebe0e88470)
* r7020: fixing printer ace values and getting rid of false compiler warning ↵Gerald Carter2007-10-107-14/+34
| | | | | | about unitialized variable (This used to be commit 3a91b20e4bcc78c91932e6c4394b3f6f153b2ff5)
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2007-10-104-13/+47
| | | | | | * add RegSaveKey() client function * add 'net rpc registry save' subcommand (This used to be commit f35e0a0a8d8df5c39e61ebd34c4aecbc5c9bb635)
* r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* forJeremy Allison2007-10-101-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. (This used to be commit 8227675d3dbcd4f8bb2a24ea7e3e05c428b7c929)
* r6992: syncing printer permissions changes from trunkGerald Carter2007-10-101-7/+7
| | | | (This used to be commit a2eb138c215f3d6618922918e10412a883db5011)
* r6979: Tidyups.Jeremy Allison2007-10-101-8/+2
| | | | | Jeremy. (This used to be commit 619d0aeebba66624ea0f5c7cff1c637738275b84)
* r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison2007-10-103-0/+15
| | | | | | | ensure we don't create files with control characters either. Jeremy. (This used to be commit 0ca2423c706423a07721e375345b6d45a45cbcf4)
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2007-10-102-66/+36
| | | | | | | Start of fix for #2735 - we are not mangling some names we should. More fixes to follow. Jeremy. (This used to be commit ac0fa973774c36b72863aea369e9d243cf7420fa)
* r6959: Meant to fix this before commiting, just to be consistent.Deryck Hodge2007-10-101-1/+1
| | | | | deryck (This used to be commit 3732705605c757d8647efa2731070025f79ab302)
* r6958: Properly display quotes in SWAT. Thanks to JayDeryck Hodge2007-10-101-2/+22
| | | | | | | Fenlason <fenlason@redhat.com> for spotting this issue. deryck (This used to be commit cd12641383c50020104142cad0e705e2b58c50f4)
* r6953: Many compilers in the build farm don't like static variables ↵Volker Lendecke2007-10-101-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 (This used to be commit 4f36e4f4343e56842affa8de495c2258f5d971ad)
* r6949: Back-port Volker's cache fix, plus my change.Jeremy Allison2007-10-101-0/+38
| | | | | Jeremy. (This used to be commit 27d43f6d36b3f6abc368ec6a00ef9803cb27c324)
* r6947: Removal of testprns from package spec.John Terpstra2007-10-101-1/+1
| | | | (This used to be commit 074ae196449d78d727e622d298080d6ef8352259)
* r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between ↵Jeremy Allison2007-10-102-6/+22
| | | | | | | | directories and files. Needed for Volker's coming changes. Jeremy. (This used to be commit b257744fdfd0a8d940ae834b3c21f0f298c7d1f9)
* r6943: missed in last syncGerald Carter2007-10-101-1/+3
| | | | (This used to be commit 3002aa22505d4604f7919bf7207477e737372404)
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-1024-1273/+4145
| | | | | * removing the testprns tool (This used to be commit 81ffb0dbbbd244623507880c323a3c37e2b8dc4d)
* r6940: fixing debug messagesGerald Carter2007-10-101-3/+3
| | | | (This used to be commit 81c1ac255ebf0adf3bdb96b077a34dcfab1812cf)
* r6925: merge rev 6920 from 4_0:Stefan Metzmacher2007-10-101-1/+6
| | | | | | | display the SVN revision in svk build of tree's directly mirrored from samba.org metze (This used to be commit 110c0f6f36b8a5e7b0e1bf4477605ed81aca5580)
* r6900: Fix bug 2725. Thanks, John, for finding it.Volker Lendecke2007-10-101-1/+3
| | | | | Volker (This used to be commit 913c06ad3e752f2b185faa411d90a2f7aaf42291)
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2007-10-104-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. (This used to be commit dd1a5e6e499dd721c5bb8d56a61810a7454a3449)
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-105-15/+57
| | | | | | | where large print jobs can have out-of-order offsets. Bug found by Arcady Chernyak <Arcady.Chernyak@efi.com> Jeremy. (This used to be commit 482f7e0e3706098b71aa0b31a134994acb1e9fcf)
* r6880: Fix bug 2070 after positive feedback from Leon Vernikov. Thanks!Volker Lendecke2007-10-101-8/+16
| | | | | Volker (This used to be commit f25da82ffd8cdaf9ba773352b6f35d5390ee4aad)
* r6849: Merge revision 6845 from Samba 4Volker Lendecke2007-10-101-8/+11
| | | | (This used to be commit 44365075d22d395992b167e5a04d7083c05878cc)
* r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2007-10-102-0/+71
| | | | | | | fill when a file is extended. Should catch disk full errors on write from MS-Office. Jeremy. (This used to be commit 858824f37be443320487a8e28ec8fa172cdf5a18)
* r6834: Fix bug #2703, found by John Antonishek <ant@nist.gov>. Add NULLJeremy Allison2007-10-101-6/+8
| | | | | | guard for disp_fields[0]. Jeremy. (This used to be commit ee45f4b17e4131a9e0779046c49b24d1e35256d8)
* r6823: Add deletion confirmation / error message.John Terpstra2007-10-101-0/+5
| | | | (This used to be commit 11804521f9cf8cdfb8c1526ea81dfb8a2c16c194)
* r6822: Use chsize if we don't have ftruncate. From Steven Edwards ↵Jeremy Allison2007-10-102-9/+12
| | | | | | | <steven_ed4153@yahoo.com>. Jeremy. (This used to be commit 2f78ba5ea71504c2c9bb44c36000b3cab1227f78)
* r6820: Remove claim that password can be set with account creation (RPC).John Terpstra2007-10-101-1/+1
| | | | (This used to be commit 2529d615a6fcd09e494b445ee7a4acec78005ac2)
* r6785: deprecating the printer admin parameterGerald Carter2007-10-101-2/+2
| | | | (This used to be commit 0826feafd7a7eec56093c303fcb250a61bef607f)
* r6783: Fixes for Solaris 9.John Terpstra2007-10-104-10/+24
| | | | (This used to be commit cf4d9dc778b11b1c110945f74610e58ed81a839b)
* r6782: rename for consistencyGerald Carter2007-10-101-0/+0
| | | | (This used to be commit 86724c5c5f4270be63cb119beb7c1cb041551439)
* r6779: Use the SID in the user token for the %s expansion in 'afs username ↵Volker Lendecke2007-10-101-3/+4
| | | | | | | | | | map'. This fixes a rather weird problem where an algorithmic SID ended up as the replacement for %s. Volker (This used to be commit 67dbc91b27aeeeab3cc1360137db1dd955728061)
* r6777: Fix vfs_full_audit.c after jra's change.Volker Lendecke2007-10-101-0/+8
| | | | | Volker (This used to be commit 16af4645822f1b3cf39c6dffbbb8ef6b1c9d7751)
* r6774: Fix 2 memleaksVolker Lendecke2007-10-101-1/+2
| | | | (This used to be commit 6af57d4bae3ee0a28ab12294e813bb37b62e00f5)
* r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.Volker Lendecke2007-10-101-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 (This used to be commit 88a67e96d1c54fddadbb6a33e4bc5fba884e58e6)
* r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke2007-10-101-2/+0
| | | | | Volker (This used to be commit f406dda687b457b8247151cf86d39f03608b5503)