summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-02-25I *hate* global variables...Andrew Bartlett4-31/+61
2004-02-25Fixup strange rename error case (gentest).Jeremy Allison1-1/+2
2004-02-25Do the query part of the previous fix...reset time and duration are set in mi...Jim McDonough1-2/+2
2004-02-25reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough1-2/+2
2004-02-25Figured out a new flags bit with gentest and ethereal....Jeremy Allison2-2/+11
2004-02-25More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you lookJeremy Allison1-5/+27
2004-02-25More gentest fixes.Jeremy Allison1-6/+17
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke4-5/+160
2004-02-24Remove unused variable.Volker Lendecke1-1/+0
2004-02-24'net idmap restore' is too useful to be left broken :-)Volker Lendecke1-1/+105
2004-02-24Ensure '.' and '..' don't match in delete requests.Jeremy Allison1-1/+4
2004-02-24More gentest error fixups.Jeremy Allison3-2/+13
2004-02-24Fixup bad-path error found by gentest.Jeremy Allison1-4/+6
2004-02-24Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison4-2/+55
2004-02-24Fixup correct timeout values for blocking lock timeouts (tested at connectathonJeremy Allison1-1/+1
2004-02-23Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett1-1/+1
2004-02-23Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2-2/+8
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough8-14/+14
2004-02-23Add bad password count/time attributesJim McDonough2-0/+3
2004-02-22Add bad password count/time attributesJim McDonough1-1/+12
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-19merging some fixes from the release branch; more to come laterGerald Carter1-8/+16
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-14Fix whitespace to reduce diff from HEADJim McDonough1-1/+1