Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns when | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -5/+17 |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r6037: little cleanup of unused vars and unnecessary codepaths | Gerald Carter | 1 | -12/+7 |
2007-10-10 | r6034: Check only once | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r6016: Give access only to root and Domain Users | Simo Sorce | 1 | -11/+23 |
2007-10-10 | r6009: Add privillage check for SE_DISK_OP (is this the right privilage?) | Jeremy Allison | 1 | -3/+15 |
2007-10-10 | r6004: Let's make server manager able to kill a user session. | Simo Sorce | 1 | -0/+43 |
2007-10-10 | r4856: after testing a simple add printer script, i realized that you still h... | Gerald Carter | 1 | -12/+12 |
2007-10-10 | r4852: merge simo changes to srv_srvsvc_nt.c from trunk | Gerald Carter | 1 | -30/+13 |
2007-10-10 | r4825: Printing changes | Gerald Carter | 1 | -28/+79 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -36/+47 |
2007-10-10 | r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu. | Jeremy Allison | 1 | -6/+1 |
2007-10-10 | r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all | Jeremy Allison | 1 | -0/+24 |
2007-10-10 | r1085: Now it's had some proper user testing, merge in the deferred open fix.... | Jeremy Allison | 1 | -4/+6 |
2004-04-02 | Added per-share parameter "store dos attributes". When set, will store | Jeremy Allison | 1 | -4/+4 |
2003-11-19 | Correct fix for checking of '$' name termination. | Jeremy Allison | 1 | -3/+2 |
2003-09-19 | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 1 | -1/+1 |
2003-07-01 | Adding jcmd's share ACL on XP patch. Thanks Jim ! | Jeremy Allison | 1 | -2/+18 |
2003-05-29 | Change get_nt_acl() to include security_info wanted. Only return this. | Jeremy Allison | 1 | -1/+1 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -2/+2 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -2/+2 |
2003-03-18 | Ensure dev in make_connection is const. | Jeremy Allison | 1 | -1/+1 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+3 |