Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21265: Fix some valgrind errors -- not in 3_0 | Volker Lendecke | 1 | -6/+28 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21115: notify_internal.c needs to remove the table entry if a process has cr... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20875: Pass DCE/RPC server call arguments as a struct rather than as separat... | Jelmer Vernooij | 1 | -234/+226 |
2007-10-10 | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r20718: Sync up the filename path parsing changes from SAMBA_3_0_24. | Jeremy Allison | 1 | -6/+4 |
2007-10-10 | r20020: Arglll... eventlogadm links against reg_db but not the rest of the re... | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r20019: Replace one set of tricky code by calls to another set of tricky code: | Volker Lendecke | 1 | -9/+1 |
2007-10-10 | r20017: Make srvsvc_NetShareAdd & friends take care of registry shares | Volker Lendecke | 1 | -125/+299 |
2007-10-10 | r20013: Fix segfaults: parm_error is a unique in/out ptr | Volker Lendecke | 1 | -3/+9 |
2007-10-10 | r20012: Reformatting | Volker Lendecke | 1 | -26/+40 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r19669: set_share_security does not need a mem_ctx passed | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r19468: Fix some potential NULL dereferences | Volker Lendecke | 1 | -14/+48 |
2007-10-10 | r19448: Convert delete_share_security to struct share_params plus some cleanups | Volker Lendecke | 1 | -13/+15 |
2007-10-10 | r19224: Add setting the rng_fault_state to the already converted pipes. | Volker Lendecke | 1 | -0/+35 |
2007-10-10 | r18823: Fix some errors in the srsvc handling code and start running the RPC-... | Jelmer Vernooij | 1 | -4/+8 |
2007-10-10 | r18804: resume_hnd isn't a ref pointer and can be NULL | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 1 | -630/+665 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r18413: Based on the new torture test I added in samba4 it turns out | Simo Sorce | 1 | -1/+18 |
2007-10-10 | r17872: Fix possible null deref found by the Stanford checker. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17346: Add optimisation vl needs for the cluster code where | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17293: After the results from the cluster tests in Germany, | Jeremy Allison | 1 | -9/+0 |
2007-10-10 | r17177: Get rid of a global variable by adding a private data pointer to | Volker Lendecke | 1 | -8/+9 |
2007-10-10 | r17097: Move share_access_check from rpc_server/srv_srvsvc_nt.c to lib/shares... | Volker Lendecke | 1 | -31/+0 |
2007-10-10 | r17096: Simplify share_access_check a bit: It takes the sharename instead of ... | Volker Lendecke | 1 | -15/+9 |
2007-10-10 | r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr... | Volker Lendecke | 1 | -124/+155 |
2007-10-10 | r17033: Restructure init_srv_share_info_ctr so that there's only one loop, no... | Volker Lendecke | 1 | -185/+119 |
2007-10-10 | r17032: I thought I had already merged this from trunk: | Volker Lendecke | 1 | -4/+5 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -171/+349 |
2007-10-10 | r16301: Fix a memleak | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -201/+7 |
2007-10-10 | r13293: Rather a big patch I'm afraid, but this should fix bug #3347 | Jeremy Allison | 1 | -9/+9 |
2007-10-10 | r13086: hooking max connections into 'add share' as well (although the WinXP ... | Gerald Carter | 1 | -6/+13 |
2007-10-10 | r13085: hook the max connections spin box in the share properties MMC plugin | Gerald Carter | 1 | -10/+16 |
2007-10-10 | r13082: revert an accidentally commited patch (still in progress) | Gerald Carter | 1 | -11/+8 |
2007-10-10 | r13081: correct fix for the segv in nmbd caused by a double free on namerec. | Gerald Carter | 1 | -8/+11 |
2007-10-10 | r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ... | Gerald Carter | 1 | -7/+3 |
2007-10-10 | r12224: adding more characters to the invalid share name string | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r12177: last of outstanding patches in my queue to deal with MMC. | Gerald Carter | 1 | -5/+41 |
2007-10-10 | r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>. | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida... | Gerald Carter | 1 | -18/+5 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -3/+0 |
2007-10-10 | r8573: Fix set but not used warning in srvsvc server-side code. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -17/+18 |
2007-10-10 | r8019: Better give a hint that we are failing share-manipulation due to missing | Günther Deschner | 1 | -2/+6 |