Gerald Carter
66be4492aa
just say no to crack
-
Gerald Carter
34e6c5f8f3
<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on SuSE 8.2
-
Jeremy Allison
a47127e90e
Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.
...
Inspired by Volkers patch.
Jeremy.
-
Gerald Carter
798dd7299e
sys/xattr.h merge from HEAD
-
Jim McDonough
bd2e55399c
Enable checking/resetting of account lockout and bad password based on policy
-
Jim McDonough
9a79f9fbcb
Clean up bad pw count and autolock flag update fn()s
-
Jim McDonough
600fcd534b
Add bad pw count and autolock flag update fn()s
-
Jim McDonough
34fe16e445
Add bad password reset and display of bad password count/time
-
Jim McDonough
557f598c63
Add functions to get/set bad password time
-
Jim McDonough
59e7c3abab
Add bad password time fields
-
Jeremy Allison
14dee03801
Fix the "too many fcntl locks" scalability problem raised by tridge.
...
I've now tested this in daemon mode and also on xinetd and I'm pretty
sure it's working.
Jeremy.
-
Steve French
ad1ebb5000
Fix incorrect strnicmp len
-
Jeremy Allison
37a52c3168
Fix based on Volker's code to correctly return code from lsa_lookup_sids
...
on unmapped sids.
Jeremy.
-
Steve French
9b0d1072bc
Disable dev (MS_NODEV) on user mounts from cifs vfs
-
Volker Lendecke
6a229f1488
When creating a group via a script, don't let winbind do it as well.
...
Volker
-
Volker Lendecke
7a947ecdf5
Be able to set alias info for builtin as well.
...
Volker
-
Volker Lendecke
d713e76a24
Don't try to show groups that could not be listed.
...
Volker
-
Volker Lendecke
2863b21d8a
In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when
...
you search in BUILTIN. Match that.
Volker
-
Volker Lendecke
99f03a641e
If there are no alias members, don't ask for their sids :-)
...
Volker
-
Steve French
a718f16e0b
Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)
-
Volker Lendecke
04639e8862
Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.
...
Volker
-
Volker Lendecke
19b30334a7
Fix success message for net groupmap modify
...
Volker
-
Jeremy Allison
ac1d03c05b
Missed SAFE_FREE (typo).
...
Jeremy.
-
Jelmer Vernooij
a5f09f0991
Fix ETA Calculation when resuming
-
Jeremy Allison
cdbeb7d2eb
Added Andrew Bartlett's patch to use an allocated buffer for count_chars.
...
Jeremy.
-
Jeremy Allison
f0f7a48327
Fixup the 'multiple-vuids' bugs.
...
Jeremy.
-
Gerald Carter
ed46d9aef3
urban's changes for nosuid,nodev
-
Jim McDonough
730c07cac2
Move tdbsam versioning/upgrade code into 3.0
-
Herb Lewis
ed4af810cf
merge old change from 2.2 branch to give legend in heading
-
Jim McDonough
b7706f7e25
Try to remove the last vestiges of unknown_3...
...
Jelmer, can you look at the sql and xml backends please to verify?
-
Gerald Carter
cfe80f0df7
abartlet's pdb_set/changed flag fix for NULL passwords
-
Richard Sharpe
4df824d38b
Commit Andrew Bartlett's interesting patch to smbclient that allows for
...
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.
-
Gerald Carter
ee8f142b87
stupid cut-n=paste error; my fault
-
Jim McDonough
1976843345
More sync between passdb on 3.0 and HEAD.
...
Replace unknown_3 with fields_present. Also causes rpc_samr structure field changes.
-
Jim McDonough
7b40f6c464
Start of merging HEAD changes. Right now, just move one fn() to eliminate
...
the prototype at the beginning, and change some comments so diffs to HEAD
aren't filled with useless info.
-
Gerald Carter
70cc747fdf
fix build of lock tests
-
Gerald Carter
6e22c5da92
merge from old APP_HEAD
...
* 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.
-
Gerald Carter
daee8d7fee
updates for tdbsam code to help make merge into head easier; needs a bit more testing tomorrow but initial results seem ok
-
Jeremy Allison
adf8ee3df7
More paranoia checks.
...
Jeremy.
-
Steve French
e73b6a5ae5
Update mount.cifs version to 1.1
-
Steve French
c2b4d81a8d
Mount helper fixes for nosetuid, noexec part two of two
-
Steve French
5bb6429cc4
Add missing nosetuid and noexec options
-
Jeremy Allison
e914230a2d
Don't set an iterator to a piece of free'd memory, store it first.
...
Jeremy.
-
Gerald Carter
60eb69ff64
BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_symlink, cmd_link, cmd_chown, cmd_chmod functions
-
Gerald Carter
8734d91cd7
fix set/getsampwent iterator in tdbsam to use an allocated list
-
Jeremy Allison
86b030197d
Paranoia fixes :-).
...
Jeremy.
-
Jeremy Allison
5379ad9824
Added James Peach's fix for #1038 .
...
Jeremy.
-
Gerald Carter
44db163b30
BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fixes for 'net share'
-
Gerald Carter
a44f67b141
marking 'only user' as deprecated (based on feedback in bug 66)
-
Gerald Carter
7a61c2ae45
more fixes from the static changes; please move static functions to the top of files to prevent this from happening
-