index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3216: Add tests for OpenPrinterEx and ClosePrinter.
Tim Potter
1
-8
/
+63
2007-10-10
r3215: access_required -> access_mask for OpenPrinterEx
Tim Potter
1
-1
/
+1
2007-10-10
r3214: Load the config file (required for ncacn_np:)
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r3213: Make credentials in a binding dialog optional
Jelmer Vernooij
3
-31
/
+33
2007-10-10
r3212: Never put a hostname in a ncalrpc binding string
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3211: Add a graphical endpoint mapper view tool
Jelmer Vernooij
5
-8
/
+334
2007-10-10
r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, and
Andrew Tridgell
5
-35
/
+44
2007-10-10
r3209: - Create directory for ncalrpc with correct mode
Jelmer Vernooij
3
-10
/
+17
2007-10-10
r3208: fixed permissions of ncalrpc directory creation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3207: - reformat error msgs in BASE-DIR* tests
Andrew Tridgell
6
-16
/
+27
2007-10-10
r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE
Andrew Tridgell
2
-0
/
+3
2007-10-10
r3205: Create ncalrpc directory if it didn't exist yet
Jelmer Vernooij
3
-2
/
+7
2007-10-10
r3204: Got unpacking of an array of PrinterInfo union elements working. Phew.
Tim Potter
2
-54
/
+45
2007-10-10
r3203: moved more test functions into torture/basic/*.c
Andrew Tridgell
4
-211
/
+239
2007-10-10
r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...
Andrew Tridgell
2
-3
/
+3
2007-10-10
r3201: we now pass the BASE-OPEN test
Andrew Tridgell
1
-4
/
+4
2007-10-10
r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...
Andrew Tridgell
3
-21
/
+53
2007-10-10
r3199: added a couple more test paths to RAW-CHKPATH
Andrew Tridgell
1
-0
/
+10
2007-10-10
r3198: check for too many .. components in filenames
Andrew Tridgell
3
-5
/
+20
2007-10-10
r3197: fixed error code mapping for ENOTDIR
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3196: Grr - add more useless dependencies to get swig wrappers to build.
Tim Potter
1
-1
/
+2
2007-10-10
r3195: fill in more of the fsinfo fields, and avoid calling the potentially
Andrew Tridgell
1
-25
/
+102
2007-10-10
r3194: fixed an uninitialised variable
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3193: improved the initial permissions choice for file create, based upon do...
Andrew Tridgell
2
-61
/
+61
2007-10-10
r3192: make sure we don't call pvfs_can_delete() until after we have confirme...
Andrew Tridgell
1
-10
/
+5
2007-10-10
r3191: use __location__ in RAW-UNLINK test
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3190: When we don't have a PAC, do a lookup in the local ldb instead.
Andrew Bartlett
3
-148
/
+302
2007-10-10
r3189: improved the share_conflict() logic (both in terms of readability and
Andrew Tridgell
5
-39
/
+78
2007-10-10
r3188: tidy up the rename test a bit more
Andrew Tridgell
1
-4
/
+10
2007-10-10
r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (but
Andrew Bartlett
1
-5
/
+4
2007-10-10
r3186: Use the properties of the new talloc() system to handle the auth
Andrew Bartlett
3
-18
/
+19
2007-10-10
r3185: Machines can login with krb5, so we need to allow them to map to a uni...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r3184: don't setup socket options on unix domain sockets (our smb.conf socket...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r3183: moved the unlink of the messaging unixdom socket to the messaging dest...
Andrew Tridgell
2
-9
/
+1
2007-10-10
r3182: separate out the BASE-RENAME test into torture/basic/rename.c
Andrew Tridgell
3
-96
/
+130
2007-10-10
r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...
Andrew Tridgell
2
-0
/
+9
2007-10-10
r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfs
Andrew Tridgell
3
-11
/
+23
2007-10-10
r3179: - fixed error return on utime failure
Andrew Tridgell
2
-2
/
+3
2007-10-10
r3178: honor the write_time on pvfs_close()
Andrew Tridgell
1
-0
/
+5
2007-10-10
r3177: check for open files on rename
Andrew Tridgell
1
-0
/
+5
2007-10-10
r3176: added a script to run all the filesystem torture tests that are
Andrew Tridgell
1
-0
/
+53
2007-10-10
r3175: Add winbind back into includes.h (spotted by tpot)
Andrew Bartlett
1
-0
/
+2
2007-10-10
r3174: added pvfs_is_open() to allow us to check for open files on unlink. We
Andrew Tridgell
3
-0
/
+41
2007-10-10
r3173: make the RAW-QFILEINFO test cope better with null strings from the server
Andrew Tridgell
1
-4
/
+4
2007-10-10
r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFO
Andrew Tridgell
1
-52
/
+179
2007-10-10
r3171: in qfileinfo getattre and standard have identical structures, so
Andrew Tridgell
1
-17
/
+2
2007-10-10
r3170: Add winbind client support back into Samba4. This is to allow
Andrew Bartlett
15
-37
/
+1466
2007-10-10
r3169: unlink() is called on the listening unix socket every time a child pro...
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r3168: Use generic function for looking up endpoints
Jelmer Vernooij
3
-205
/
+5
2007-10-10
r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of
Jelmer Vernooij
8
-95
/
+158
[next]