summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r3203: moved more test functions into torture/basic/*.cAndrew Tridgell2007-10-104-211/+239
* r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...Andrew Tridgell2007-10-102-3/+3
* r3201: we now pass the BASE-OPEN testAndrew Tridgell2007-10-101-4/+4
* r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell2007-10-103-21/+53
* r3199: added a couple more test paths to RAW-CHKPATHAndrew Tridgell2007-10-101-0/+10
* r3198: check for too many .. components in filenamesAndrew Tridgell2007-10-103-5/+20
* r3197: fixed error code mapping for ENOTDIRAndrew Tridgell2007-10-101-1/+1
* r3196: Grr - add more useless dependencies to get swig wrappers to build.Tim Potter2007-10-101-1/+2
* r3195: fill in more of the fsinfo fields, and avoid calling the potentiallyAndrew Tridgell2007-10-101-25/+102
* r3194: fixed an uninitialised variableAndrew Tridgell2007-10-101-0/+1
* r3193: improved the initial permissions choice for file create, based upon do...Andrew Tridgell2007-10-102-61/+61
* r3192: make sure we don't call pvfs_can_delete() until after we have confirme...Andrew Tridgell2007-10-101-10/+5
* r3191: use __location__ in RAW-UNLINK testAndrew Tridgell2007-10-101-2/+2
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2007-10-103-148/+302
* r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell2007-10-105-39/+78
* r3188: tidy up the rename test a bit moreAndrew Tridgell2007-10-101-4/+10
* r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett2007-10-101-5/+4
* r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett2007-10-103-18/+19
* r3185: Machines can login with krb5, so we need to allow them to map to a uni...Andrew Bartlett2007-10-101-2/+2
* r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell2007-10-101-1/+0
* r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell2007-10-102-9/+1
* r3182: separate out the BASE-RENAME test into torture/basic/rename.cAndrew Tridgell2007-10-103-96/+130
* r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...Andrew Tridgell2007-10-102-0/+9
* r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfsAndrew Tridgell2007-10-103-11/+23
* r3179: - fixed error return on utime failureAndrew Tridgell2007-10-102-2/+3
* r3178: honor the write_time on pvfs_close()Andrew Tridgell2007-10-101-0/+5
* r3177: check for open files on renameAndrew Tridgell2007-10-101-0/+5
* r3176: added a script to run all the filesystem torture tests that areAndrew Tridgell2007-10-101-0/+53
* r3175: Add winbind back into includes.h (spotted by tpot)Andrew Bartlett2007-10-101-0/+2
* r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell2007-10-103-0/+41
* r3173: make the RAW-QFILEINFO test cope better with null strings from the serverAndrew Tridgell2007-10-101-4/+4
* r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFOAndrew Tridgell2007-10-101-52/+179
* r3171: in qfileinfo getattre and standard have identical structures, soAndrew Tridgell2007-10-101-17/+2
* r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett2007-10-1015-37/+1466
* r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij2007-10-101-0/+4
* r3168: Use generic function for looking up endpointsJelmer Vernooij2007-10-103-205/+5
* r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2007-10-108-95/+158
* r3166: Bunch of small GUI updates. gwcrontab works again, as does selecting aJelmer Vernooij2007-10-103-11/+31
* r3165: Support local connections in Gtk+ toolsJelmer Vernooij2007-10-104-8/+28
* r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij2007-10-103-9/+124
* r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij2007-10-106-237/+338
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-1018-397/+669
* r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell2007-10-109-21/+149
* r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...Andrew Tridgell2007-10-101-0/+3
* r3159: use easy to recognise file handle numbers for new file, old file and d...Andrew Tridgell2007-10-101-9/+17
* r3158: Use the new tower build functions to generate protocol towers, making itJelmer Vernooij2007-10-101-89/+38
* r3157: Add ncacn_httpJelmer Vernooij2007-10-103-1/+10
* r3156: Couple of fixes in the conversion functions between binding structs andJelmer Vernooij2007-10-103-26/+34
* r3155: reformat a delete testAndrew Tridgell2007-10-101-3/+5
* r3154: pvfs now passes all of BASE-DELETEAndrew Tridgell2007-10-101-2/+24