Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove some duplicate code | Volker Lendecke | 2008-09-08 | 1 | -6/+1 | |
| | ||||||
* | netapi: expand NetUser testsuite a little. | Günther Deschner | 2008-09-08 | 1 | -2/+146 | |
| | | | | Guenther | |||||
* | netapi: add NetShare testsuite. | Günther Deschner | 2008-09-08 | 4 | -1/+240 | |
| | | | | Guenther | |||||
* | net: use NETSETUP flags consistently. | Günther Deschner | 2008-09-08 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | netapi: re-arrange a little NetLocalGroupSetMembers example code. | Günther Deschner | 2008-09-08 | 1 | -4/+9 | |
| | | | | Guenther | |||||
* | netapi: fix NetShareGetInfo example output. | Günther Deschner | 2008-09-08 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Fix debug message to show correct function name. | Jeremy Allison | 2008-09-05 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Write times code update. | Jeremy Allison | 2008-09-05 | 7 | -48/+117 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ok, here's the fix for the write times breakage with the new tests in S4 smbtorture. The key is keeping in the share mode struct the "old_file_time" as the real write time, set by all the write and allocation calls, and the "changed_write_time" as the "sticky" write time - set by the SET_FILE_TIME calls. We can set them independently (although I kept the optimization of not setting the "old_file_time" is a "changed_write_time" was already set, as we'll never see it. This allows us to update the write time immediately on the SMBwrite truncate case, SET_END_OF_FILE and SET_ALLOCATION_SIZE calls, whilst still have the 2 second delay on the "normal" SMBwrite, SMBwriteX calls. I think in a subsequent patch I'd like to change the name of these from "old_file_time" to "write_time" and "changed_write_time" to "sticky_write_time" to make this clearer. I think I also fixed a bug in Metze's original code in that once a write timestamp had been set from a "normal" SMBwriteX call the fsp->update_write_time_triggered variable was set and then never reset - thus meaning the write timestamp would never get updated again on subsequent SMBwriteX's. The new code checks the update_write_time_event event instead, and doesn't update is there's an event already scheduled. Metze especially, please check this over for your understanding. Jeremy. | |||||
* | Remove unecessary msync. | Jeremy Allison | 2008-09-05 | 1 | -4/+0 | |
| | | | | Jeremy. | |||||
* | Fix "warning: pointer of type 'void *' used in arithmetic". | Jeremy Allison | 2008-09-05 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Revert "winbindd: the ad trusted_domains call should return talloced strings." | Günther Deschner | 2008-09-05 | 1 | -5/+2 | |
| | | | | This reverts commit b57cbf62e8180c8fdb8f541c43358d36d8dbbdfa. | |||||
* | Fix a memleak | Qiao Yang | 2008-09-05 | 1 | -1/+2 | |
| | | | | | | request.extra_data is not freed if there is no extra_data in response or when there is some error happens in processing. This patch will free the buffer right after processing a request before sending back a response. | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -0/+47 | |
| | | | | Guenther | |||||
* | netapi: add SHARE_INFO_1005_FLAGS. | Günther Deschner | 2008-09-05 | 1 | -1/+16 | |
| | | | | Guenther | |||||
* | netapi: implement NetShareSetInfo_r. | Günther Deschner | 2008-09-05 | 1 | -1/+59 | |
| | | | | Guenther | |||||
* | netapi: add support for level 1004 in | Günther Deschner | 2008-09-05 | 1 | -0/+13 | |
| | | | | | | map_SHARE_INFO_buffer_to_srvsvc_share_info. Guenther | |||||
* | netapi: add NetShareSetInfo example code. | Günther Deschner | 2008-09-05 | 2 | -1/+112 | |
| | | | | Guenther | |||||
* | netapi: add NetShareSetInfo to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+22 | |
| | | | | Guenther | |||||
* | netapi: add skeleton for NetShareSetInfo. | Günther Deschner | 2008-09-05 | 3 | -0/+75 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -1/+54 | |
| | | | | Guenther | |||||
* | netapi: add NetShareSetInfo to IDL. | Günther Deschner | 2008-09-05 | 1 | -0/+12 | |
| | | | | Guenther | |||||
* | netapi: implement NetShareEnum_r. | Günther Deschner | 2008-09-05 | 1 | -1/+90 | |
| | | | | Guenther | |||||
* | netapi: implement NetShareGetInfo_r. | Günther Deschner | 2008-09-05 | 1 | -1/+154 | |
| | | | | Guenther | |||||
* | netapi: add NetShareGetInfo example code. | Günther Deschner | 2008-09-05 | 2 | -1/+159 | |
| | | | | Guenther | |||||
* | netapi: add NetShareGetInfo to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+20 | |
| | | | | Guenther | |||||
* | netapi: add skeleton for NetShareGetInfo. | Günther Deschner | 2008-09-05 | 3 | -0/+72 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -1/+54 | |
| | | | | Guenther | |||||
* | netapi: add IDL for NetShareGetInfo. | Günther Deschner | 2008-09-05 | 1 | -0/+11 | |
| | | | | Guenther | |||||
* | netapi: remove NetSetup* flags from netdomjoin-gui. | Günther Deschner | 2008-09-05 | 1 | -3/+0 | |
| | | | | Guenther | |||||
* | netapi: add NETSETUP_JOIN_STATUS to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+7 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 1 | -0/+17 | |
| | | | | Guenther | |||||
* | netapi: add NETSETUP_JOIN_STATUS to IDL. | Günther Deschner | 2008-09-05 | 1 | -0/+7 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 2 | -12/+12 | |
| | | | | Guenther | |||||
* | wkssvc: rename wkssvc_NetJoinStatus flags. | Günther Deschner | 2008-09-05 | 1 | -4/+4 | |
| | | | | Guenther | |||||
* | netapi: move join related examples to one directory. | Günther Deschner | 2008-09-05 | 3 | -2/+2 | |
| | | | | Guenther | |||||
* | netapi: add NetRenameMachineInDomain example code. | Günther Deschner | 2008-09-05 | 2 | -0/+92 | |
| | | | | Guenther | |||||
* | netapi: implement NetRenameMachineInDomain_r. | Günther Deschner | 2008-09-05 | 1 | -1/+35 | |
| | | | | Guenther | |||||
* | netapi: add NetRenameMachineInDomain to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+23 | |
| | | | | Guenther | |||||
* | netapi: add skeleton for NetRenameMachineInDomain. | Günther Deschner | 2008-09-05 | 3 | -0/+75 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -37/+84 | |
| | | | | Guenther | |||||
* | netapi: add NetRenameMachineInDomain to IDL. | Günther Deschner | 2008-09-05 | 1 | -0/+12 | |
| | | | | Guenther | |||||
* | netdomjoin-gui: fix some widget closing callbacks. | Günther Deschner | 2008-09-05 | 1 | -6/+15 | |
| | | | | Guenther | |||||
* | netdomjoin-gui: always center new windows. | Günther Deschner | 2008-09-05 | 1 | -0/+3 | |
| | | | | Guenther | |||||
* | netdomjoin-gui: fix some small errors in callbacks. | Günther Deschner | 2008-09-05 | 1 | -5/+7 | |
| | | | | Guenther | |||||
* | netdomjoin-gui: add gtk set_transient flags. | Günther Deschner | 2008-09-05 | 1 | -1/+14 | |
| | | | | Guenther | |||||
* | netdomjoin-gui: test all NetServerGetInfo levels until we get comment. | Günther Deschner | 2008-09-05 | 1 | -17/+48 | |
| | ||||||
* | netdomjoin-gui: add support to remotely join/unjoin workstations. | Günther Deschner | 2008-09-05 | 1 | -38/+60 | |
| | | | | Guenther | |||||
* | netapi: add support for local query of level 101 in NetServerGetInfo. | Günther Deschner | 2008-09-05 | 1 | -0/+25 | |
| | | | | Guenther | |||||
* | netapi: add support for more infolevels in NetServerGetInfo_r. | Günther Deschner | 2008-09-05 | 1 | -3/+90 | |
| | | | | Guenther | |||||
* | netapi: add NetServerGetInfo example code. | Günther Deschner | 2008-09-05 | 2 | -0/+134 | |
| | | | | Guenther |