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
...
|
*
Add bad password count/time attributes
Jim McDonough
2004-02-23
2
-0
/
+3
|
*
Add bad password count/time attributes
Jim McDonough
2004-02-22
1
-1
/
+12
|
*
Add calls to password lockout functions. Should now work against tdbsam only.
Jim McDonough
2004-02-21
1
-0
/
+38
|
*
printf -> d_printf
Tim Potter
2004-02-21
1
-1
/
+1
|
*
Make SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy Allison
2004-02-20
4
-115
/
+13
|
*
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison
2004-02-20
3
-18
/
+44
|
*
AIX has already has a function called msleep(). Bugzilla #1098.
Tim Potter
2004-02-20
8
-14
/
+14
|
*
handle both 0 and -1 as disabling
Jim McDonough
2004-02-20
1
-4
/
+4
|
*
Make default lockout duration and
Jim McDonough
2004-02-20
1
-2
/
+2
|
*
<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ...
Gerald Carter
2004-02-20
1
-3
/
+2
|
*
Fixup returns from lookupsids in the same way as lookupnames. Inspired by
Jeremy Allison
2004-02-19
1
-6
/
+7
|
*
check for <sys/xattr.h>; needed by Debian testing
Gerald Carter
2004-02-19
2
-1
/
+5
|
*
remove some unused local variables
Gerald Carter
2004-02-19
1
-5
/
+2
|
*
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
|
*
comment out server portion of DsEnumerateDomainTrusts() since it causes 2k/xp...
Gerald Carter
2004-02-19
2
-4
/
+11
|
*
Add bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-2
/
+127
|
*
fixing error in logic when checking flags changed field on user primary group...
Gerald Carter
2004-02-19
1
-28
/
+28
|
*
merging smbmnt fix from 3.0
Gerald Carter
2004-02-19
1
-1
/
+1
|
*
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
|
*
reformatting
Simo Sorce
2004-02-19
1
-69
/
+69
|
*
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
4
-35
/
+62
|
*
Fix based on Volker's code to correctly return code from lsa_lookup_sids
Jeremy Allison
2004-02-17
1
-17
/
+19
|
*
When creating a group via a script, don't let winbind do it as well.
Volker Lendecke
2004-02-17
1
-3
/
+1
|
*
Also set alias info for builtins.
Volker Lendecke
2004-02-17
1
-1
/
+2
|
*
Don't try to show entries 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
|
*
Cosmetic fix: use sid_is_in_our_domain.
Volker Lendecke
2004-02-16
1
-7
/
+3
|
*
Fix success message for net groupmap modify
Volker Lendecke
2004-02-16
1
-1
/
+1
|
*
Sync with openldap schema. Add munged dial and config attrs/ocs.
Jim McDonough
2004-02-14
2
-1
/
+18
|
*
Typo (missed SAFE_FREE).,
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
|
*
Apply the multiple login stuff to smbclient ...
Richard Sharpe
2004-02-13
1
-1
/
+57
|
*
Fix a few comments/formatting issues to make it more in line with
Jim McDonough
2004-02-13
1
-3
/
+6
|
*
merge old change from 2.2 branch to give legend in heading
Herb Lewis
2004-02-12
1
-2
/
+3
|
*
Fix format error for generating SELECT, since unknown_3 is now gone
Jim McDonough
2004-02-12
1
-1
/
+1
|
*
abartlet's pdb_set/changed flag fix for NULL passwords
Gerald Carter
2004-02-12
1
-6
/
+4
|
*
merges from 3.0
Gerald Carter
2004-02-12
2
-4
/
+6
|
*
Fix typo: fileds -> fields
Jim McDonough
2004-02-12
1
-1
/
+1
|
*
A couple of versioning adjustments. Remove unused version #define, and
Jim McDonough
2004-02-12
1
-3
/
+4
|
*
More sync between HEAD and SAMBA_3_0
Jim McDonough
2004-02-12
2
-1
/
+10
|
*
Start of merging changes with SAMBA_3_0. Fix up some comments so that
Jim McDonough
2004-02-12
1
-10
/
+10
|
*
tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a HEAD...
Gerald Carter
2004-02-12
11
-112
/
+295
|
*
More paranoia checks.
Jeremy Allison
2004-02-11
1
-0
/
+5
|
*
Paranoia fixes :-).
Jeremy Allison
2004-02-11
1
-0
/
+8
[prev]
[next]