1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

18 Commits

Author SHA1 Message Date
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
Andrew Tridgell
1936c20939 r9048: added a new DOS error code (thanks to EMC) 2007-10-10 13:31:11 -05:00
Jeremy Allison
ff58ecad04 r8174: Check DOS error codes in torture chkpath test.
Jeremy.
2007-10-10 13:19:17 -05:00
Andrew Tridgell
97cb705713 r8115: added support for 2 more dos error codes found during testing 2007-10-10 13:19:10 -05:00
Andrew Tridgell
3136ad9634 r8106: the use of a static string for dos error codes was causing problems in
the torture code. To fix this, get rid of dos_errstr() and instead
move the strings into the nt_errstr() table, using cpp to generate the
strings
2007-10-10 13:19:08 -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
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
Stefan Metzmacher
757f67c08b r2992: drsuapi uses WERROR not NTSTATUS
metze
2007-10-10 12:59:55 -05:00
Jelmer Vernooij
3adffa0217 r128: Another registry update. Changes:
- Start with the LDB backend
- The API is now more windows-like, which should make it easier to use
  in rpc_server
- Added a GTK+ front-end
- Added some more IDL

More updates will follow, especially in the RPC field..
2007-10-10 12:51:09 -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 -