summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixup strange rename error case (gentest).Jeremy Allison2004-02-251-1/+2
| | | | | | | | | | Jeremy. (This used to be commit e46aaffe97919afb1c92f56376f9578825012b92)
| * 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 d02dd0e5f5fae3256b1922c2963e18c8fa36a3e6)
| * reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough2004-02-251-2/+2
| | | | | | | | (This used to be commit 08a7c9697d49719e4cfb32a06720873c98585f67)
| * Figured out a new flags bit with gentest and ethereal....Jeremy Allison2004-02-252-2/+11
| | | | | | | | | | Jeremy. (This used to be commit 755b66303d04b73a855fa8db5fe3ae920a901bf3)
| * 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 9aa37cb84090260b33d32ad123ddc4d211e3913b)
| * More gentest fixes.Jeremy Allison2004-02-251-6/+17
| | | | | | | | | | Jeremy. (This used to be commit fc9811693933327a15b7dbe4893219c7ef44d1e8)
| * Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-245-5/+167
| | | | | | | | | | | | | | | | | | 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 9cadd14aa53d390a2419d7ce4fe48d58cf372279)
| * Remove unused variable.Volker Lendecke2004-02-241-1/+0
| | | | | | | | | | Volker (This used to be commit f5af0326e67c0eb7be6f4b07f8b89c4c680903ac)
| * '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 efad125f40858176145c69265d06b25295292132)
| * Ensure '.' and '..' don't match in delete requests.Jeremy Allison2004-02-241-1/+4
| | | | | | | | | | Jeremy. (This used to be commit c85b617aa03c1524f659100030a8e96cef38fb62)
| * More gentest error fixups.Jeremy Allison2004-02-243-2/+13
| | | | | | | | | | Jeremy. (This used to be commit f353cafa9d9e6142b4aec45cfbc567dc4ab20d7e)
| * Fixup bad-path error found by gentest.Jeremy Allison2004-02-241-4/+6
| | | | | | | | | | Jeremy. (This used to be commit 55f13d743e78ed8f48bf209e838ea77df3121047)
| * Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-244-2/+55
| | | | | | | | | | Jeremy. (This used to be commit d236372876918be2a886a89383cf843b82d4c8db)
| * Fixup correct timeout values for blocking lock timeouts (tested at connectathonJeremy Allison2004-02-241-1/+1
| | | | | | | | | | | | by Herb). Jeremy. (This used to be commit 6356b792683100122500db9cf222b7e8518d834e)
| * (merge from 3.0)Andrew Bartlett2004-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Found by Fabien Chevalier <fabien.chevalier@supelec.fr> and 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 2003cdc65e1b9f6514d97334997fee5c49813bac)
| * 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 93580927dc255f205283b64c72fb95be990d2216)
| * Add bad password count/time attributesJim McDonough2004-02-232-0/+3
| | | | | | | | (This used to be commit 2fa56111d37a09702b31e1769a687b630aff1c1b)
| * Add bad password count/time attributesJim McDonough2004-02-221-1/+12
| | | | | | | | (This used to be commit 51a8d050e9242192c2670b09242cf4fdbbae8940)
| * Add calls to password lockout functions. Should now work against tdbsam only.Jim McDonough2004-02-211-0/+38
| | | | | | | | (This used to be commit 6ccb90acfd8591f6ef0d91b4ada89c5ad8ac98d5)
| * printf -> d_printfTim Potter2004-02-211-1/+1
| | | | | | | | (This used to be commit 3f3a744e925aa943c901406f1565ebf346fe8707)
| * Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-204-115/+13
| | | | | | | | | | Jeremy. (This used to be commit a6cb7af9bad1610e802fa5cddbf68fb887bc2974)
| * 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 fb4249e7d12bee4589edff40f1e76f1a19a6ffaa)
| * AIX has already has a function called msleep(). Bugzilla #1098.Tim Potter2004-02-208-14/+14
| | | | | | | | (This used to be commit 90ae3667448be9b3445f401bcd9d7e3eba374215)
| * handle both 0 and -1 as disablingJim McDonough2004-02-201-4/+4
| | | | | | | | | | reset count and lockout duration (This used to be commit ad2996e418a45c1cf4f969077ffc267de70d6866)
| * Make default lockout duration andJim McDonough2004-02-201-2/+2
| | | | | | | | | | reset count time 30 minutes, to match windows, and also be valid (0 was invalid) (This used to be commit 69924079b2f7098254c2053781121d4324626dee)
| * <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 bf271b96cf6bc42c8a23309d890febf003e1627f)
| * Fixup returns from lookupsids in the same way as lookupnames. Inspired byJeremy Allison2004-02-191-6/+7
| | | | | | | | | | | | Volkers patch. Jeremy. (This used to be commit aff6bacf0e461322e6e165cb7a6a42f4d976f52b)
| * check for <sys/xattr.h>; needed by Debian testingGerald Carter2004-02-192-1/+5
| | | | | | | | (This used to be commit fb90b4140ec45ff4088c41dffce3680b5c4dc170)
| * remove some unused local variablesGerald Carter2004-02-191-5/+2
| | | | | | | | (This used to be commit aa67c77515097cc21a9de727bf3722c04de313f9)
| * Enable checking/resetting of account lockout and bad password based on policyJim McDonough2004-02-191-3/+17
| | | | | | | | (This used to be commit caef425d803fa01aa6f54339f8bc17fc752f73b0)
| * Clean up bad pw count and autolock flag update fn()sJim McDonough2004-02-191-79/+95
| | | | | | | | (This used to be commit 81dc9d53eb330f350f3f31068fe75c3606221e62)
| * comment out server portion of DsEnumerateDomainTrusts() since it causes ↵Gerald Carter2004-02-192-4/+11
| | | | | | | | | | | | 2k/xp clients to fail to join the domain (see comments in srv_netlog_nt.c for details) (This used to be commit 981bd70a56094740daf6d144f7b802370c0d9056)
| * Add bad pw count and autolock flag update fn()sJim McDonough2004-02-191-2/+127
| | | | | | | | (This used to be commit 91ea29b392ff05311e9631467ee6255b29887e04)
| * fixing error in logic when checking flags changed field on user primary ↵Gerald Carter2004-02-191-28/+28
| | | | | | | | | | | | group sid (This used to be commit c275d8f831490a52bae11698349a6b795d12f924)
| * merging smbmnt fix from 3.0Gerald Carter2004-02-191-1/+1
| | | | | | | | (This used to be commit ea83c341c9ff54dfc5d0a941be96e6684f565d7d)
| * Add bad password reset and display of bad password count/timeJim McDonough2004-02-191-3/+25
| | | | | | | | (This used to be commit 22c312b31d545914ae3fd12a11915ed046421f38)
| * Add functions to get/set bad password timeJim McDonough2004-02-192-1/+21
| | | | | | | | (This used to be commit 0a2b792556b3aaa056a1fa6adb35627fdb804758)
| * Add bad password time fieldsJim McDonough2004-02-191-0/+2
| | | | | | | | (This used to be commit 9f496e113c60bde1746c7f1063e83735117b2fe8)
| * reformattingSimo Sorce2004-02-191-69/+69
| | | | | | | | (This used to be commit cd48827418d8be15470e833ea19ab9830e160e12)
| * 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 f3e51dbc21c616d261f0a65b9fa69dbb8b5a9a0f)
| * 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 0ac64c8b4d944315cf49e6b183c07396abc7bab3)
| * 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 f90c590731b45e413e70cd5d9b56d0d77dd48391)
| * Also set alias info for builtins.Volker Lendecke2004-02-171-1/+2
| | | | | | | | | | Volker (This used to be commit 32682cd81485e295720fc65c98669c2e6e5c6043)
| * Don't try to show entries that could not be listed.Volker Lendecke2004-02-171-0/+9
| | | | | | | | | | Volker (This used to be commit 5fb9028942e2f16b153f42911e837008824dcecc)
| * 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 471cf1bf87638953bec4954667bbf8a49c693903)
| * If there are no alias members, don't ask for their sids.Volker Lendecke2004-02-171-0/+4
| | | | | | | | | | Volker (This used to be commit 9d66043ed71d0c0f787a67b06b93f4f3b489c21c)
| * Cosmetic fix: use sid_is_in_our_domain.Volker Lendecke2004-02-161-7/+3
| | | | | | | | | | Volker (This used to be commit fc0dc0607d03eaefc2a0e3ffe7f1cf3612e73e0c)
| * Fix success message for net groupmap modifyVolker Lendecke2004-02-161-1/+1
| | | | | | | | | | Volker (This used to be commit d8ff6e4b30bda45b5f8680694da383d5769d7db5)
| * Sync with openldap schema. Add munged dial and config attrs/ocs.Jim McDonough2004-02-142-1/+18
| | | | | | | | (This used to be commit 3f8824f7d02bcf46445360542df686a7a75ab52d)
| * Typo (missed SAFE_FREE).,Jeremy Allison2004-02-131-1/+2
| | | | | | | | | | Jeremy. (This used to be commit dd014ab358e861f3828cb34c09c5800606c8da59)