summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-02-21Add calls to password lockout functions. Should now work against tdbsam only.Jim McDonough1-0/+38
2004-02-21printf -> d_printfTim Potter1-1/+1
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison3-8/+13
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison3-18/+44
2004-02-20handle both 0 and -1 as disabling reset count and lockout durationJim McDonough1-4/+4
2004-02-20Make default lockout duration and reset count time 30 minutes, to match windo...Jim McDonough1-2/+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 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-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-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
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 bad password time fieldsJim McDonough1-0/+2
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-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-17Be able to set alias info for builtin as well.Volker Lendecke1-1/+2
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-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 instead of doing it per hand.Volker Lendecke1-7/+3
2004-02-16Fix success message for net groupmap modifyVolker Lendecke1-1/+1
2004-02-13Missed SAFE_FREE (typo).Jeremy Allison1-1/+2
2004-02-13Fix ETA Calculation when resumingJelmer Vernooij1-1/+1
2004-02-13Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison1-2/+8
2004-02-13Fixup the 'multiple-vuids' bugs.Jeremy Allison4-106/+105
2004-02-13urban's changes for nosuid,nodevGerald Carter1-1/+1
2004-02-13Move tdbsam versioning/upgrade code into 3.0Jim McDonough2-28/+620
2004-02-12merge old change from 2.2 branch to give legend in headingHerb Lewis1-2/+3
2004-02-12Try to remove the last vestiges of unknown_3...Jim McDonough5-14/+1
2004-02-12abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter1-6/+4
2004-02-12Commit Andrew Bartlett's interesting patch to smbclient that allows forRichard Sharpe1-1/+57
2004-02-12stupid cut-n=paste error; my faultGerald Carter1-2/+2
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough7-37/+76
2004-02-12Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough1-67/+63
2004-02-12fix build of lock testsGerald Carter1-2/+2
2004-02-12merge from old APP_HEADGerald Carter10-59/+192
2004-02-12updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter1-46/+53
2004-02-11More paranoia checks.Jeremy Allison1-0/+5
2004-02-11Update mount.cifs version to 1.1Steve French1-1/+1
2004-02-11Mount helper fixes for nosetuid, noexec part two of twoSteve French1-10/+10
2004-02-11Add missing nosetuid and noexec optionsSteve French1-7/+41
2004-02-11Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison1-2/+3
2004-02-11BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_...Gerald Carter1-9/+9