summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do the query part of the previous fix...reset time and duration are set in ↵Jim McDonough2004-02-251-2/+2
| | | | | | minutes, not seconds. Works from usrmgr. (This used to be commit 98833a82facb0bc25d9ba6f4d4c1200627e98d6d)
* reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough2004-02-251-2/+2
| | | | (This used to be commit 700049d9efefc7f8952cc60bc46ba8aa790a28ba)
* Figured out a new flags bit with gentest and ethereal....Jeremy Allison2004-02-252-2/+11
| | | | | Jeremy. (This used to be commit b4b684f1155b1abccb69cca7bca9819625dbfead)
* More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you lookJeremy Allison2004-02-251-5/+27
| | | | | | at what W2K3 accepts here it's COMPLETELY BROKEN ! :-). Jeremy. (This used to be commit 5107f6ee70a9300678ccb7b3c812e23ddf795c22)
* More gentest fixes.Jeremy Allison2004-02-251-6/+17
| | | | | Jeremy. (This used to be commit d34785194cbd7132fc3ca1f4d5561c2eee6009ab)
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-244-5/+160
| | | | | | | | | group_info4 in set_dom_group_info also has the level in the record itself. This seems not to be an align. Tested with NT4 usrmgr.exe. It can still create a domain group on a samba machine. Volker (This used to be commit 76c75bb8a7ad2a2e719dbbe997abf8aefe2fbbb4)
* Remove unused variable.Volker Lendecke2004-02-241-1/+0
| | | | | Volker (This used to be commit eece7ff000a9589d56130e93a6105ad1052e9a14)
* 'net idmap restore' is too useful to be left broken :-)Volker Lendecke2004-02-241-1/+105
| | | | | | | Set the HWM values correctly after having manipulated the tdb. Volker (This used to be commit b1eba2188b1be183f37219a722903adc14b91369)
* Ensure '.' and '..' don't match in delete requests.Jeremy Allison2004-02-241-1/+4
| | | | | Jeremy. (This used to be commit 1b0d54170a2e3e61fc9bdedec6b10c8b7728a395)
* More gentest error fixups.Jeremy Allison2004-02-243-2/+13
| | | | | Jeremy. (This used to be commit 00f71fc8361919b87b62389ada8bd9a73f9f98b5)
* Fixup bad-path error found by gentest.Jeremy Allison2004-02-241-4/+6
| | | | | Jeremy. (This used to be commit 63d47f336464080e20e68f21d826e82786b9719e)
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-244-2/+55
| | | | | Jeremy. (This used to be commit dfd7d1c2b7b577a084a94926abfce82c91f20b7e)
* Fixup correct timeout values for blocking lock timeouts (tested at connectathonJeremy Allison2004-02-241-1/+1
| | | | | | by Herb). Jeremy. (This used to be commit b38b3a554221a234127c740e6432048e69b7f5a3)
* Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett2004-02-231-1/+1
| | | | | | | | | | | JustFillBug <mozbugbox@yahoo.com.au> on the Samba lists - a 'max password age' of zero should be considered as 'never expire'. For the timebeing we just set it like -1, but we might revisit this for closer-to-ms behaviour. Andrew Bartlett (This used to be commit 9ffc490fce215dcaed8ebfc1db85f5017a692ca4)
* Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2004-02-232-2/+8
| | | | | | | new system and a user is being added via pdbedit/smbpasswd. Found at Connectathon setup. Jeremy. (This used to be commit f9c7a42e895f50e15d2f5079bfb2cb389fdf2df4)
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-238-14/+14
| | | | (This used to be commit 4319df7fdc2d878c509381923cc1db4d731620ba)
* Add bad password count/time attributesJim McDonough2004-02-232-0/+3
| | | | (This used to be commit 003318939f7e476f5f2a5f345e8a81a228fc89a7)
* Add bad password count/time attributesJim McDonough2004-02-221-1/+12
| | | | (This used to be commit 184bef8413b17a0e42d1c5bce3d08ae1533818ca)
* Add calls to password lockout functions. Should now work against tdbsam only.Jim McDonough2004-02-211-0/+38
| | | | (This used to be commit 3e8a9c3584ff2a3c2e120c97569676ac45ec8e59)
* printf -> d_printfTim Potter2004-02-211-1/+1
| | | | | Bugzilla #1066. (This used to be commit 2285ec9737d7d1767e60cf43c3a55f10643371be)
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-203-8/+13
| | | | | Jeremy. (This used to be commit 0ea0ada6c609e1bb0fb4aace24e1beb7197495b5)
* 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)
* merging some fixes from the release branch; more to come laterGerald Carter2004-02-191-8/+16
| | | | (This used to be commit 7769a0d33cda0049d32a8a8339c3d4739d6d3604)
* 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)
* Fix whitespace to reduce diff from HEADJim McDonough2004-02-141-1/+1
| | | | (This used to be commit eba512ee1c723392ce553a6b04a7de6c57dd7b1d)
* sync IBM Directory Server schema with openldap schema...add munged dialJim McDonough2004-02-142-1/+2
| | | | (This used to be commit 3b1d922ab4fdf3d2d5d8b56b7c5d2882b91000b9)
* Missed SAFE_FREE (typo).Jeremy Allison2004-02-131-1/+2
| | | | | Jeremy. (This used to be commit ac1d03c05bf6247541fbd6f0c3bd5b2e5b6a5212)