Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-24 | ldb:ldb_msg_add_linearized_dn - handle NULL DNs | Matthias Dieter Wallnöfer | 1 | -2/+8 | |
Don't let the routine crash Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:rootdse LDB module - fix counter types | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:extended_dn_in LDB module - fix a counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:drepl_out_helpers.c - fix a counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:rpc_server/dcerpc_server.c - fix a "const" warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:libcli/resolve/file.c - fix "const" warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-23 | s3-waf: remove duplicate CONFIGFILE from dynconfig.py which caused sysconfigdir | Günther Deschner | 1 | -1/+0 | |
to be ignored. Guenther | |||||
2010-09-23 | s3-waf: fix the build of nsstest with --enable-nss-wrapper. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-09-23 | s4-waf: move the RPC_NDR subsystems to main librpc wscript_build. | Günther Deschner | 2 | -222/+187 | |
Guenther | |||||
2010-09-23 | s4/eventlog6: Add dummy implementation for calls 0x5 and 0xB | Anatoliy Atanasov | 1 | -2/+6 | |
The code is enough to let us run all dcdiag tests against samba4 server | |||||
2010-09-23 | s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idl | Anatoliy Atanasov | 6 | -3/+24 | |
2010-09-23 | s4/eventlog6: Add endpoint server for EventLog6 RPC | Anatoliy Atanasov | 1 | -0/+319 | |
The file is generated using PIDL --template command. | |||||
2010-09-23 | s4/eventlog6: Add idl for EventLog6 RPC | Anatoliy Atanasov | 1 | -0/+343 | |
The idl is translated from [MS-EVEN6].pdf. | |||||
2010-09-23 | pidl:NDR/Parser: fix range() for arrays | Stefan Metzmacher | 1 | -1/+32 | |
metze | |||||
2010-09-23 | tdb: add restore | Volker Lendecke | 7 | -2/+321 | |
Based on an idea by Simon McVittie, largely rewritten | |||||
2010-09-23 | selftest: Pass prefix to setup_env function. | Jelmer Vernooij | 1 | -4/+4 | |
2010-09-23 | selftest: Use variable for clientdir. | Jelmer Vernooij | 1 | -18/+20 | |
2010-09-23 | torture: Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2010-09-23 | s3-waf: convert LIBMSRPC into a subsystem. | Günther Deschner | 1 | -27/+23 | |
Guenther | |||||
2010-09-23 | s3-waf: fix the build after rpc_server crypto changes. | Günther Deschner | 1 | -4/+8 | |
Guenther | |||||
2010-09-23 | s3-dcerps: check auth_type | Simo Sorce | 1 | -0/+15 | |
make sure the auth type used throught the auth operation is consistent. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: Use spnego own sign/seal functions | Simo Sorce | 1 | -64/+47 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | libcli: fix compile warning | Simo Sorce | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: remove auth_data_free_func | Simo Sorce | 3 | -16/+3 | |
Everything is using a talloc pointer now, no need to have an accessor function to free data anymore. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: make auth context opaque | Simo Sorce | 5 | -126/+189 | |
This way we always double check in advance that the context is of the right type with talloc_get_type_abort instead of potentially accessing random memory by addressing the wrong structure in the union. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | srv_pipe: reorganize code so that related functions are close to each other | Simo Sorce | 1 | -253/+252 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data | Simo Sorce | 6 | -48/+13 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: use new spnego server code | Simo Sorce | 1 | -200/+122 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: add spnego server helpers | Simo Sorce | 7 | -6/+542 | |
squashed: add michlistMIC signature checks Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | spnego: make spnego_context public | Simo Sorce | 2 | -21/+19 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: move client spnego stuff in /librpc/crypto | Simo Sorce | 5 | -8/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | spnego: avoid explicit dependency on dcerpc specific structures | Simo Sorce | 4 | -47/+72 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcesrv: use gssapi helper in srv_pipe.c | Simo Sorce | 1 | -223/+46 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: add server helpers for gssapi auth | Simo Sorce | 3 | -1/+292 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcesrv: use ntlmssp helper in srv_pipe.c | Simo Sorce | 1 | -204/+173 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: add server helpers for ntlmssp auth | Simo Sorce | 3 | -1/+179 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | gssapi: remove unused function argument | Simo Sorce | 3 | -7/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | gssapi: avoid explicit dependency on dcerpc specific structures | Simo Sorce | 5 | -41/+22 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: move crypto stuff in /librpc/crypto | Simo Sorce | 9 | -18/+19 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dsgetdcname: always pass in messaging context. | Günther Deschner | 11 | -41/+51 | |
Volker, please check. Guenther | |||||
2010-09-23 | s3:registry: try to fix the build of reg_parse_internal on HP-UX | Michael Adam | 1 | -1/+1 | |
The HP compiler does not seem to like {} for char[4]. | |||||
2010-09-23 | s3: fix tdbdump build on Solaris and other boxes | Björn Jacke | 1 | -1/+1 | |
needed to fix up aea64ef275b6e94ca7afb8fa2bb172416773abdf | |||||
2010-09-23 | s3 waf: Remove iniparser source list from source3/wscript_build | Kai Blin | 1 | -5/+1 | |
2010-09-23 | s4/dsdb:kcc: cleanup and improve readability | Anatoliy Atanasov | 1 | -4/+5 | |
2010-09-23 | s4:dsdb/kcc: we don't need to manually allocate [out,ref] pointers anymore | Stefan Metzmacher | 1 | -6/+1 | |
metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2010-09-23 | s4:irpc: use LIBNDR_FLAG_REF_ALLOC for the server side when pulling | Stefan Metzmacher | 1 | -0/+2 | |
The dcerpc server also uses it, so it was surprising that the IRPC server side doesn't used it. The reason to have this is that we want to handle error cases and returns like NT_STATUS_NOT_SUPPORTED sane, without crashing while marshalling the response. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2010-09-23 | s4:irpc: add padding to the IPRC header for 8 byte alignment | Stefan Metzmacher | 1 | -0/+1 | |
As we marshall the iprc header and the payload to the ndr_push context, we should pad the irpc header to let the payload start at an 8 byte boundary. This way we get the alignment still be correct if we remove the header before passing the raw payload to the caller. As we use IRPC more and more for complex NDR marshalled structures we need to get this right, in order to not get random ndr_pull failures. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2010-09-23 | s3-waf: first run in using NDR_ subsystems (mostly from shared directory). | Günther Deschner | 1 | -33/+31 | |
Guenther | |||||
2010-09-23 | s4-waf: add NDR_LSARPC and NDR_SAMR. | Günther Deschner | 2 | -2/+12 | |
Guenther | |||||
2010-09-23 | s3-waf: convert LIBADS_PRINTER into a subsystem. | Günther Deschner | 1 | -4/+7 | |
Guenther |