1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

1920 Commits

Author SHA1 Message Date
Jelmer Vernooij
dc2273ba37 r26006: Improve some dependencies.
(This used to be commit 28f05bb5ef9e727298f4b61e71c42a8703374b96)
2007-12-21 05:45:41 +01:00
Günther Deschner
b79e33826f r25951: Add missing DS_SERVER_NDNC bit to netr_DsR_DcFlags.
Guenther
(This used to be commit 1b49119c7318495cb3f2e5894e8faa3726a7fa0a)
2007-12-21 05:45:15 +01:00
Stefan Metzmacher
529763a9aa r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
lib/messaging/
lib/registry/
lib/ldb-samba/
librpc/rpc/
auth/auth_winbind.c
auth/gensec/
auth/kerberos/
dsdb/repl/
dsdb/samdb/
dsdb/schema/
torture/
cluster/ctdb/
kdc/
ntvfs/ipc/
torture/rap/
ntvfs/
utils/getntacl.c
ntptr/
smb_server/
libcli/wrepl/
wrepl_server/
libcli/cldap/
libcli/dgram/
libcli/ldap/
libcli/raw/
libcli/nbt/
libnet/
winbind/
rpc_server/

metze
(This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
2007-12-21 05:45:02 +01:00
Stefan Metzmacher
b2ddeeb79d r25919: ndr: change NTSTAUS into enum ndr_err_code (ndrdump)
librpc/tools/ndrdump.c

metze
(This used to be commit c788fe3eecae49187a84561783ddbe8f0199ac70)
2007-12-21 05:44:57 +01:00
Stefan Metzmacher
910ab408af r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)
ndr_sec_helper.c
ndr_spoolss_buf.c
ndr_compression.c
ndr_drsuapi.[ch]
ndr_krb5pac.c
ndr_orpc.c

metze
(This used to be commit 356e027bf883c8fc36fa4759eff56e364daf9fce)
2007-12-21 05:44:56 +01:00
Stefan Metzmacher
0ce646d49a r25917: ndr: move ndr_map_error2ntstatus to errormap.c
metze
(This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8)
2007-12-21 05:44:55 +01:00
Stefan Metzmacher
afa5f256e9 r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)
librpc/ndr/

metze
(This used to be commit 7e157bbcfd416c3d5c32c1e9fdc746bbee5967bb)
2007-12-21 05:44:55 +01:00
Stefan Metzmacher
b5f7841a51 r25907: use DEBUGADD() to match samba3
metze
(This used to be commit d2deefb551ffed5134e31473a3140ec7416cf389)
2007-12-21 05:44:48 +01:00
Stefan Metzmacher
f3efa1e5ff r25905: use data_blob_const() to set the DATA_BLOB
metze
(This used to be commit f3393a731683be3f8664f715dceee0c9fcef4ede)
2007-12-21 05:44:47 +01:00
Günther Deschner
8f22cf4c26 r25894: Add IDL for netr_DsRAddressToSitenamesW and netr_DsRAddressToSitenamesExW.
Guenther
(This used to be commit ee797e18c7c970d78dfc7f2592f9598003e72d60)
2007-12-21 05:44:43 +01:00
Günther Deschner
bffef39e71 r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.
Guenther
(This used to be commit 8fb5d36734cb19dcbcf5e22c43e80db7646e82fa)
2007-12-21 05:44:25 +01:00
Stefan Metzmacher
c559f0057f r25829: - use DEBUG() instead of printf
- return an error if strings doesn't match on validate

metze
(This used to be commit 4f5ad8cd447f8b44df1bd40f5ee3045d5ab2c3dc)
2007-12-21 05:44:16 +01:00
Stefan Metzmacher
a1ce0635ec r25828: don't ignore errors
metze
(This used to be commit 2bd63ce9e53071dc81549e0f344a0e53737760b4)
2007-12-21 05:44:16 +01:00
Stefan Metzmacher
f549a5ddc8 r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()
- make the success case some clear by returning NT_STATUS_OK

