summaryrefslogtreecommitdiffstats
path: root/source/include/doserr.h
Commit message (Collapse)AuthorAgeFilesLines
* doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2008-09-121-0/+1
| | | | Guenther
* doserr: add WERR_WRONG_PASSWORD.Günther Deschner2008-09-021-0/+1
| | | | Guenther
* doserr: add WERR_MEMBER_IN_ALIAS.Günther Deschner2008-08-111-0/+1
| | | | Guenther
* errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.Günther Deschner2008-06-261-0/+3
| | | | Guenther
* errors: add more WERRORs.Günther Deschner2008-06-031-0/+5
| | | | Guenther
* doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.Günther Deschner2008-06-031-0/+2
| | | | Guenther
* doserr: add WERR_REVISION_MISMATCH.Günther Deschner2008-05-271-0/+1
| | | | Guenther
* errors: add WERR_NOT_FOUND.Günther Deschner2008-04-291-0/+1
| | | | Guenther
* errors: add WERR_INVALID_DOMAINNAME.Günther Deschner2008-04-251-0/+1
| | | | Guenther
* errors: Add WERR_NO_SUCH_USER.Günther Deschner2008-04-161-0/+1
| | | | Guenther
* errors: Add WERR_NONE_MAPPED.Günther Deschner2008-04-161-0/+1
| | | | Guenther
* doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.Günther Deschner2008-04-141-0/+2
| | | | Guenther
* Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.Günther Deschner2008-04-121-0/+2
| | | | Guenther
* Move some WERRORs down to the NERR_BASE block.Günther Deschner2008-04-121-16/+11
| | | | Guenther
* Add MAX_NERR define.Günther Deschner2008-04-101-0/+4
| | | | Guenther
* Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2008-01-241-0/+1
| | | | Guenther
* Add and correct some WERROR codes.Michael Adam2008-01-181-1/+6
| | | | Michael
* Add some more join related werror codes.Günther Deschner2008-01-031-0/+2
| | | | Guenther
* Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner2007-12-191-0/+1
| | | | Guenther
* Merge join error codes from Samba 4.Günther Deschner2007-11-301-0/+5
| | | | Guenther
* Add WERR_SERVICE_ALREADY_RUNNING.Günther Deschner2007-10-151-0/+1
| | | | Guenther
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r23624: Merge dos error code from samba4 (returned from dfs_Enum against ↵Günther Deschner2007-10-101-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-10-101-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-10-101-0/+1
| | | | | Patch from Zack Kirsch <zack.kirsch@isilon.com>. Jeremy.
* r19160: Add new WERR codes seen by working with NETLOGON getdcname.Günther Deschner2007-10-101-0/+2
| | | | Guenther
* r17541: When returning a trans2 request, if the "max dataJeremy Allison2007-10-101-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 Carter2007-10-101-0/+1
| | | | Sync with trunk as off r13315
* r12173: doing some service control workGerald Carter2007-10-101-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 Carter2007-10-101-0/+1
|
* r10909: Give better shutdown messagesJim McDonough2007-10-101-0/+1
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-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 Allison2007-10-101-0/+1
| | | | Jeremy.
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-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 Deschner2007-10-101-0/+3
| | | | | | trying to manipulate non-existing shares. Guenther
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-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 offGerald Carter2007-10-101-0/+1
| | | | | | | net rpc service stop net rpc service start net rpc service pause net rpc service resume
* r6014: rather large change set....Gerald Carter2007-10-101-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 Deschner2007-10-101-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
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-7/+40
| | | | | that app-head does. Jeremy.
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-5/+8
|
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+2
|
* Merge from HEAD:Tim Potter2002-05-071-0/+1
| | | | | >DOS error 1307 is returned when an invalid owner for a security descriptor >is detected.
* Merge from HEAD:Tim Potter2002-04-241-0/+1
| | | | >Added constant and message for invalid security descriptor dos error.
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
|
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
|
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-0/+1
| | | | Jeremy.
* Added error for invalid form size.Tim Potter2002-02-251-0/+1
|
* Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison2002-02-091-2/+3
| | | | Jeremy.