summaryrefslogtreecommitdiffstats
path: root/source/include/doserr.h
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23624: Merge dos error code from samba4 (returned from dfs_Enum against ↵Günther Deschner2007-06-271-0/+1
| | | | | | | | w2k3 as soon as a one DFS_VOLUME_FLAVOR_AD_BLOB dfsroot exists). Guenther
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-05-241-0/+3
| | | | | | | netr_DsRGetDCNameEx2) and add new ds request and reply flags, also add some more WERROR codes. Guenther
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-03-011-0/+1
| | | | | Patch from Zack Kirsch <zack.kirsch@isilon.com>. Jeremy.
* r19160: Add new WERR codes seen by working with NETLOGON getdcname.Günther Deschner2006-10-071-0/+2
| | | | Guenther
* r17541: When returning a trans2 request, if the "max dataJeremy Allison2006-08-141-0/+2
| | | | | | | | | | | | | | | | | bytes returned" is less than the amount we want to send, return what we can and set STATUS_BUFFER_OVERFLOW (doserror ERRDOS,ERRbufferoverflow). Required by OS/2 to handle EA's that are too large. It's hard to test this in Samba4 smbtorture as the max data bytes returned is hard coded at 0xffff (as it is in the Samba3 client libraries also). I used a custom version of Samba4 smbtorture to test this out. Might add a "max data bytes" param to make this testable in the build farm. Confirmed by "Guenter Kukkukk (sambaos2)" <sambaos2@kukkukk.com> and Andreas Taegener <atsamba11@eideltown.de> that this fixes the issue. Jeremy.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-0/+1
| | | | Sync with trunk as off r13315
* r12173: doing some service control workGerald Carter2005-12-111-0/+2
| | | | | | | | | * Add a few new error codes for disabled services * dump some more details about service status in 'net rpc service' * disable the WINS and NetLogon services if not configured in smb.conf Still trying to figure out how to disable the start button on the NetLogon and WINS services.
* r11063: merging missing error code for event logsGerald Carter2005-10-141-0/+1
|
* r10909: Give better shutdown messagesJim McDonough2005-10-111-0/+1
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-0/+8
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC)Jeremy Allison2005-08-121-0/+1
| | | | Jeremy.
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-0/+3
| | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy.
* r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns whenGünther Deschner2005-06-151-0/+3
| | | | | | trying to manipulate non-existing shares. Guenther
* r7440: * merge registry server changes from trunk (so far) for more Gerald Carter2005-06-091-0/+3
| | | | | | printmig.exe work * merge the sys_select_signal(char c) change from trunk in order to keeo the winbind code in sync
* r6051: finish off Gerald Carter2005-03-251-0/+1
| | | | | | | net rpc service stop net rpc service start net rpc service pause net rpc service resume
* r6014: rather large change set....Gerald Carter2005-03-231-0/+1
| | | | | | | | | | | | | | 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).
* r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner2004-10-131-0/+1
| | | | | | | | | | setprinter calls inside the net-tool. This is usefull to mimic the same queries a windows-client does. At least win2k returns WERR_IO_PENDING when printer is published via setprinter, samba returns WERR_OK but this does not hurt. Guenther
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+233
metze