metze
(This used to be commit 2b570f96fcf537c1269237e1067ea7801b563b7e)
2007-12-21 05:44:14 +01:00
Stefan Metzmacher
b98e9002e0 r25818: remove useless '\' chars at the end of lines
(they were copied from the macros by mistake)

metze
(This used to be commit 1c9975bccf1fbe697ae83e6dee25c176de65061f)
2007-12-21 05:44:11 +01:00
Günther Deschner
952eecb616 r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.
Guenther
(This used to be commit c3495ba73ad5a87da49f3e3a3989ad734ed989b2)
2007-12-21 05:44:10 +01:00
Günther Deschner
711af29695 r25815: Small DFS idl fixes.
Guenther
(This used to be commit 08a5c3130773c6e6c2339ece56cd5fba213dcbbd)
2007-12-21 05:44:10 +01:00
Stefan Metzmacher
ecbc2cdd7a r25806: let libndr.h include needed stuff and remove pidl magic
for choosing common required headers

metze
(This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9)
2007-12-21 05:44:07 +01:00
Günther Deschner
f05a356cbb r25800: Use dump_data_skip_zeros() in ndrdump.
Still obey the --dump-data parameter which enforces the full dump display
(thanks metze).

Guenther
(This used to be commit c44a1d839375196fb832c64d43b7e47ea67c66b2)
2007-12-21 05:44:04 +01:00
Stefan Metzmacher
602461bfa6 r25798: - check return value of ndr_push_set_switch_value()
- fix memory leaks in error pathes

