summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3-waf: link ndr_named_pipe_auth only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-spoolss: allow a short printername w/o servername.Günther Deschner2010-09-101-6/+1
| | | | | | Verified with RPC-SPOOLSS-PRINTSERVER-enumprinters_old test. Guenther
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder ↵Jeremy Allison2010-09-095-3/+34
| | | | | | <andreas.moroder@gmx.net>". Jeremy.
* More paranoia to ensure SD's can't be set on read-only shares.Jeremy Allison2010-09-091-0/+4
| | | | Jeremy.
* s3-selftest: rename printer "print4" to "lp".Günther Deschner2010-09-102-2/+2
| | | | | | This should trigger a false error condition in our code. Guenther
* s4-smbtorture: add spoolss_OpenPrinter with unc and printername in ↵Günther Deschner2010-09-101-4/+18
| | | | | | RPC-SPOOLSS-PRINTSERVER. Guenther
* s3: Fix messsssagesVolker Lendecke2010-09-091-5/+5
|
* s3: Ensure NULL termination for "workstation" in auth_crapVolker Lendecke2010-09-091-0/+2
|
* s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.Günther Deschner2010-09-091-1/+1
| | | | Guenther
* s3: These assignments are overwritten immediatelyVolker Lendecke2010-09-091-4/+0
| | | | Dump them
* s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.Günther Deschner2010-09-091-301/+94
| | | | Guenther
* s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY.Günther Deschner2010-09-091-109/+33
| | | | | | Couldn't find any reproducer for a short request, so removing it for now. Guenther
* s3-nmbd: use autogenerated marshalling for LOGON_REQUEST.Günther Deschner2010-09-091-47/+29
| | | | Guenther
* s3-nmbd: handle source_name in one location in nmbd_process_logon().Günther Deschner2010-09-091-5/+4
| | | | Guenther
* s3-nmbd: use nbt_netlogon_packet in process_logon_packet().Günther Deschner2010-09-091-5/+24
| | | | Guenther
* libcli/netlogon: add LOGON_REQUEST handling to pull_nbt_netlogon_response().Günther Deschner2010-09-091-0/+1
| | | | Guenther
* libcli/netlogon: add LOGON_RESPONSE2 to pull_nbt_netlogon_response().Günther Deschner2010-09-091-0/+9
| | | | Guenther
* libcli/netlogon: add NETLOGON_RESPONSE2 to push_nbt_netlogon_response().Günther Deschner2010-09-092-1/+12
| | | | Guenther
* s4:client/cifsdd.c - restore Solaris cc compatibilityMatthias Dieter Wallnöfer2010-09-091-11/+10
| | | | "static const struct"s need to be global in order to work with Solaris cc.
* s4:torture/rpc/winreg.c - restore Solaris cc compatibilityMatthias Dieter Wallnöfer2010-09-091-71/+72
| | | | "static const struct"s need to be global in order to work with Solaris cc.
* s4:libcli/security/*.c - fix some wrong typed countersMatthias Dieter Wallnöfer2010-09-093-10/+7
| | | | According to "librpc/gen_ndr/security.h" they need to be "uint32_t".
* s4-dreplsrv: Do allocations on long-living context so that callback gets calledKamen Mazdrashki2010-09-091-1/+1
|
* s4-drs-test: Add 'reset' and 'replace' tests for drsuapi_DsReplicaUpdateRefsKamen Mazdrashki2010-09-091-4/+28
| | | | | | | | | | At first I got the impression we are not handling those cases, but after those tests surprisingly passed I saw that we have correct behavior implemented in a helper function. So I decided to commit those tests in case someone change the strange-looking check for DRSUAPI_DRS_ADD_REF flag in a function that handles delete operation :)
* s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even ↵Kamen Mazdrashki2010-09-091-0/+8
| | | | | | | | | | | | run the operation Operation was scheduled already, so we need to call the callback function for it to be able to do its job. For instance, if we are blocking an rpc call until an operation is completed and there is no memory, then client will be blocked without knowing what is going on with the server.
* s4-dsdb/repl/drepl_out_pull.c: Remove unused codeKamen Mazdrashki2010-09-091-43/+0
|
* s4-drepl_service.c: Update (C)Kamen Mazdrashki2010-09-091-9/+10
| | | | and remove few trailing white spaces
* s4-drepsrv: Dump more info when drepl_replica_sync() failsKamen Mazdrashki2010-09-091-24/+28
| | | | | | | | | There are many spots where this function may fail and I find it very useful to know where exactly function fails and what are the input parameters during testing. REPLICA_SYNC_FAIL() macro now dumps an error message so we may remove extra DEBUG() dump in implementation.
* s3-printing: Make missing auth_serversupplied_info const.Andreas Schneider2010-09-091-3/+3
|
* s3-spoolss: Use systerm server_info for winreg connection.Andreas Schneider2010-09-091-88/+162
| | | | This will ensure that we have the rights we need to access the regsitry.
* s3-spoolss: Make auth_serversupplied_info const.Andreas Schneider2010-09-093-63/+63
|
* s3-printing: Make auth_serversupplied_info const.Andreas Schneider2010-09-094-30/+30
|
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-092-2/+2
|
* s3-rpcint: Make auth_serversupplied_info const.Andreas Schneider2010-09-092-5/+5
|
* s3-auth: Added get_server_info_system function.Andreas Schneider2010-09-092-0/+6
|
* s3-spoolss: Fixed some build warnings.Andreas Schneider2010-09-091-7/+11
|
* s4-rodc: cope with missing searchFlagsAndrew Tridgell2010-09-091-3/+4
| | | | this can be missing after the schema tests
* s4-dsdb Change debug levels for startup messagesAndrew Bartlett2010-09-092-10/+10
| | | | | | We should make the 'common' error not show up, but the unusal case fatal. Andrew Bartlett
* s4-setup Make krb5.conf use DNS by defaultAndrew Bartlett2010-09-091-2/+2
| | | | | | | | We set up our DNS pretty well these days, and I think the previous setting was only there because Andrew Kroeger copied this out of our selftest code in bf3f3af92677bce8f03b0dd2be552d6c8c730ca1. Andrew Bartlett
* s4-test: added a RODC test using rpcechoAndrew Tridgell2010-09-091-0/+3
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-test: added a RODC to our testingAndrew Tridgell2010-09-091-0/+90
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-rodc: get the domain name from the partitions DNAndrew Tridgell2010-09-092-7/+9
| | | | | | | don't rely on the netbios domain name being the first part of the realm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* pyldb: expose PyLdbDn_FromDn()Andrew Tridgell2010-09-092-18/+29
| | | | | | This is needed by the dsdb python interface Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-provision: fixed error format stringAndrew Tridgell2010-09-091-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in pythonAndrew Tridgell2010-09-092-0/+33
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-rodc: s->schema need initialisationAndrew Tridgell2010-09-091-0/+1
| | | | this fixes a segfault in net rodc preload
* lib/util: remove some unused_result warnings.Günther Deschner2010-09-091-2/+7
| | | | Guenther
* s3-utils: remove unused variable in smbget.Günther Deschner2010-09-091-1/+0
| | | | Guenther
* s3: Remove "mem_ctx" from a few functionsVolker Lendecke2010-09-093-13/+3
|
* s3: Remove "mem_ctx" from wcache_save_creds()Volker Lendecke2010-09-093-3/+1
|
* s3: Remove "mem_ctx" from lookup_cached_name()Volker Lendecke2010-09-094-8/+4
|