summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-02-20handle both 0 and -1 as disabling reset count and lockout durationJim McDonough1-4/+4
2004-02-20Make default lockout duration andJim McDonough1-2/+2
2004-02-20Make default lockout duration and reset count time 30 minutes, to match windo...Jim McDonough1-2/+2
2004-02-20<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ...Gerald Carter1-3/+2
2004-02-20just say no to crackGerald Carter1-1/+1
2004-02-20<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ...Gerald Carter1-3/+2
2004-02-19Fixup returns from lookupsids in the same way as lookupnames. Inspired byJeremy Allison1-6/+7
2004-02-19Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.Jeremy Allison1-6/+7
2004-02-19sys/xattr.h merge from HEADGerald Carter2-1/+5
2004-02-19check for <sys/xattr.h>; needed by Debian testingGerald Carter2-1/+5
2004-02-19remove some unused local variablesGerald Carter1-5/+2
2004-02-19Enable checking/resetting of account lockout and bad password based on policyJim McDonough1-3/+17
2004-02-19Enable checking/resetting of account lockout and bad password based on policyJim McDonough1-3/+17
2004-02-19Clean up bad pw count and autolock flag update fn()sJim McDonough1-79/+95
2004-02-19Clean up bad pw count and autolock flag update fn()sJim McDonough1-79/+95
2004-02-19comment out server portion of DsEnumerateDomainTrusts() since it causes 2k/xp...Gerald Carter2-4/+11
2004-02-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
2004-02-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
2004-02-19fixing error in logic when checking flags changed field on user primary group...Gerald Carter1-28/+28
2004-02-19merging some fixes from the release branch; more to come laterGerald Carter1-8/+16
2004-02-19merging smbmnt fix from 3.0Gerald Carter1-1/+1
2004-02-19Add bad password reset and display of bad password count/timeJim McDonough1-3/+25
2004-02-19Add bad password reset and display of bad password count/timeJim McDonough1-3/+25
2004-02-19Add functions to get/set bad password timeJim McDonough2-1/+21
2004-02-19Add functions to get/set bad password timeJim McDonough2-1/+21
2004-02-19Add bad password time fieldsJim McDonough1-0/+2
2004-02-19Add bad password time fieldsJim McDonough1-0/+2
2004-02-19reformattingSimo Sorce1-69/+69
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison4-35/+62
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison4-35/+62
2004-02-17Fix incorrect strnicmp lenSteve French1-23/+22
2004-02-17Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison1-17/+19
2004-02-17Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison1-17/+19
2004-02-17Disable dev (MS_NODEV) on user mounts from cifs vfsSteve French1-1/+1
2004-02-17When creating a group via a script, don't let winbind do it as well.Volker Lendecke1-3/+1
2004-02-17When creating a group via a script, don't let winbind do it as well.Volker Lendecke1-3/+1
2004-02-17Also set alias info for builtins.Volker Lendecke1-1/+2
2004-02-17Be able to set alias info for builtin as well.Volker Lendecke1-1/+2
2004-02-17Don't try to show entries that could not be listed.Volker Lendecke1-0/+9
2004-02-17Don't try to show groups that could not be listed.Volker Lendecke1-0/+9
2004-02-17In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke1-1/+6
2004-02-17In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke1-1/+6
2004-02-17If there are no alias members, don't ask for their sids.Volker Lendecke1-0/+4
2004-02-17If there are no alias members, don't ask for their sids :-)Volker Lendecke1-0/+4
2004-02-16Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)Steve French1-1/+5
2004-02-16Cosmetic fix: use sid_is_in_our_domain.Volker Lendecke1-7/+3
2004-02-16Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.Volker Lendecke1-7/+3
2004-02-16Fix success message for net groupmap modifyVolker Lendecke1-1/+1
2004-02-16Fix success message for net groupmap modifyVolker Lendecke1-1/+1
2004-02-14Fix whitespace to reduce diff from HEADJim McDonough1-1/+1