Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-23 | Fix "unable to initialize" bug when smbd hasn't been run with | Jeremy Allison | 2 | -2/+8 | |
new system and a user is being added via pdbedit/smbpasswd. Found at Connectathon setup. Jeremy. (This used to be commit f9c7a42e895f50e15d2f5079bfb2cb389fdf2df4) | |||||
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 8 | -14/+14 | |
(This used to be commit 4319df7fdc2d878c509381923cc1db4d731620ba) | |||||
2004-02-23 | Add bad password count/time attributes | Jim McDonough | 2 | -0/+3 | |
(This used to be commit 003318939f7e476f5f2a5f345e8a81a228fc89a7) | |||||
2004-02-22 | Add bad password count/time attributes | Jim McDonough | 1 | -1/+12 | |
(This used to be commit 184bef8413b17a0e42d1c5bce3d08ae1533818ca) | |||||
2004-02-21 | Add calls to password lockout functions. Should now work against tdbsam only. | Jim McDonough | 1 | -0/+38 | |
(This used to be commit 3e8a9c3584ff2a3c2e120c97569676ac45ec8e59) | |||||
2004-02-21 | printf -> d_printf | Tim Potter | 1 | -1/+1 | |
Bugzilla #1066. (This used to be commit 2285ec9737d7d1767e60cf43c3a55f10643371be) | |||||
2004-02-20 | Make SMB_FILE_ACCESS_INFORMATION call work correctly. | Jeremy Allison | 3 | -8/+13 | |
Jeremy. (This used to be commit 0ea0ada6c609e1bb0fb4aace24e1beb7197495b5) | |||||
2004-02-20 | Make us bug-for-bug compatible with W2K3 - to get delete on close semantics | Jeremy Allison | 3 | -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) | |||||
2004-02-20 | handle both 0 and -1 as disabling reset count and lockout duration | Jim McDonough | 1 | -4/+4 | |
(This used to be commit 84fe24e64ee405bb25878c1e5fdf50592eb75f73) | |||||
2004-02-20 | Make default lockout duration and reset count time 30 minutes, to match ↵ | Jim McDonough | 1 | -2/+2 | |
windows, and also be valid (0 was invalid) (This used to be commit 7ff42fffb2b207aea1dba306c914c7e09994d608) | |||||
2004-02-20 | just say no to crack | Gerald Carter | 1 | -1/+1 | |
(This used to be commit 66be4492aade625417a6cd727bbe8c6bfb224368) | |||||
2004-02-20 | <attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ↵ | Gerald Carter | 1 | -3/+2 | |
SuSE 8.2 (This used to be commit 34e6c5f8f3829e9ff6dd3f1377170fb150bfcec1) | |||||
2004-02-19 | Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames. | Jeremy Allison | 1 | -6/+7 | |
Inspired by Volkers patch. Jeremy. (This used to be commit a47127e90e7d0928b772ba45bd843eeeacc9ef8a) | |||||
2004-02-19 | sys/xattr.h merge from HEAD | Gerald Carter | 2 | -1/+5 | |
(This used to be commit 798dd7299e3ba5cd7e829f48bb42eb9cbfc71dd4) | |||||
2004-02-19 | Enable checking/resetting of account lockout and bad password based on policy | Jim McDonough | 1 | -3/+17 | |
(This used to be commit bd2e55399c21707d40199e4b519daefd897aadc7) | |||||
2004-02-19 | Clean up bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -79/+95 | |
(This used to be commit 9a79f9fbcb43085e419dbccd670a54256d01cb4b) | |||||
2004-02-19 | Add bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -2/+127 | |
(This used to be commit 600fcd534b6e101b6a12774946b0e9814c6f54a8) | |||||
2004-02-19 | merging some fixes from the release branch; more to come later | Gerald Carter | 1 | -8/+16 | |
(This used to be commit 7769a0d33cda0049d32a8a8339c3d4739d6d3604) | |||||
2004-02-19 | Add bad password reset and display of bad password count/time | Jim McDonough | 1 | -3/+25 | |
(This used to be commit 34fe16e445bd9da762cedb0dd0872959f31ecd67) | |||||
2004-02-19 | Add functions to get/set bad password time | Jim McDonough | 2 | -1/+21 | |
(This used to be commit 557f598c63f64c1c5b982a9057c0eea2a2ff2ee5) | |||||
2004-02-19 | Add bad password time fields | Jim McDonough | 1 | -0/+2 | |
(This used to be commit 59e7c3ababd0bb8bc91cbc421b7a842cca38101f) | |||||
2004-02-19 | Fix the "too many fcntl locks" scalability problem raised by tridge. | Jeremy Allison | 4 | -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) | |||||
2004-02-17 | Fix incorrect strnicmp len | Steve French | 1 | -23/+22 | |
(This used to be commit ad1ebb5000066d44ce94f0341fb31351b3900e95) | |||||
2004-02-17 | Fix based on Volker's code to correctly return code from lsa_lookup_sids | Jeremy Allison | 1 | -17/+19 | |
on unmapped sids. Jeremy. (This used to be commit 37a52c31682fcf115eefc31381c02a3ec29c1f8d) | |||||
2004-02-17 | Disable dev (MS_NODEV) on user mounts from cifs vfs | Steve French | 1 | -1/+1 | |
(This used to be commit 9b0d1072bc66d05d0e9afcbe0da349ccaa99ba6e) | |||||
2004-02-17 | When creating a group via a script, don't let winbind do it as well. | Volker Lendecke | 1 | -3/+1 | |
Volker (This used to be commit 6a229f1488c2f0935c24e223614e4c88b36d15c0) | |||||
2004-02-17 | Be able to set alias info for builtin as well. | Volker Lendecke | 1 | -1/+2 | |
Volker (This used to be commit 7a947ecdf56f2dd02811262372708f8a74bfedad) | |||||
2004-02-17 | Don't try to show groups that could not be listed. | Volker Lendecke | 1 | -0/+9 | |
Volker (This used to be commit d713e76a24583acaffa0be67838e7629b980ff29) | |||||
2004-02-17 | In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when | Volker Lendecke | 1 | -1/+6 | |
you search in BUILTIN. Match that. Volker (This used to be commit 2863b21d8a5933c309c51edb09fbda4e669e4890) | |||||
2004-02-17 | If there are no alias members, don't ask for their sids :-) | Volker Lendecke | 1 | -0/+4 | |
Volker (This used to be commit 99f03a641e4fd75c3bafb8bd153687743317a3dc) | |||||
2004-02-16 | Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID) | Steve French | 1 | -1/+5 | |
(This used to be commit a718f16e0bf78139ea46383feec0ce72c63a4986) | |||||
2004-02-16 | Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand. | Volker Lendecke | 1 | -7/+3 | |
Volker (This used to be commit 04639e8862c360e89faac8b80c63197d514b7455) | |||||
2004-02-16 | Fix success message for net groupmap modify | Volker Lendecke | 1 | -1/+1 | |
Volker (This used to be commit 19b30334a7c0f6abde6dfc81550e50aa823117c2) | |||||
2004-02-14 | Fix whitespace to reduce diff from HEAD | Jim McDonough | 1 | -1/+1 | |
(This used to be commit eba512ee1c723392ce553a6b04a7de6c57dd7b1d) | |||||
2004-02-14 | sync IBM Directory Server schema with openldap schema...add munged dial | Jim McDonough | 2 | -1/+2 | |
(This used to be commit 3b1d922ab4fdf3d2d5d8b56b7c5d2882b91000b9) | |||||
2004-02-13 | Missed SAFE_FREE (typo). | Jeremy Allison | 1 | -1/+2 | |
Jeremy. (This used to be commit ac1d03c05bf6247541fbd6f0c3bd5b2e5b6a5212) | |||||
2004-02-13 | Fix ETA Calculation when resuming | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a5f09f0991e5a5bd9538211b0d430020052670c8) | |||||
2004-02-13 | Added Andrew Bartlett's patch to use an allocated buffer for count_chars. | Jeremy Allison | 1 | -2/+8 | |
Jeremy. (This used to be commit cdbeb7d2ebcd4a298aabb3ed665560d219bb0d1c) | |||||
2004-02-13 | Fixup the 'multiple-vuids' bugs. | Jeremy Allison | 4 | -106/+105 | |
Jeremy. (This used to be commit f0f7a48327ba1808088bc8c4e5d48b5cbeaeb4e3) | |||||
2004-02-13 | urban's changes for nosuid,nodev | Gerald Carter | 1 | -1/+1 | |
(This used to be commit ed46d9aef3b423f583475da77db672b685ddf531) | |||||
2004-02-13 | specfile changes form the 3.0.2 release | Gerald Carter | 1 | -0/+11 | |
(This used to be commit d5dac6c5e220b528b2f52689143fddc9af48e55b) | |||||
2004-02-13 | Move tdbsam versioning/upgrade code into 3.0 | Jim McDonough | 2 | -28/+620 | |
(This used to be commit 730c07cac2166812f4a2da5cfba7152d168b2bdd) | |||||
2004-02-12 | merge old change from 2.2 branch to give legend in heading | Herb Lewis | 1 | -2/+3 | |
(This used to be commit ed4af810cf74943e9c1881ddc4044646fd72c998) | |||||
2004-02-12 | Try to remove the last vestiges of unknown_3... | Jim McDonough | 5 | -14/+1 | |
Jelmer, can you look at the sql and xml backends please to verify? (This used to be commit b7706f7e258516d83646aca8c367508bc1c8f0dd) | |||||
2004-02-12 | abartlet's pdb_set/changed flag fix for NULL passwords | Gerald Carter | 1 | -6/+4 | |
(This used to be commit cfe80f0df7ecfa6c689b03b9bed80ea80701a4c1) | |||||
2004-02-12 | Commit Andrew Bartlett's interesting patch to smbclient that allows for | Richard Sharpe | 1 | -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) | |||||
2004-02-12 | stupid cut-n=paste error; my fault | Gerald Carter | 1 | -2/+2 | |
(This used to be commit ee8f142b874a5bd365e59f68fb48ff3fec82fcda) | |||||
2004-02-12 | More sync between passdb on 3.0 and HEAD. | Jim McDonough | 7 | -37/+76 | |
Replace unknown_3 with fields_present. Also causes rpc_samr structure field changes. (This used to be commit 1976843345efb6ca4f9cebd964a61acd8ae11d41) | |||||
2004-02-12 | Start of merging HEAD changes. Right now, just move one fn() to eliminate | Jim McDonough | 1 | -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) | |||||
2004-02-12 | fix build of lock tests | Gerald Carter | 1 | -2/+2 | |
(This used to be commit 70cc747fdfe1f52b957a2b72a12b199f5daeeb5b) |