Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r19891: Fix klokwork id 2189 | Volker Lendecke | 2006-11-25 | 1 | -1/+3 | |
| | | ||||||
| * | r19890: Fix klokwork ID 2188 | Volker Lendecke | 2006-11-25 | 1 | -1/+3 | |
| | | ||||||
| * | r19889: Fix klokwork ID 2187 | Volker Lendecke | 2006-11-25 | 1 | -0/+3 | |
| | | ||||||
| * | r19883: Fix bug 4248 -- thanks to Pascal Terjan :-) | Volker Lendecke | 2006-11-25 | 1 | -1/+0 | |
| | | ||||||
| * | r19873: Make sure we are privileged when doing DMAPI operations on systems | James Peach | 2006-11-24 | 1 | -3/+16 | |
| | | | | | | | | that don't have capability support. Patch by J Raynor <raynorj@mn.rr.com>. | |||||
| * | r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ↵ | Volker Lendecke | 2006-11-23 | 2 | -123/+100 | |
| | | | | | | | | | | | | | | | | while playing with regedit.exe. Volker | |||||
| * | r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add the | Volker Lendecke | 2006-11-23 | 1 | -91/+130 | |
| | | | | | | | | | | | | QueryValue and later the QueryKey cache independent of the backend. Volker | |||||
| * | r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memory | Volker Lendecke | 2006-11-23 | 1 | -105/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | considerably here. This temporarily removes a cache for the tdb based registry, I'll re-add that in srv_winreg_nt.c in the next step. This fixes creating/renaming values from the windows regedit.exe, as "New Value #1" was not entering the cache after being created. Volker | |||||
| * | r19858: Fix a memleak, add a const | Volker Lendecke | 2006-11-23 | 1 | -1/+2 | |
| | | ||||||
| * | r19853: Update a link | Volker Lendecke | 2006-11-23 | 1 | -0/+4 | |
| | | ||||||
| * | r19851: Disable gcc PIE options on Darwin. | James Peach | 2006-11-23 | 1 | -0/+5 | |
| | | ||||||
| * | r19849: Fix compilation after idl changes. | Jelmer Vernooij | 2006-11-22 | 1 | -4/+4 | |
| | | ||||||
| * | r19848: Sync with Samba4 - no top-level unique pointers. | Jelmer Vernooij | 2006-11-22 | 5 | -47/+31 | |
| | | ||||||
| * | r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactions | Volker Lendecke | 2006-11-22 | 2 | -18/+60 | |
| | | ||||||
| * | r19840: Fix an uninitialized variable | Volker Lendecke | 2006-11-22 | 1 | -0/+7 | |
| | | ||||||
| * | r19839: Fix the build, we are not there yet :-) | Volker Lendecke | 2006-11-22 | 1 | -1/+0 | |
| | | ||||||
| * | r19838: We have to delete the value record as well, otherwise the old values ↵ | Volker Lendecke | 2006-11-22 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | pop up again if the key is re-created. Volker | |||||
| * | r19837: Some reformatting (Jerry, I hope you do not mind | Volker Lendecke | 2006-11-22 | 1 | -4/+9 | |
| | | ||||||
| * | r19835: Some net sam policy improvements. | Volker Lendecke | 2006-11-22 | 1 | -50/+77 | |
| | | | | | | | | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker | |||||
| * | r19828: Add a helper function to pull *and* unparse local registry values | Volker Lendecke | 2006-11-21 | 1 | -0/+56 | |
| | | ||||||
| * | r19827: Move registry_push/pull_value to lib/util_reg.c | Volker Lendecke | 2006-11-21 | 2 | -116/+116 | |
| | | ||||||
| * | r19826: Fix typo | Jim McDonough | 2006-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | r19825: To create a key, smbd also needs read privs assigned | Volker Lendecke | 2006-11-21 | 1 | -1/+2 | |
| | | ||||||
| * | r19824: Fix the max value calculation in QueryInfoKey | Volker Lendecke | 2006-11-21 | 1 | -9/+10 | |
| | | ||||||
| * | r19823: "log" is an internal define in older versions of gcc. | Jeremy Allison | 2006-11-21 | 3 | -4/+4 | |
| | | | | | | | | | | Rename to log_ctx. Jeremy. | |||||
| * | r19822: Implement net rpc registry createkey, deletekey and deletevalue | Volker Lendecke | 2006-11-21 | 1 | -0/+168 | |
| | | ||||||
| * | r19821: Make net_rpc_registry use net_run_function2. | Volker Lendecke | 2006-11-21 | 1 | -24/+14 | |
| | | | | | | | | | | | | | | | | Fix an erroneous NT_STATUS_NO_MEMORY found by Chetan S <cshring@gmail.com>. Thanks :-) Volker | |||||
| * | r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern ↵ | Volker Lendecke | 2006-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jacke <bj@sernet.de> Volker | |||||
| * | r19819: Windows returns an empty string instead of NULL here | Volker Lendecke | 2006-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | r19818: Remove reg_split_hive, make use of registry_openkey | Volker Lendecke | 2006-11-21 | 2 | -99/+19 | |
| | | ||||||
| * | r19817: Implement net rpc registry setvalue (only dword and sz so far) | Volker Lendecke | 2006-11-21 | 1 | -0/+191 | |
| | | ||||||
* | | r23195: Add void *private_data to brl_forall | Volker Lendecke | 2007-05-29 | 5 | -30/+39 | |
| | | ||||||
* | | r23190: svn merge ../SAMBA_3_0 -r22019:22026 | Gerald Carter | 2007-05-29 | 6 | -60/+50 | |
| | | | | | | | | | | This is abartlet's talloc changes to the samu struct stored in the server info state. | |||||
* | | r23186: Checkin on behalf of Tridge: | Volker Lendecke | 2007-05-29 | 1 | -57/+57 | |
| | | | | | | | | Change notify.tdb to use dbwrap | |||||
* | | r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26 | Volker Lendecke | 2007-05-29 | 2 | -2/+105 | |
| | | ||||||
* | | r23184: Checkin for Tridge: Add a speed test to tdbtool | Volker Lendecke | 2007-05-29 | 1 | -2/+52 | |
| | | ||||||
* | | r23183: Check in a change made by Tridge: | Volker Lendecke | 2007-05-29 | 22 | -313/+263 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the internal explicit dev/ino file id representation by a "struct file_id". This is necessary as cluster file systems and NFS don't necessarily assign the same device number to the shared file system. With this structure in place we can now easily add different schemes to map a file to a unique 64-bit device node. Jeremy, you might note that I did not change the external interface of smb_share_modes.c. Volker | |||||
* | | r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger because | Volker Lendecke | 2007-05-28 | 3 | -74/+132 | |
| | | | | | | | | it brings across the tdb-based list_sessions | |||||
* | | r23172: Change shutdown_other_smbds to use connections_traverse instead of | Volker Lendecke | 2007-05-28 | 2 | -11/+13 | |
| | | | | | | | | session_traverse. | |||||
* | | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 2007-05-28 | 8 | -162/+163 | |
| | | ||||||
* | | r23170: Add map_nt_error_from_tdb() | Volker Lendecke | 2007-05-28 | 2 | -2/+45 | |
| | | ||||||
* | | r23169: Merge 535 of Tridge's bzr tree: | Volker Lendecke | 2007-05-27 | 1 | -2/+5 | |
| | | | | | | | | | | store the right data after cleaning lock records. This fixes RAW-BENCH-LOCK after a recovery on a cluster | |||||
* | | r23168: Move the lp_max_connections() into service.c. | Volker Lendecke | 2007-05-27 | 5 | -27/+26 | |
| | | ||||||
* | | r23167: Remove an unused parameter | Volker Lendecke | 2007-05-27 | 5 | -5/+6 | |
| | | ||||||
* | | r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17. | Lars Müller | 2007-05-27 | 19 | -588/+652 | |
| | | ||||||
* | | r23165: Convert brlock.tdb to dbwrap | Volker Lendecke | 2007-05-27 | 2 | -38/+52 | |
| | | ||||||
* | | r23164: Minor cosmetic checkin | Volker Lendecke | 2007-05-27 | 1 | -2/+2 | |
| | | ||||||
* | | r23163: Convert locking.tdb to dbwrap | Volker Lendecke | 2007-05-27 | 2 | -91/+110 | |
| | | ||||||
* | | r23162: Make use of messaging_send_buf | Volker Lendecke | 2007-05-27 | 1 | -4/+2 | |
| | | ||||||
* | | r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead record | Volker Lendecke | 2007-05-27 | 2 | -0/+5 | |
| | | | | | | | | optimization. |