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
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
2007-10-10
r3166: Bunch of small GUI updates. gwcrontab works again, as does selecting a
Jelmer Vernooij
3
-11
/
+31
2007-10-10
r3165: Support local connections in Gtk+ tools
Jelmer Vernooij
4
-8
/
+28
2007-10-10
r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...
Jelmer Vernooij
3
-9
/
+124
2007-10-10
r3163: Add server side support for ncalrpc: and ncacn_unix_stream:
Jelmer Vernooij
6
-237
/
+338
2007-10-10
r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...
Jelmer Vernooij
18
-397
/
+669
2007-10-10
r3161: pvfs now passes the RAW-SEEK test
Andrew Tridgell
9
-21
/
+149
2007-10-10
r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...
Andrew Tridgell
1
-0
/
+3
2007-10-10
r3159: use easy to recognise file handle numbers for new file, old file and d...
Andrew Tridgell
1
-9
/
+17
2007-10-10
r3158: Use the new tower build functions to generate protocol towers, making it
Jelmer Vernooij
1
-89
/
+38
2007-10-10
r3157: Add ncacn_http
Jelmer Vernooij
3
-1
/
+10
2007-10-10
r3156: Couple of fixes in the conversion functions between binding structs and
Jelmer Vernooij
3
-26
/
+34
2007-10-10
r3155: reformat a delete test
Andrew Tridgell
1
-3
/
+5
2007-10-10
r3154: pvfs now passes all of BASE-DELETE
Andrew Tridgell
1
-2
/
+24
2007-10-10
r3153: pvfs now passes the first 9 of the BASE-DELETE tests
Andrew Tridgell
3
-28
/
+143
2007-10-10
r3152: reformatted some of the delete test code
Andrew Tridgell
1
-12
/
+22
2007-10-10
r3150: printing __location__ is more useful than a operation number
Andrew Tridgell
1
-57
/
+117
2007-10-10
r3149: separate the delete on close test into torture/basic/delete.c
Andrew Tridgell
3
-501
/
+527
[next]