summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-203-18/+44
| | | | | | | on an initial open the desired_access field *must* contain DELETE_ACCESS, simply having it map from a GENERIC_ALL won't do. Fixes delete on close test. Jeremy. (This used to be commit 5c6f8b1053fd1f170fbb76640649653f8aa80f18)
* handle both 0 and -1 as disabling reset count and lockout durationJim McDonough2004-02-201-4/+4
| | | | (This used to be commit 84fe24e64ee405bb25878c1e5fdf50592eb75f73)
* Make default lockout duration and reset count time 30 minutes, to match ↵Jim McDonough2004-02-201-2/+2
| | | | | | windows, and also be valid (0 was invalid) (This used to be commit 7ff42fffb2b207aea1dba306c914c7e09994d608)
* just say no to crackGerald Carter2004-02-201-1/+1
| | | | (This used to be commit 66be4492aade625417a6cd727bbe8c6bfb224368)
* <attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ↵Gerald Carter2004-02-201-3/+2
| | | | | | SuSE 8.2 (This used to be commit 34e6c5f8f3829e9ff6dd3f1377170fb150bfcec1)
* Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.Jeremy Allison2004-02-191-6/+7
| | | | | | Inspired by Volkers patch. Jeremy. (This used to be commit a47127e90e7d0928b772ba45bd843eeeacc9ef8a)
* sys/xattr.h merge from HEADGerald Carter2004-02-192-1/+5
| | | | (This used to be commit 798dd7299e3ba5cd7e829f48bb42eb9cbfc71dd4)
* Enable checking/resetting of account lockout and bad password based on policyJim McDonough2004-02-191-3/+17
| | | | (This used to be commit bd2e55399c21707d40199e4b519daefd897aadc7)
* Clean up bad pw count and autolock flag update fn()sJim McDonough2004-02-191-79/+95
| | | | (This used to be commit 9a79f9fbcb43085e419dbccd670a54256d01cb4b)
* Add bad pw count and autolock flag update fn()sJim McDonough2004-02-191-2/+127
| | | | (This used to be commit 600fcd534b6e101b6a12774946b0e9814c6f54a8)
* Add bad password reset and display of bad password count/timeJim McDonough2004-02-191-3/+25
| | | | (This used to be commit 34fe16e445bd9da762cedb0dd0872959f31ecd67)
* Add functions to get/set bad password timeJim McDonough2004-02-192-1/+21
| | | | (This used to be commit 557f598c63f64c1c5b982a9057c0eea2a2ff2ee5)
* Add bad password time fieldsJim McDonough2004-02-191-0/+2
| | | | (This used to be commit 59e7c3ababd0bb8bc91cbc421b7a842cca38101f)
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-194-35/+62
| | | | | | | I've now tested this in daemon mode and also on xinetd and I'm pretty sure it's working. Jeremy. (This used to be commit 14dee038019b11300466b148c53515fc76e5e870)
* Fix incorrect strnicmp lenSteve French2004-02-171-23/+22
| | | | (This used to be commit ad1ebb5000066d44ce94f0341fb31351b3900e95)
* Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison2004-02-171-17/+19
| | | | | | on unmapped sids. Jeremy. (This used to be commit 37a52c31682fcf115eefc31381c02a3ec29c1f8d)
* Disable dev (MS_NODEV) on user mounts from cifs vfsSteve French2004-02-171-1/+1
| | | | (This used to be commit 9b0d1072bc66d05d0e9afcbe0da349ccaa99ba6e)
* When creating a group via a script, don't let winbind do it as well.Volker Lendecke2004-02-171-3/+1
| | | | | Volker (This used to be commit 6a229f1488c2f0935c24e223614e4c88b36d15c0)
* Be able to set alias info for builtin as well.Volker Lendecke2004-02-171-1/+2
| | | | | Volker (This used to be commit 7a947ecdf56f2dd02811262372708f8a74bfedad)
* Don't try to show groups that could not be listed.Volker Lendecke2004-02-171-0/+9
| | | | | Volker (This used to be commit d713e76a24583acaffa0be67838e7629b980ff29)
* In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke2004-02-171-1/+6
| | | | | | | you search in BUILTIN. Match that. Volker (This used to be commit 2863b21d8a5933c309c51edb09fbda4e669e4890)
* If there are no alias members, don't ask for their sids :-)Volker Lendecke2004-02-171-0/+4
| | | | | Volker (This used to be commit 99f03a641e4fd75c3bafb8bd153687743317a3dc)
* Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)Steve French2004-02-161-1/+5
| | | | (This used to be commit a718f16e0bf78139ea46383feec0ce72c63a4986)
* Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.Volker Lendecke2004-02-161-7/+3
| | | | | Volker (This used to be commit 04639e8862c360e89faac8b80c63197d514b7455)
* Fix success message for net groupmap modifyVolker Lendecke2004-02-161-1/+1
| | | | | Volker (This used to be commit 19b30334a7c0f6abde6dfc81550e50aa823117c2)
* Missed SAFE_FREE (typo).Jeremy Allison2004-02-131-1/+2
| | | | | Jeremy. (This used to be commit ac1d03c05bf6247541fbd6f0c3bd5b2e5b6a5212)
* Fix ETA Calculation when resumingJelmer Vernooij2004-02-131-1/+1
| | | | (This used to be commit a5f09f0991e5a5bd9538211b0d430020052670c8)
* Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison2004-02-131-2/+8
| | | | | Jeremy. (This used to be commit cdbeb7d2ebcd4a298aabb3ed665560d219bb0d1c)
* Fixup the 'multiple-vuids' bugs.Jeremy Allison2004-02-134-106/+105
| | | | | Jeremy. (This used to be commit f0f7a48327ba1808088bc8c4e5d48b5cbeaeb4e3)
* urban's changes for nosuid,nodevGerald Carter2004-02-131-1/+1
| | | | (This used to be commit ed46d9aef3b423f583475da77db672b685ddf531)
* Move tdbsam versioning/upgrade code into 3.0Jim McDonough2004-02-132-28/+620
| | | | (This used to be commit 730c07cac2166812f4a2da5cfba7152d168b2bdd)
* merge old change from 2.2 branch to give legend in headingHerb Lewis2004-02-121-2/+3
| | | | (This used to be commit ed4af810cf74943e9c1881ddc4044646fd72c998)
* Try to remove the last vestiges of unknown_3...Jim McDonough2004-02-125-14/+1
| | | | | Jelmer, can you look at the sql and xml backends please to verify? (This used to be commit b7706f7e258516d83646aca8c367508bc1c8f0dd)
* abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter2004-02-121-6/+4
| | | | (This used to be commit cfe80f0df7ecfa6c689b03b9bed80ea80701a4c1)
* Commit Andrew Bartlett's interesting patch to smbclient that allows forRichard Sharpe2004-02-121-1/+57
| | | | | | | | multiple logins and changing vuids. I fixed up a couple of variables so it actually works. We want to use this to test our multiple SIDs in the kernel changes etc. (This used to be commit 4df824d38bd7673b27dd7d7f880420e78a136032)
* stupid cut-n=paste error; my faultGerald Carter2004-02-121-2/+2
| | | | (This used to be commit ee8f142b874a5bd365e59f68fb48ff3fec82fcda)
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-127-37/+76
| | | | | Replace unknown_3 with fields_present. Also causes rpc_samr structure field changes. (This used to be commit 1976843345efb6ca4f9cebd964a61acd8ae11d41)
* Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough2004-02-121-67/+63
| | | | | | the prototype at the beginning, and change some comments so diffs to HEAD aren't filled with useless info. (This used to be commit 7b40f6c464ecbd40ab3fdf32b53da1e61475d2e7)
* fix build of lock testsGerald Carter2004-02-121-2/+2
| | | | (This used to be commit 70cc747fdfe1f52b957a2b72a12b199f5daeeb5b)
* merge from old APP_HEADGerald Carter2004-02-1210-59/+192
| | | | | | | | | | | * remove corrupt tdb and shutdown (only for printing tdbs, connections, sessionid & locking) * decrement smbd counter in connections.tdb in smb_panic() * various Makefile hack to get things to link 'max smbd processes' looks like it might be broken. The counter KEY is not being set. Will look into that tomorrow. (This used to be commit 6e22c5da929b6d9a4e32dc704c83112b2ad8fcfd)
* updates for tdbsam code to help make merge into head easier; needs a bit ↵Gerald Carter2004-02-121-46/+53
| | | | | | more testing tomorrow but initial results seem ok (This used to be commit daee8d7feee4a08d6c204e2de3f346b6d10640e6)
* More paranoia checks.Jeremy Allison2004-02-111-0/+5
| | | | | Jeremy. (This used to be commit adf8ee3df75b8336d14ad093ad2ebc3a480d0017)
* Update mount.cifs version to 1.1Steve French2004-02-111-1/+1
| | | | (This used to be commit e73b6a5ae51687c42b621f6bf496c8ae1a73aee1)
* Mount helper fixes for nosetuid, noexec part two of twoSteve French2004-02-111-10/+10
| | | | (This used to be commit c2b4d81a8dae23170d32713e3e766dcf5be9a040)
* Add missing nosetuid and noexec optionsSteve French2004-02-111-7/+41
| | | | (This used to be commit 5bb6429cc46f4bedd87b309ed98b61b10684cd0f)
* Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison2004-02-111-2/+3
| | | | | Jeremy. (This used to be commit e914230a2d1a7b515bd7859d655d6555b7d3e67e)
* BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in ↵Gerald Carter2004-02-111-9/+9
| | | | | | cmd_symlink, cmd_link, cmd_chown, cmd_chmod functions (This used to be commit 60eb69ff64cc9836072f8f3894e8bc685dc7466a)
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-112-46/+105
| | | | (This used to be commit 8734d91cd7681219f1389e3c41979028eadbb7fe)
* Paranoia fixes :-).Jeremy Allison2004-02-111-0/+8
| | | | | Jeremy. (This used to be commit 86b030197db63ac0a04b8ea877d80a3d74a7a187)
* Added James Peach's fix for #1038.Jeremy Allison2004-02-112-0/+42
| | | | | Jeremy. (This used to be commit 5379ad98241950c581d88acbee1e256187b13582)