summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2007-10-105-30/+32
| | | | | Jeremy. (This used to be commit e831cef618d55c362e8d3a8a4c2b9f2ed7d4d7bd)
* r6051: finish offGerald Carter2007-10-105-22/+352
| | | | | | | | net rpc service stop net rpc service start net rpc service pause net rpc service resume (This used to be commit a7fb2c50b07a7d9965675272a71f42beba92acfe)
* r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel ↵Jeremy Allison2007-10-103-68/+109
| | | | | | | | "read-only" issue. Jeremy. (This used to be commit 80e788143a6c3d973d3b8e57d91ca5c4a83605b2)
* r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.Jeremy Allison2007-10-102-26/+136
| | | | | | The semantics are different with wildcards. Jeremy. (This used to be commit f8b67159fc1c8224a7caf41409b2654846f34a2d)
* r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter2007-10-104-15/+281
| | | | | | | | | | | | | | | spooler service is SVCCTL_RUNNING. Configuration details: Service Type = 0x110 Start Type = 0x2 Error Control = 0x1 Tag ID = 0x0 Executable Path = C:\WINNT\system32\spoolsv.exe Load Order Group = SpoolerGroup Dependencies = RPCSS/ Start Name = LocalSystem Display Name = Print Spooler (This used to be commit b921bf568835042a43bb0bcb2abd9d36c9d2e43f)
* r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison2007-10-103-5/+21
| | | | | | | patterns like ????????.??? - even if using an NT1 protocol. Matches W2K3 behavior. Jeremy. (This used to be commit 67f6473f50f3284b9ccbe6f983f23cd42b3b7c9f)
* r6041: cleaning up output from 'rpc service list'Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 7f02ba6646d5c9685250b8ee6e45c9723d748143)
* r6040: finish out 'net rpc service list'Gerald Carter2007-10-105-28/+84
| | | | (This used to be commit 42588ba50cb1b47a00f3e0bed33ca3431eb8af14)
* r6039: add CLI_DO_RPC macro for cookie cutter code; no new functionality to ↵Gerald Carter2007-10-102-157/+94
| | | | | | 'net rpc service' (This used to be commit 759affb1e1aa59fcb878b4dee781aa362b3e7e1c)
* r6038: adding more flesh to 'net rpc service'Gerald Carter2007-10-106-49/+233
| | | | | | | open and close the service control manager. Also experimenting with ideas for cli_xxx() interface. (This used to be commit 4da89ef17b8c4644b97b923cebfe8e446b508b4d)
* r6037: little cleanup of unused vars and unnecessary codepathsGerald Carter2007-10-101-12/+7
| | | | (This used to be commit 167f7d3caa84e612cf3af0095536734dc7c3ad29)
* r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ↵Gerald Carter2007-10-102-0/+7
| | | | | | initialized whenenumerating users and groups (This used to be commit 105a63c207e8d2b03a30dec2b8b55b92047cba80)
* r6034: Check only onceSimo Sorce2007-10-101-1/+3
| | | | (This used to be commit 5a4274371cdbbd278d8aaa922f3e5f51a3cb5aec)
* r6029: adding files necessary to support 'net rpc service' functions; will ↵Gerald Carter2007-10-104-2/+235
| | | | | | fill in tomorrow (This used to be commit 6bbd61cfd1ca2dbe8d96d894f90f263b8f24571f)
* r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.Jeremy Allison2007-10-102-8/+3
| | | | | Jeremy. (This used to be commit cf8949f684ee9adcd35d56d923b2f5733efc05ac)
* r6020: Never do NT status codes with protocols before NT1 as we don't get ↵Jeremy Allison2007-10-101-0/+4
| | | | | | | client caps. Jeremy. (This used to be commit 4868e4202775c1c0a60828e0c6f6fa23cf8346e1)
* r6016: Give access only to root and Domain UsersSimo Sorce2007-10-101-11/+23
| | | | (This used to be commit d3557ed4b7c4d58a50cc6041c06cc4eff5ef659a)
* r6014: rather large change set....Gerald Carter2007-10-1045-1407/+5807
| | | | | | | | | | | | | | | pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon). (This used to be commit 4e0ac63c36527cd8c52ef720cae17e84f67e7221)
* r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)Jeremy Allison2007-10-101-3/+15
| | | | | | | | before allowing users to shut down any sessions. Simo - please check security before allowing state changes. Please review this change. Jeremy. (This used to be commit 51beba71d4d5d3d259e567b65b1694d862814fe9)
* r6004: Let's make server manager able to kill a user session.Simo Sorce2007-10-104-0/+167
| | | | | This will send a shutdown command to the right process by pid read from the sessions list. (This used to be commit 5d3d025db757f7d48f241142a60a93214f2b47ea)
* r6001: Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not ↵Jeremy Allison2007-10-101-1/+1
| | | | | | | | SMB_ACL_MASK. Fix bug #2521. Jeremy. (This used to be commit 21e3cf2f8f6129324ebb799f959f8d2afe0285d2)
* r5994: proper fix for smbclient and win98 file servers; check the WCT value ↵Gerald Carter2007-10-102-21/+7
| | | | | | in the tcon&X reply before setting the cli_state->dfsroot flag (This used to be commit d3822d889dbc0812335e9242566256a0f88bc00d)
* r5993: compiler warning fixGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 4e8b868e6e29513a0c4c1b8992a502d5b6cf2c3d)
* r5991: Fixup last entry offset correctly for level 260.Jeremy Allison2007-10-101-6/+10
| | | | | | Should fix bug found by Derrell.Lipman@UnwiredUniverse.com. Jeremy. (This used to be commit 5ded615679e346d1ea155cde3413396d3e3c3a6b)
* r5981: Hack to fix DFS code to work with Win98 server. JERRY PLEASE REVIEW ↵Jeremy Allison2007-10-101-1/+19
| | | | | | | | | THIS ! I don't think this is correct - it just happens to work and fix bug #2530 to return all the files. Jeremy. (This used to be commit 1ee180a6dd7f8d787396f359a8ff3ed25433357b)
* r5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fixJeremy Allison2007-10-101-0/+1
| | | | | | buy just prevent the crash). Jeremy. (This used to be commit 9d5ef800b6d3da54a5c733cff70306ac052ddd23)
* r5975: Re-arrange code and comments to make more sense.Jeremy Allison2007-10-101-12/+10
| | | | | Jeremy. (This used to be commit 08616ad80d96d1b7b558eec036bafb4bf3663942)
* r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).Jeremy Allison2007-10-101-4/+1
| | | | | Jeremy. (This used to be commit b0de2d761f6697ca1f4859ba098af6162ab42027)
* r5971: Check for the correct cli-struct when copying files.Günther Deschner2007-10-101-1/+1
| | | | | | | Good catch from Lars Mueller <lmuelle@suse.de>. Guenther (This used to be commit 90e2383bc50e8312ad37f5869630130e0cd6ae78)
* r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused aJeremy Allison2007-10-101-1/+1
| | | | | | filename to be processed twice. Jeremy. (This used to be commit 2ed7e30cbb3e194a08d5d9b46993652666193bec)
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-1011-63/+78
| | | | (This used to be commit 85be4c5df398faa6c5bfacd1f9d2f12c39d411e1)
* r5967: Fix typo bug where flags overwrote info level.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 214a2cbe5aed9f0540b03350b60d0eec1c61bad8)
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for ↵Jim McDonough2007-10-104-60/+359
| | | | | | | samr_lookup_rids. Gives us again up to ~6x improvement on group membership lookups. (This used to be commit e2117bcb09cbd21df3b6621c2794a006418c1d9e)
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2007-10-106-10/+19
| | | | (This used to be commit 9e77da9320c900b3e437d534e31fa5ff81e9acfd)
* r5960: Integer wrap paranoia when reading EA buffers.Jeremy Allison2007-10-101-4/+23
| | | | | Jeremy. (This used to be commit e61f7a6b72fe6186a5a56f23f9133c5b1a49bb89)
* r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) ↵Gerald Carter2007-10-101-5/+10
| | | | | | on IRIX (This used to be commit aeb3cea54ea2e050aef38e38fd8519510a14a184)
* r5957: BUGS 2478, 2093: compiler warning patches from Jason MaderGerald Carter2007-10-101-6/+7
| | | | (This used to be commit b0f43460822eb5175c854959181de05307d73415)
* r5956: more compile warngin fixes from the Mr. MaderGerald Carter2007-10-102-6/+6
| | | | (This used to be commit f3f315b14d261fa56ab040db036a6f858ac06e65)
* r5955: BUG 2517: use the realm from smb.conf for 'net ads info' when ↵Gerald Carter2007-10-101-1/+6
| | | | | | 'disable netbios = yes' (This used to be commit 77734120d30c64941e2046574c81653c5bca4220)
* r5954: Fix some compiler warnings and add missing exclude-block in "net rpcGünther Deschner2007-10-102-8/+17
| | | | | | | share migrate" (found by Lars Mueller <lmuelle@suse.de>). Guenther (This used to be commit 45a2a7bedb877745cd9677fe3124d5a2ad2c8853)
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to ↵Gerald Carter2007-10-104-7/+8
| | | | | | cleanup the name space (This used to be commit 7dfafa712deb115e425c7367296400c54827a217)
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ↵Gerald Carter2007-10-103-4/+16
| | | | | | using krb5 (This used to be commit 19a639ac468237b22f16d917c0150fbf10c9623e)
* r5951: gotta love that SGI compiler :-) (thanks Jason)Gerald Carter2007-10-102-4/+4
| | | | (This used to be commit e84d070275464de43107b6b5910e25ccc3339302)
* r5950: more compiler warning's from Jason MaderGerald Carter2007-10-102-6/+4
| | | | (This used to be commit 27c6e85ad59a86ab45ae3297c7445c4ff15546c8)
* r5948: more compile cleanups from Jason MaderGerald Carter2007-10-102-7/+3
| | | | (This used to be commit cc6c769c3c26164919dd13777d671abe02c084d9)
* r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ↵Gerald Carter2007-10-102-2/+2
| | | | | | all versions of a driver (This used to be commit 1f0060278609a194b76872367530d2f7bcea7fa7)
* r5945: BUG 2516: fix compile issue on True64Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 5205949dac4566a815ea443114309c284270ba91)
* r5944: cleaning up compiler warnings reported by Jason MaderGerald Carter2007-10-102-9/+6
| | | | (This used to be commit 8f87d9c5b66bfbbb1c2eb409bc424fa730b66ff0)
* r5943: remove unneccessary se_priv_copy()Gerald Carter2007-10-101-3/+1
| | | | (This used to be commit 2db04a90c4197a3950bbc322948468cb306b3557)
* r5936: Fix bugs in earlier work in progress commit. Closer to properly ↵Jeremy Allison2007-10-101-2/+2
| | | | | | | supporting EA's now. Jeremy. (This used to be commit 8aa2b2617baefef004a864c4210b20a66ef89fd4)