Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | spoolss: disable GetPrinterDriver level 101 (as called by XP). | Günther Deschner | 1 | -2/+6 | |
We still dont get the marshalling right, disable and XP will just fall back to level 6. Guenther | |||||
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-15 | s3: eventlogadm.c: add -s option to use alternative config file. | Holger Hetterich | 2 | -4/+28 | |
Update the manpage accordingly. | |||||
2010-02-14 | s3: Fix initgroups return check | Peter Watkins | 1 | -1/+1 | |
A return code of 1 from initgroups() is OK since apparently it means the gid has already been set. The man page doesn't mention this. | |||||
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 | 6 | -15/+35 | |
The last change broke net vampire against w2k8r2 | |||||
2010-02-14 | util: update three other copies of our dlinklist.h macros | Andrew Tridgell | 1 | -48/+115 | |
ldb and tevent have their own copies of these macros. This brings them in sync with the master copy of dlinklist.h | |||||
2010-02-14 | s3: last part of TYPESAFE_QSORT() conversion | Andrew Tridgell | 3 | -6/+5 | |
convert smbcacls, sharesec and web/ | |||||
2010-02-14 | s3-smbd: convert lanman and notify code to TYPESAFE_QSORT() | Andrew Tridgell | 2 | -12/+4 | |
2010-02-14 | s3-rpc: convert wkssvc to use TYPESAFE_QSORT() | Andrew Tridgell | 1 | -10/+4 | |
2010-02-14 | s3-locking: convert brlock to TYPESAFE_QSORT() | Andrew Tridgell | 1 | -3/+2 | |
2010-02-14 | s3: convert registry and printing code to TYPESAFE_QSORT() | Andrew Tridgell | 3 | -8/+6 | |
2010-02-14 | s3-nmbd: note TODO item for qsort | Andrew Tridgell | 1 | -0/+2 | |
This uses another char* cast hack. Left alone for now. | |||||
2010-02-14 | s3-vfs: use TYPESAFE_QSORT() in s3 VFS modules | Andrew Tridgell | 2 | -8/+6 | |
2010-02-14 | s3-lib: use TYPESAFE_QSORT() in remaining s3 library code | Andrew Tridgell | 3 | -3/+6 | |
the sort_query_replies() in nmblib.c is a TODO. It uses a hack that treats a char* as a structure. I've left that one alone for now. | |||||
2010-02-14 | s3-libsmb: use TYPESAFE_QSORT() in namequery code | Andrew Tridgell | 1 | -14/+12 | |
This one was a bit trickier. I'd appreciate it if someone else can look over this. | |||||
2010-02-14 | s3-lib: use TYPESAFE_QSORT() in s3 interfaces code | Andrew Tridgell | 1 | -1/+1 | |
2010-02-14 | lib: use TYPESAFE_QSORT() in lib/ and libcli/ | Andrew Tridgell | 2 | -6/+6 | |
2010-02-14 | s3-includes: enable TYPESAFE_QSORT() in s3 | Andrew Tridgell | 1 | -0/+1 | |
2010-02-14 | s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code | Andrew Tridgell | 6 | -12/+23 | |
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: Fix s4 build failure by fixing up includes. | Kai Blin | 6 | -3/+4 | |
Sorry about this, folks. | |||||
2010-02-13 | s3: Fix Coverity ID 629: DEADCODE | Volker Lendecke | 1 | -3/+0 | |
We have already returned if (argc < 1) above | |||||
2010-02-13 | s3: Fix bug 5198 -- parse chfn(1)-change gecos field | Volker Lendecke | 1 | -1/+34 | |
2010-02-13 | s3: Fix typo found by jhell <jhell@DataIX.net> | Volker Lendecke | 1 | -2/+2 | |
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 11 | -1769/+2078 | |
2010-02-13 | s3: Remove unused comparison fn from "struct sorted_tree" | Volker Lendecke | 3 | -10/+4 | |
2010-02-13 | s3: Make adt_tree data definitions private to adt_tree.c | Volker Lendecke | 2 | -16/+15 | |
2010-02-13 | s3: SORTED_TREE -> struct sorted_tree | Volker Lendecke | 3 | -14/+16 | |
2010-02-13 | s3: TREE_NODE -> struct tree_node | Volker Lendecke | 2 | -17/+23 | |