summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove some duplicate codeVolker Lendecke2008-09-081-6/+1
|
* netapi: expand NetUser testsuite a little.Günther Deschner2008-09-081-2/+146
| | | | Guenther
* netapi: add NetShare testsuite.Günther Deschner2008-09-084-1/+240
| | | | Guenther
* net: use NETSETUP flags consistently.Günther Deschner2008-09-081-1/+1
| | | | Guenther
* netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner2008-09-081-4/+9
| | | | Guenther
* netapi: fix NetShareGetInfo example output.Günther Deschner2008-09-081-1/+1
| | | | Guenther
* Fix debug message to show correct function name.Jeremy Allison2008-09-051-1/+1
| | | | Jeremy.
* Write times code update.Jeremy Allison2008-09-057-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 Allison2008-09-051-4/+0
| | | | Jeremy.
* Fix "warning: pointer of type 'void *' used in arithmetic".Jeremy Allison2008-09-051-1/+1
| | | | Jeremy.
* Revert "winbindd: the ad trusted_domains call should return talloced strings."Günther Deschner2008-09-051-5/+2
| | | | This reverts commit b57cbf62e8180c8fdb8f541c43358d36d8dbbdfa.
* Fix a memleakQiao Yang2008-09-051-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 Deschner2008-09-053-0/+47
| | | | Guenther
* netapi: add SHARE_INFO_1005_FLAGS.Günther Deschner2008-09-051-1/+16
| | | | Guenther
* netapi: implement NetShareSetInfo_r.Günther Deschner2008-09-051-1/+59
| | | | Guenther
* netapi: add support for level 1004 inGünther Deschner2008-09-051-0/+13
| | | | | | map_SHARE_INFO_buffer_to_srvsvc_share_info. Guenther
* netapi: add NetShareSetInfo example code.Günther Deschner2008-09-052-1/+112
| | | | Guenther
* netapi: add NetShareSetInfo to public header.Günther Deschner2008-09-051-0/+22
| | | | Guenther
* netapi: add skeleton for NetShareSetInfo.Günther Deschner2008-09-053-0/+75
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-053-1/+54
| | | | Guenther
* netapi: add NetShareSetInfo to IDL.Günther Deschner2008-09-051-0/+12
| | | | Guenther
* netapi: implement NetShareEnum_r.Günther Deschner2008-09-051-1/+90
| | | | Guenther
* netapi: implement NetShareGetInfo_r.Günther Deschner2008-09-051-1/+154
| | | | Guenther
* netapi: add NetShareGetInfo example code.Günther Deschner2008-09-052-1/+159
| | | | Guenther
* netapi: add NetShareGetInfo to public header.Günther Deschner2008-09-051-0/+20
| | | | Guenther
* netapi: add skeleton for NetShareGetInfo.Günther Deschner2008-09-053-0/+72
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-053-1/+54
| | | | Guenther
* netapi: add IDL for NetShareGetInfo.Günther Deschner2008-09-051-0/+11
| | | | Guenther
* netapi: remove NetSetup* flags from netdomjoin-gui.Günther Deschner2008-09-051-3/+0
| | | | Guenther
* netapi: add NETSETUP_JOIN_STATUS to public header.Günther Deschner2008-09-051-0/+7
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-051-0/+17
| | | | Guenther
* netapi: add NETSETUP_JOIN_STATUS to IDL.Günther Deschner2008-09-051-0/+7
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-052-12/+12
| | | | Guenther
* wkssvc: rename wkssvc_NetJoinStatus flags.Günther Deschner2008-09-051-4/+4
| | | | Guenther
* netapi: move join related examples to one directory.Günther Deschner2008-09-053-2/+2
| | | | Guenther
* netapi: add NetRenameMachineInDomain example code.Günther Deschner2008-09-052-0/+92
| | | | Guenther
* netapi: implement NetRenameMachineInDomain_r.Günther Deschner2008-09-051-1/+35
| | | | Guenther
* netapi: add NetRenameMachineInDomain to public header.Günther Deschner2008-09-051-0/+23
| | | | Guenther
* netapi: add skeleton for NetRenameMachineInDomain.Günther Deschner2008-09-053-0/+75
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-053-37/+84
| | | | Guenther
* netapi: add NetRenameMachineInDomain to IDL.Günther Deschner2008-09-051-0/+12
| | | | Guenther
* netdomjoin-gui: fix some widget closing callbacks.Günther Deschner2008-09-051-6/+15
| | | | Guenther
* netdomjoin-gui: always center new windows.Günther Deschner2008-09-051-0/+3
| | | | Guenther
* netdomjoin-gui: fix some small errors in callbacks.Günther Deschner2008-09-051-5/+7
| | | | Guenther
* netdomjoin-gui: add gtk set_transient flags.Günther Deschner2008-09-051-1/+14
| | | | Guenther
* netdomjoin-gui: test all NetServerGetInfo levels until we get comment.Günther Deschner2008-09-051-17/+48
|
* netdomjoin-gui: add support to remotely join/unjoin workstations.Günther Deschner2008-09-051-38/+60
| | | | Guenther
* netapi: add support for local query of level 101 in NetServerGetInfo.Günther Deschner2008-09-051-0/+25
| | | | Guenther
* netapi: add support for more infolevels in NetServerGetInfo_r.Günther Deschner2008-09-051-3/+90
| | | | Guenther
* netapi: add NetServerGetInfo example code.Günther Deschner2008-09-052-0/+134
| | | | Guenther