summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison3-1/+18
2004-02-28More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2-13/+34
2004-02-27Added copyrights I forgot about looong ago...Rafal Szczesniak2-2/+4
2004-02-27Adding ability to operate on trust passwords to pdbedit. This enablesRafal Szczesniak2-6/+176
2004-02-27Disabling GUMS (gums_tdbsam2) temporarily, to fix the build.Rafal Szczesniak1-1/+1
2004-02-26Fix for writable printerdata problem - bugzilla #1112.Tim Potter1-6/+12
2004-02-26That const was one too manyVolker Lendecke1-3/+2
2004-02-26Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke3-0/+157
2004-02-26And another little constVolker Lendecke1-1/+1
2004-02-26Apply some constVolker Lendecke1-2/+3
2004-02-26Interesting fact found by IFSTEST /t LockOverlappedTest...Jeremy Allison1-1/+8
2004-02-25(merge from 3.0)Andrew Bartlett2-1/+6
2004-02-25Adds some more tests of renaming an open file that has been opened withRichard Sharpe1-7/+76
2004-02-25(merge from 3.0)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 Lendecke5-5/+167
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-23(merge from 3.0)Andrew Bartlett1-1/+1
2004-02-23Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2-2/+8
2004-02-23Add bad password count/time attributesJim McDonough2-0/+3
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 Allison4-115/+13
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison3-18/+44
2004-02-20AIX has already has a function called msleep(). Bugzilla #1098.Tim Potter8-14/+14
2004-02-20handle both 0 and -1 as disablingJim McDonough1-4/+4
2004-02-20Make default lockout duration andJim 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-19Fixup returns from lookupsids in the same way as lookupnames. Inspired byJeremy Allison1-6/+7
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-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-19fixing error in logic when checking flags changed field on user primary group...Gerald Carter1-28/+28
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 functions to get/set bad password timeJim McDonough2-1/+21