index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
just say no to crack
Gerald Carter
2004-02-20
1
-1
/
+1
*
|
<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ...
Gerald Carter
2004-02-20
1
-3
/
+2
*
|
Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.
Jeremy Allison
2004-02-19
1
-6
/
+7
*
|
sys/xattr.h merge from HEAD
Gerald Carter
2004-02-19
2
-1
/
+5
*
|
Enable checking/resetting of account lockout and bad password based on policy
Jim McDonough
2004-02-19
1
-3
/
+17
*
|
Clean up bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-79
/
+95
*
|
Add bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-2
/
+127
*
|
merging some fixes from the release branch; more to come later
Gerald Carter
2004-02-19
1
-8
/
+16
*
|
Add bad password reset and display of bad password count/time
Jim McDonough
2004-02-19
1
-3
/
+25
*
|
Add functions to get/set bad password time
Jim McDonough
2004-02-19
2
-1
/
+21
*
|
Add bad password time fields
Jim McDonough
2004-02-19
1
-0
/
+2
*
|
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
4
-35
/
+62
*
|
Fix incorrect strnicmp len
Steve French
2004-02-17
1
-23
/
+22
*
|
Fix based on Volker's code to correctly return code from lsa_lookup_sids
Jeremy Allison
2004-02-17
1
-17
/
+19
*
|
Disable dev (MS_NODEV) on user mounts from cifs vfs
Steve French
2004-02-17
1
-1
/
+1
*
|
When creating a group via a script, don't let winbind do it as well.
Volker Lendecke
2004-02-17
1
-3
/
+1
*
|
Be able to set alias info for builtin as well.
Volker Lendecke
2004-02-17
1
-1
/
+2
*
|
Don't try to show groups that could not be listed.
Volker Lendecke
2004-02-17
1
-0
/
+9
*
|
In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when
Volker Lendecke
2004-02-17
1
-1
/
+6
*
|
If there are no alias members, don't ask for their sids :-)
Volker Lendecke
2004-02-17
1
-0
/
+4
*
|
Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)
Steve French
2004-02-16
1
-1
/
+5
*
|
Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.
Volker Lendecke
2004-02-16
1
-7
/
+3
*
|
Fix success message for net groupmap modify
Volker Lendecke
2004-02-16
1
-1
/
+1
*
|
Fix whitespace to reduce diff from HEAD
Jim McDonough
2004-02-14
1
-1
/
+1
*
|
sync IBM Directory Server schema with openldap schema...add munged dial
Jim McDonough
2004-02-14
2
-1
/
+2
*
|
Missed SAFE_FREE (typo).
Jeremy Allison
2004-02-13
1
-1
/
+2
*
|
Fix ETA Calculation when resuming
Jelmer Vernooij
2004-02-13
1
-1
/
+1
*
|
Added Andrew Bartlett's patch to use an allocated buffer for count_chars.
Jeremy Allison
2004-02-13
1
-2
/
+8
*
|
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
2004-02-13
4
-106
/
+105
*
|
urban's changes for nosuid,nodev
Gerald Carter
2004-02-13
1
-1
/
+1
*
|
specfile changes form the 3.0.2 release
Gerald Carter
2004-02-13
1
-0
/
+11
*
|
Move tdbsam versioning/upgrade code into 3.0
Jim McDonough
2004-02-13
2
-28
/
+620
*
|
merge old change from 2.2 branch to give legend in heading
Herb Lewis
2004-02-12
1
-2
/
+3
*
|
Try to remove the last vestiges of unknown_3...
Jim McDonough
2004-02-12
5
-14
/
+1
*
|
abartlet's pdb_set/changed flag fix for NULL passwords
Gerald Carter
2004-02-12
1
-6
/
+4
*
|
Commit Andrew Bartlett's interesting patch to smbclient that allows for
Richard Sharpe
2004-02-12
1
-1
/
+57
*
|
stupid cut-n=paste error; my fault
Gerald Carter
2004-02-12
1
-2
/
+2
*
|
More sync between passdb on 3.0 and HEAD.
Jim McDonough
2004-02-12
7
-37
/
+76
*
|
Start of merging HEAD changes. Right now, just move one fn() to eliminate
Jim McDonough
2004-02-12
1
-67
/
+63
*
|
fix build of lock tests
Gerald Carter
2004-02-12
1
-2
/
+2
*
|
merge from old APP_HEAD
Gerald Carter
2004-02-12
10
-59
/
+192
*
|
updates for tdbsam code to help make merge into head easier; needs a bit more...
Gerald Carter
2004-02-12
1
-46
/
+53
*
|
More paranoia checks.
Jeremy Allison
2004-02-11
1
-0
/
+5
*
|
Update mount.cifs version to 1.1
Steve French
2004-02-11
1
-1
/
+1
*
|
Mount helper fixes for nosetuid, noexec part two of two
Steve French
2004-02-11
1
-10
/
+10
*
|
Add missing nosetuid and noexec options
Steve French
2004-02-11
1
-7
/
+41
*
|
Don't set an iterator to a piece of free'd memory, store it first.
Jeremy Allison
2004-02-11
1
-2
/
+3
*
|
BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_...
Gerald Carter
2004-02-11
1
-9
/
+9
*
|
fix set/getsampwent iterator in tdbsam to use an allocated list
Gerald Carter
2004-02-11
2
-46
/
+105
*
|
Paranoia fixes :-).
Jeremy Allison
2004-02-11
1
-0
/
+8
[prev]
[next]