Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-09 | s4-drs-test: Add 'reset' and 'replace' tests for drsuapi_DsReplicaUpdateRefs | Kamen Mazdrashki | 1 | -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 :) | |||||
2010-09-09 | s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even ↵ | Kamen Mazdrashki | 1 | -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. | |||||
2010-09-09 | s4-dsdb/repl/drepl_out_pull.c: Remove unused code | Kamen Mazdrashki | 1 | -43/+0 | |
2010-09-09 | s4-drepl_service.c: Update (C) | Kamen Mazdrashki | 1 | -9/+10 | |
and remove few trailing white spaces | |||||
2010-09-09 | s4-drepsrv: Dump more info when drepl_replica_sync() fails | Kamen Mazdrashki | 1 | -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. | |||||
2010-09-09 | s3-printing: Make missing auth_serversupplied_info const. | Andreas Schneider | 1 | -3/+3 | |
2010-09-09 | s3-spoolss: Use systerm server_info for winreg connection. | Andreas Schneider | 1 | -88/+162 | |
This will ensure that we have the rights we need to access the regsitry. | |||||
2010-09-09 | s3-spoolss: Make auth_serversupplied_info const. | Andreas Schneider | 3 | -63/+63 | |
2010-09-09 | s3-printing: Make auth_serversupplied_info const. | Andreas Schneider | 4 | -30/+30 | |
2010-09-09 | s3-msdfs: Make auth_serversupplied_info const. | Andreas Schneider | 2 | -2/+2 | |
2010-09-09 | s3-rpcint: Make auth_serversupplied_info const. | Andreas Schneider | 2 | -5/+5 | |
2010-09-09 | s3-auth: Added get_server_info_system function. | Andreas Schneider | 2 | -0/+6 | |
2010-09-09 | s3-spoolss: Fixed some build warnings. | Andreas Schneider | 1 | -7/+11 | |
2010-09-09 | s4-rodc: cope with missing searchFlags | Andrew Tridgell | 1 | -3/+4 | |
this can be missing after the schema tests | |||||
2010-09-09 | s4-dsdb Change debug levels for startup messages | Andrew Bartlett | 2 | -10/+10 | |
We should make the 'common' error not show up, but the unusal case fatal. Andrew Bartlett | |||||
2010-09-09 | s4-setup Make krb5.conf use DNS by default | Andrew Bartlett | 1 | -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 | |||||
2010-09-09 | s4-test: added a RODC test using rpcecho | Andrew Tridgell | 1 | -0/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-09 | s4-test: added a RODC to our testing | Andrew Tridgell | 1 | -0/+90 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-09 | s4-rodc: get the domain name from the partitions DN | Andrew Tridgell | 2 | -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> | |||||
2010-09-09 | pyldb: expose PyLdbDn_FromDn() | Andrew Tridgell | 2 | -18/+29 | |
This is needed by the dsdb python interface Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-09 | s4-provision: fixed error format string | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-09 | s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in python | Andrew Tridgell | 2 | -0/+33 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-09 | s4-rodc: s->schema need initialisation | Andrew Tridgell | 1 | -0/+1 | |
this fixes a segfault in net rodc preload | |||||
2010-09-09 | lib/util: remove some unused_result warnings. | Günther Deschner | 1 | -2/+7 | |
Guenther | |||||
2010-09-09 | s3-utils: remove unused variable in smbget. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-09-09 | s3: Remove "mem_ctx" from a few functions | Volker Lendecke | 3 | -13/+3 | |
2010-09-09 | s3: Remove "mem_ctx" from wcache_save_creds() | Volker Lendecke | 3 | -3/+1 | |
2010-09-09 | s3: Remove "mem_ctx" from lookup_cached_name() | Volker Lendecke | 4 | -8/+4 | |
2010-09-09 | s3: Remove a nested if-statement | Volker Lendecke | 1 | -5/+3 | |
2010-09-09 | s3: Fill in workstation in winbindd_pam_auth_crap_send | Volker Lendecke | 2 | -6/+5 | |
2010-09-09 | s3: Fill in domain in winbindd_pam_auth_crap_send | Volker Lendecke | 2 | -11/+3 | |
2010-09-09 | s3: Remove redundant flag checks | Volker Lendecke | 1 | -10/+0 | |
We're checking these in the parent already (winbindd_pam_auth_send and winbindd_pam_auth_crap_send). No point in doing it in the child as well | |||||
2010-09-09 | s3: Remove unused arg "user_sid" from winbindd_store_creds | Volker Lendecke | 3 | -11/+5 | |
All callers have passed in NULL | |||||
2010-09-09 | s3: Remove unused winbindd_update_creds_by_sid | Volker Lendecke | 2 | -12/+0 | |
2010-09-09 | s3: Remove unused winbindd_dual_show_sequence() | Volker Lendecke | 3 | -25/+0 | |
2010-09-08 | Don't rely on the underlying ACL modules to enforce share level | Jeremy Allison | 2 | -0/+10 | |
security when setting ACLs, check at the call level as well. Jeremy. | |||||
2010-09-08 | Optimization suggested by Metze. Without this patch, | Jeremy Allison | 1 | -1/+97 | |
FindFirst with 'path\to\some\dir\with\files\*' triggers the following stat calls path\to\some\dir\with\files\* => ENOENT path\ path\to\ path\to\some\ path\to\some\dir\ path\to\some\dir\with\ path\to\some\dir\with\files\ path\to\some\dir\with\files\* => ENOENT With this patch we get : path\to\some\dir\with\files\* => ENOENT path\to\some\dir\with\files = OK Jeremy. | |||||
2010-09-08 | s3: "== false" looks wrong :-) | Volker Lendecke | 1 | -1/+1 | |
2010-09-08 | Fix warnings caused by double ";;" at the end of the time_mono() fixes. | Jeremy Allison | 1 | -3/+3 | |
2010-09-08 | s4-waf: fix bin/python/samba/dcerpc/nbt.so. | Günther Deschner | 1 | -1/+5 | |
Thanks to Brad Hards for pointing this out. Guenther | |||||
2010-09-08 | wafsamba: Eliminate sys.path updating if installing to a standard python | Jelmer Vernooij | 1 | -1/+7 | |
path. | |||||
2010-09-08 | s3: use time_mono throughout in smbget | Björn Jacke | 1 | -6/+5 | |
2010-09-08 | s3/ldap: use monotonic clock for timeouts in smbldap | Björn Jacke | 2 | -20/+26 | |
tevent would need monotonic clock features to make also smbldap's idle handling aware of backward clock jumps. Other areas in smbldap are clock jump save now. | |||||
2010-09-08 | setup: Use standard octal ints rather than harcoding. | Jelmer Vernooij | 1 | -2/+1 | |
2010-09-08 | popt_common: Add missing dependency on libsamba-hostconfig. | Jelmer Vernooij | 1 | -3/+2 | |
2010-09-08 | s3: Make winbind_add_failed_connection_entry static | Volker Lendecke | 2 | -6/+4 | |
2010-09-08 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-09-08 | s4-smbtorture: add torture ndr nbt testsuite. | Günther Deschner | 4 | -2/+73 | |
Guenther | |||||
2010-09-08 | nbt: add nbt_netlogon_response2 to IDL. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2010-09-08 | nbt: add NETLOGON_LOGON_REQUEST. | Günther Deschner | 1 | -0/+11 | |
Guenther |