metze
(This used to be commit 667e83fd78293942c61d141dfe0d90e662768380)
2007-12-21 05:44:03 +01:00
Stefan Metzmacher
131fc3a192 r25797: use error and out logic
metze
(This used to be commit d03965d36e18dd524076e48e5a315747a00b807b)
2007-12-21 05:44:03 +01:00
Stefan Metzmacher
08994d4482 r25796: use NT_STATUS_HAVE_NO_MEMORY()
metze
(This used to be commit 43ef3d9dac5db1865b863c8c4a24c39167e7d2bc)
2007-12-21 05:44:02 +01:00
Stefan Metzmacher
fb4032a470 r25794: use NDR_CHECK()
metze
(This used to be commit 614e812bb01ebaa39db10c25cd011bef7f1279b2)
2007-12-21 05:44:02 +01:00
Stefan Metzmacher
2a9e674442 r25793: check the return value of ndr_push_set_switch_value()
metze
(This used to be commit a85e687e588a7c7e2abb7416631b8815fbae1f58)
2007-12-21 05:44:01 +01:00
Stefan Metzmacher
520dcd4a87 r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()
metze
(This used to be commit eebc17b27a6d6467546a1f070d5233f6c1755f47)
2007-12-21 05:44:01 +01:00
Ronnie Sahlberg
cac3a42998 r25785: more small updates to frsrpc
tag 18 contains a timestamp
(This used to be commit 5e90881a7c965cd57e44601002f047cb6837c579)
2007-12-21 05:43:58 +01:00
Stefan Metzmacher
73eb2e3b4d r25784: fix compiler warning
metze
(This used to be commit 9345933e1bb96170724db2534df7584fdddf0b49)
2007-12-21 05:43:57 +01:00
Stefan Metzmacher
b869a08661 r25782: use NT_STATUS_HAVE_NO_MEMORY()
metze
(This used to be commit 37da0940f47665c8d2c09b3649fecd93970b5d6f)
2007-12-21 05:43:57 +01:00
Stefan Metzmacher
ad9efe8edd r25779: the return value of ndr_pull_set_switch_value() should be checked
metze
(This used to be commit 30a829a3596eacc126704904aedbdc1732011411)
2007-12-21 05:43:55 +01:00
Stefan Metzmacher
d933f396e8 r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros
metze
(This used to be commit 99dc12079762ab5b8ceea989cc8fa48ccf084863)
2007-12-21 05:43:55 +01:00
Stefan Metzmacher
5885662475 r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly
metze
(This used to be commit 757d547696b1f2903429cfa831c2b0922ab6d2fc)
2007-12-21 05:43:54 +01:00
Stefan Metzmacher
5ef00987cb r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directly
metze
(This used to be commit 52d83561e510e7e5bc406b699a251713dbd0ea91)
2007-12-21 05:43:54 +01:00
Stefan Metzmacher
4881d6b7e5 r25774: create ndr_pull_union_blob_all() and match the logic of the struct fns
metze
(This used to be commit 987deeff55236e2800f8690a5584ff8f7589114e)
2007-12-21 05:43:53 +01:00
Ronnie Sahlberg
b5dc54883b r25773: update frsrpc.idl and add some more comments
(This used to be commit ae20e2b30390ea5aa42110e1a3528a30595f0430)
2007-12-21 05:43:53 +01:00
Ronnie Sahlberg
cff24a34f4 r25772: rename the tail fields
(This used to be commit 992312ab958bc1e033916f4c3f4891dc9231a68b)
2007-12-21 05:43:52 +01:00
Ronnie Sahlberg
a16cb040dd r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral id
would often have.
Make a note that this may be a UNIQUE pointer.
(This used to be commit 2f2e99ea593a749c185ec98d5deb6ef84cb627e2)
2007-12-21 05:43:52 +01:00
Ronnie Sahlberg
9b46852326 r25770: rename "unknown5" to tlv_size
(This used to be commit d409ef1302ff6f8924b439addca014fbd2854fea)
2007-12-21 05:43:52 +01:00
Ronnie Sahlberg
2fccda3771 r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6
(This used to be commit a88254ea6c1da358a1c692d785b29ba2354d99f5)
2007-12-21 05:43:51 +01:00
Stefan Metzmacher
7d72ade608 r25744: add NDR_ERR_INVALID_POINTER
metze
(This used to be commit a75a59370814c02efffbb89e014df75f5a32c04b)
2007-12-21 05:43:40 +01:00
Günther Deschner
cfd09eed40 r25731: Document winreg_NotifyChangeKeyValue's notify flags.
Guenther
(This used to be commit 4468b1cc49bd4a92c08aeb76419abfe00791b2c2)
2007-12-21 05:43:32 +01:00
Günther Deschner
ade07a34d9 r25730: Fix IDL for incorrect winreg_SetKeySecurity.
Guenther
(This used to be commit 767867c3ee126c3832750d1b1e7de81005c4eaff)
2007-12-21 05:43:31 +01:00
Günther Deschner
bd2bf8990a r25699: Add ForceReplication test.
Guenther
(This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
2007-12-21 05:43:19 +01:00
Günther Deschner
e77a831319 r25696: Fix pipe name for dfs.
Guenther
(This used to be commit 7a0441948977bd97508ab662a550b8664e87c724)
2007-12-21 05:43:18 +01:00
Günther Deschner
c7a1a4abfa r25675: More frsapi IDL.
Guenther
(This used to be commit 7ab033e8395d5284e9223618c238ff94d3948ac8)
2007-12-21 05:43:09 +01:00
Günther Deschner
d026214c09 r25671: Add stub FRSAPI_FORCE_REPLICATION.
Guenther
(This used to be commit a7ebef8dd744104da7216344867d8d2bd5463d1f)
2007-12-21 05:43:07 +01:00
Günther Deschner
5da21cd19b r25670: Add torture test for frsapi_IsPathReplicated().
Guenther
(This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
2007-12-21 05:43:07 +01:00
Günther Deschner
8071c56ac2 r25667: Start on frsapi testsuite.
Guenther
(This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
2007-12-21 05:43:06 +01:00
Günther Deschner
5e6372460c r25666: Add frsapi_IsPathReplicated IDL.
Guenther
(This used to be commit d8fe7652bda2a984d830b83762950377a4849d64)
2007-12-21 05:43:05 +01:00
Günther Deschner
f1f746875c r25664: Use [out] pointers in frsapi idl.
Guenther
(This used to be commit 2114103aedbe2134624caa3aba42b6f7721e6d45)
2007-12-21 05:43:04 +01:00
Günther Deschner
c6dd81a15c r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl.
Guenther
(This used to be commit 109e05b5117b1722a190765f84563cea24273de1)
2007-12-21 05:43:04 +01:00