1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-06 08:23:50 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Andrew Bartlett
de83b8cd18 r11404: Another torture test and a new WERR.
Andrew Bartlett
2007-10-10 13:45:32 -05:00
Stefan Metzmacher
b436206c49 r10867: add WERR_UNKNOWN_REVISION errorcode
metze
2007-10-10 13:39:37 -05:00
Stefan Metzmacher
e4424d2a6d r9638: add error code that you get when you call DsGetNCChanges() with a tmp_highest_usn which is
higher than the real highest of the source dsa

metze
2007-10-10 13:34:36 -05:00
Stefan Metzmacher
2cbbb8ace2 r9514: add some new error codes I was getting with DsGetNCChanges() and DsAddEntry()
metze
2007-10-10 13:34:25 -05:00
Jelmer Vernooij
ea61ec1122 r5866: Add InitShutdown IDL and torture test.
Implement push side of NDR_LEN4|NDR_NOTERM strings (pull side was already present)
2007-10-10 13:11:05 -05:00
Stefan Metzmacher
f543eb4ede r5737: add some error codes
metze
2007-10-10 13:11:01 -05:00
Andrew Tridgell
9db6c79e90 r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
less likely that anyone will use pstring for new code

 - got rid of winbind_client.h from includes.h. This one triggered a
   huge change, as winbind_client.h was including system/filesys.h and
   defining the old uint32 and uint16 types, as well as its own
   pstring and fstring.
2007-10-10 13:09:38 -05:00
Jelmer Vernooij
b72a0ac654 r5237: Add error code for "class not registered" 2007-10-10 13:09:33 -05:00
Stefan Metzmacher
02861f6305 r4435: add another error code
metze
2007-10-10 13:07:49 -05:00
Stefan Metzmacher
74e65680fa r4431: add WERR_NET_NAME_NOT_FOUND
metze
2007-10-10 13:07:48 -05:00
Stefan Metzmacher
e624bb5288 r4177: add some more error codes
metze
2007-10-10 13:07:23 -05:00
Stefan Metzmacher
e5db585268 r4084: add some more error codes
metze
2007-10-10 13:06:25 -05:00
Stefan Metzmacher
64570b7a47 r3910: add some error codes
metze
2007-10-10 13:06:05 -05:00
Jelmer Vernooij
1d374cdeb0 r3331: Add string descriptions for a couple more WERROR's 2007-10-10 13:04:56 -05:00
Stefan Metzmacher
c79bbe54b4 r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the name
metze
2007-10-10 13:01:53 -05:00
Andrew Tridgell
e0bda61112 r2102: fixed a race condition when handling dos errors that are in our
table. Should get rid of the static buffer completely at some point.
2007-10-10 12:58:25 -05:00
Andrew Tridgell
33bb878562 * add another WERR err code
* use the top-level function argument printing to show more detail in
   RPC-* tests
-
Andrew Tridgell
b0510b5428 first public release of samba4 code -