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
r8167: - use the same algorithm than w2k3 for 'unique' pointer values
Stefan Metzmacher
7
-15
/
+32
2007-10-10
r8164: - match the ordering w2k3 uses for the PAC_BUFFER:
Stefan Metzmacher
3
-15
/
+98
2007-10-10
r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY...
Stefan Metzmacher
1
-4
/
+6
2007-10-10
r8162: Revert my pad8 hack.
Andrew Bartlett
3
-9
/
+1
2007-10-10
r8161: Update Samba4 for the new Heimdal update.
Andrew Bartlett
5
-4
/
+5
2007-10-10
r8158: - use the timestring for the serial number of the bind zone file
Stefan Metzmacher
4
-10
/
+35
2007-10-10
r8157: add the algorithm for unique pointers that w2k3 uses.
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r8156: I found out that the unknown[2] field of the unknown[4] array is a len...
Stefan Metzmacher
3
-12
/
+13
2007-10-10
r8154: - fix some mem_leals
Stefan Metzmacher
1
-0
/
+14
2007-10-10
r8150: these should be static
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r8148: - make the PAC generation code a bit more readable and add some outof ...
Stefan Metzmacher
7
-78
/
+277
2007-10-10
r8146: fix compiler warning
Stefan Metzmacher
1
-7
/
+5
2007-10-10
r8136: remove unused var
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r8135: fix the linking on my SuSE 7.3 box
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r8134: remove unused var
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r8128: Janitor work...
Rafal Szczesniak
1
-1
/
+0
2007-10-10
r8127: fixed code in function error
Andrew Tridgell
1
-2
/
+1
2007-10-10
r8126: - moved to 16 byte alignment for talloc. This is in response to a bug
Andrew Tridgell
2
-51
/
+54
2007-10-10
r8125: fixed an error code mapping based on the updated torture tests
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8124: added a set of file sharing tests that pass against w2k3
Andrew Tridgell
1
-0
/
+52
2007-10-10
r8123: fixed the RAW-NOTIFY and RAW-QFSINFO tests against w2k3
Andrew Tridgell
2
-1
/
+4
2007-10-10
r8122: more fixes from testing dos error code handling against w2k3
Andrew Tridgell
4
-6
/
+6
2007-10-10
r8121: yuck. w2k3 seems to choose ERRDOS:ERRbaduid or
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8120: added in the newly found DOS locking error codes into the pvfs backend
Andrew Tridgell
2
-3
/
+3
2007-10-10
r8119: fixed two error code returns in the smb server now that we have
Andrew Tridgell
2
-2
/
+2
2007-10-10
r8118: remove a debugging hack that should not have been in the last commit
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8117: fixed a bunch more dos error code handing.
Andrew Tridgell
8
-35
/
+34
2007-10-10
r8116: demonstrate a little trick that can be used to track down where an
Andrew Tridgell
1
-0
/
+5
2007-10-10
r8115: added support for 2 more dos error codes found during testing
Andrew Tridgell
2
-0
/
+4
2007-10-10
r8114: fixed the build after tpots ejs commit ....
Andrew Tridgell
1
-0
/
+11
2007-10-10
r8113: this should fix the build on systems without heimdal
Andrew Tridgell
1
-4
/
+0
2007-10-10
r8112: Remove extra headers, and add #ifdef to allow the 'not yet using
Andrew Bartlett
1
-3
/
+13
2007-10-10
r8111: fixed the client library to work against w2k3 with nt status codes
Andrew Tridgell
3
-272
/
+34
2007-10-10
r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are
Andrew Bartlett
12
-115
/
+423
2007-10-10
r8109: Try to print out more helpful debug messages on DCERPC server-side
Andrew Bartlett
1
-2
/
+3
2007-10-10
r8108: Fix indentation, and remove a discard_const_p() that we don't need any...
Andrew Bartlett
1
-4
/
+4
2007-10-10
r8107: now that we properly separate DOS and NT status codes all the places
Andrew Tridgell
2
-5
/
+5
2007-10-10
r8106: the use of a static string for dos error codes was causing problems in
Andrew Tridgell
4
-187
/
+121
2007-10-10
r8105: Add ejsrpc push/pull functions for uint16 and uint8.
Tim Potter
2
-12
/
+55
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
7
-74
/
+44
2007-10-10
r8103: Add an argument separator between the hardcoded args and $PIDL_EXTRA_ARGS
Tim Potter
1
-1
/
+1
2007-10-10
r8101: Fix some indentation.
Tim Potter
1
-8
/
+8
2007-10-10
r8099: clean up after BASE-TCON
Volker Lendecke
1
-0
/
+2
2007-10-10
r8098: Add my copyright and remove unecessary header dependency.
Rafal Szczesniak
1
-2
/
+2
2007-10-10
r8096: Remove function that has became libnet_Lookup fuction.
Rafal Szczesniak
2
-78
/
+0
2007-10-10
r8095: Fix compiler warning.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r8094: Fix compiler warnings.
Rafal Szczesniak
1
-9
/
+33
2007-10-10
r8091: fix invalid attribute names s/_/-/g
Simo Sorce
1
-40
/
+40
2007-10-10
r8084: do not leak memory on errors
Simo Sorce
2
-8
/
+6
2007-10-10
r8083: check attribute type is valid (only ascii alphanum chars and '-' char)
Simo Sorce
1
-0
/
+19
[next]