Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-16 | s4-smbtorture: fix spoolss SD test against w2k8r2. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-02-16 | s4-smbtorture: more work on test_PrinterInfo_DevMode RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -4/+90 | |
Guenther | |||||
2010-02-16 | s4-smbtorture: allow to call OpenPrinterEx with devicemode. | Günther Deschner | 1 | -4/+6 | |
Guenther | |||||
2010-02-16 | s4-drs: DsGetReplInfo() refactoring | Erick Nogueira do Nascimento | 2 | -267/+205 | |
2010-02-16 | s4-drs: DsReplGetInfo() for DS_REPL_INFO_REPSTO infoType | Erick Nogueira do Nascimento | 1 | -4/+142 | |
Implements the DS_REPL_INFO_REPSTO infoType of DsReplGetInfo(). | |||||
2010-02-15 | s4-smbtorture: more work on SD tests for RPC-SPOOLSS. | Günther Deschner | 1 | -13/+39 | |
Guenther | |||||
2010-02-15 | s4-smbtorture: add rather simple spoolss device mode test. | Günther Deschner | 1 | -0/+120 | |
Guenther | |||||
2010-02-15 | s4-smbtorture: use test_SetPrinter call in spoolss security descriptor tests. | Günther Deschner | 1 | -19/+5 | |
Guenther | |||||
2010-02-15 | s4-smbtorture: w2k8r2 allows to add printers w/o defining printprocessor. | Günther Deschner | 1 | -9/+14 | |
Guenther | |||||
2010-02-16 | s4-rootdse: we don't need DSDB_FLAG_OWN_MODULE here | Andrew Tridgell | 1 | -2/+2 | |
2010-02-16 | s4-drs: enable the recyclebin optional feature | Eduardo Lima | 2 | -19/+262 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-15 | s4-kcc: remove C++ comment | Andrew Tridgell | 1 | -1/+1 | |
2010-02-15 | s4-kcc: initial code for the topology algorithm | Crístian Deives | 2 | -0/+615 | |
this patch contains the data structures declarations and the functions to setup the graph. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-15 | s4-dsdb: don't change replPropertyMetaData if the value hasn't changed | Andrew Tridgell | 1 | -4/+20 | |
When updating replPropertyMetaData, check if the value being stored is the same as the current value, and skip the update if it is. This is based on a patch by Fernando J V da Silva <fernandojvsilva@yahoo.com.br> | |||||
2010-02-15 | s4-heimdal: Fix typos in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-02-15 | s4-test: use local ldb for urgent_replication test | Andrew Tridgell | 1 | -1/+1 | |
This test only currently works on a local ldb, as it needs system access. | |||||
2010-02-15 | s4-ldb: fixed permissions on urgent_replication.py | Andrew Tridgell | 1 | -0/+0 | |
2010-02-15 | s4-test: minor fixes to urgent_replication.py | Andrew Tridgell | 1 | -27/+4 | |
- fix usage name - remove unnecessary python functions - remote unused gc ldb | |||||
2010-02-15 | s4-drs: Test situations for Urgent Replication | Fernando J V da Silva | 2 | -0/+415 | |
Checks if the partition's uSNUrgent is updated or not, depending on the class of the object which is created, modified or deleted. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-15 | s4-drs: Function for accessing dsdb_load_partition_usn from Python | Fernando J V da Silva | 1 | -0/+50 | |
Returns both uSNHighest and uSNUrgent as a dict object in Python from a given partition dn. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-15 | s4-drs: Fixes bugs regarding Urgent Replication on wrong situations | Fernando J V da Silva | 1 | -7/+16 | |
It fixes the bug which causes an urgent replication to be enabled incorrectly when an object is modified, but it should happen only when it was created. This patch also fixes the bug that enable an urgent replication when an object is deleted, but it should happen only when it was modified and fixes the bug that does not enable an urgent replication when an object is deleted and it should happen only when it is deleted (not when it is modified). Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-15 | s4-smbtorture: add some security descriptor tests to RPC-SPOOLSS and ↵ | Günther Deschner | 1 | -0/+241 | |
RPC-SPOOLSS-PRINTER. Guenther | |||||
2010-02-15 | s4:provision.c - "provsion_store_self_join" - don't set the realm if it's NULL | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
The realm can be NULL when this function is called by "libnet_Join_primary_domain". This seems to be a valid value since "libnet_JoinDomain" is allowed to return an empty realm if we are not in a ADS domain. | |||||
2010-02-15 | s4-drs: replace manual checks with dsdb_modify_permissive() | Andrew Tridgell | 1 | -32/+1 | |
Much simpler to use the permissive control instead of manually munging the SPN list. | |||||
2010-02-15 | s4-drs: use a permissive modify in addentry | Andrew Tridgell | 1 | -1/+1 | |
It is not an error if entries already exist. | |||||
2010-02-15 | s4-dsdb: added dsdb_modify_permissive() | Andrew Tridgell | 1 | -0/+36 | |
This will be used in the drsuapi server | |||||
2010-02-14 | s4:dcesrv_lsa.c - remove a superfluous empty line | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
One empty line is enough for code part divisions. | |||||
2010-02-14 | s4-rpcserver: teach the rpc server to cope with bad sig_size estimates | Andrew Tridgell | 1 | -18/+14 | |
2010-02-14 | a4-dcerpc: another attempt at dcerpc auth padding | Andrew Tridgell | 3 | -15/+20 | |
The last change broke net vampire against w2k8r2 | |||||
2010-02-14 | s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code | Andrew Tridgell | 5 | -11/+20 | |
2010-02-13 | s4:loadparm.c - prevent memory leaks | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
If a "logfile" was already set, free the content up before setting a new location. This can happen on a loadparm reload. | |||||
2010-02-13 | s4:loadparm.c - the logfile parameter value needs to be duplicated | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Otherwise the "logfile" pointer tracks all changes of "pszParmValue" which content is only temporal. This was the cause of bug #6212. | |||||
2010-02-13 | s4:popt_common.c - fix intendation | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-02-13 | s4:util.c - Corrected the location of the "Directory Service" object | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
I wonder why nobody noticed this since for sure this "tombstone" functionality was broken till now. | |||||
2010-02-13 | s4:server.c - use always "return" instead of "exit" in the ↵ | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
"binary_smbd_main" function Just to be consistent - no functional change | |||||
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 1 | -1/+1 | |
2010-02-13 | s4-smbd: fix crash in notify code on client termination | Andrew Tridgell | 1 | -2/+2 | |
We need to free the lp_ctx after we free the event context, otherwise the teardown code in the notify backend dies when it tries to use the iconv_convenience ptr Fixes bug 7053 | |||||
2010-02-13 | s4-rpc: be more careful about DCERPC auth padding | Andrew Tridgell | 3 | -107/+107 | |
Cope with a wider range of auth padding in dcerpc bind_ack and alter_context packets. We now use a helper function that calculates the right auth padding. | |||||
2010-02-13 | s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort() | Andrew Tridgell | 6 | -16/+8 | |
2010-02-13 | s4-ldb: added LDB_TYPESAFE_QSORT() | Andrew Tridgell | 1 | -0/+18 | |
Like TYPESAFE_QSORT() but for the ldb_qsort() function | |||||
2010-02-13 | s4-wrepl: use TYPESAFE_QSORT() in wins repl code | Andrew Tridgell | 1 | -1/+2 | |
2010-02-13 | s4-torture: use TYPESAFE_QSORT() in smbtorture | Andrew Tridgell | 4 | -26/+15 | |
2010-02-13 | s4-rpcserver: use TYPESAFE_QSORT() in rpc servers | Andrew Tridgell | 3 | -24/+19 | |
2010-02-13 | s4-ntvfs: use TYPESAFE_QSORT() in notify code | Andrew Tridgell | 1 | -3/+2 | |
2010-02-13 | s4-socket: use TYPESAFE_QSORT() in netif code | Andrew Tridgell | 1 | -1/+2 | |
2010-02-13 | s4-auth: use TYPESAFE_QSORT() in gensec | Andrew Tridgell | 1 | -1/+2 | |
2010-02-13 | s4-dsdb: use TYPESAFE_QSORT() in dsdb code | Andrew Tridgell | 7 | -52/+28 | |
2010-02-12 | s4:kdc Fill in created_by principal field | Simo Sorce | 1 | -4/+7 | |
2010-02-12 | s4:kdc Fix double free and uninitialized memory. | Simo Sorce | 1 | -2/+13 | |
In samba_kdc_trust_message2entry() on error, hdb_free_entry() may end up trying to access uninitialized memory or double free the hdb_entry. | |||||
2010-02-12 | s4:auth/credentials/credentials.c - Initialise the "lm_response" and ↵ | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
"nt_response" structures In some cases those structures are not initialised and the whole authentication system crashes with a SIGSEGV. Bug discovered by Matthieu Patou in bug #6755. |