Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds new error codes (needed for enhancing error messages for SAMBA 4 AD ↵ | Matthias Dieter Wallnöfer | 2009-07-31 | 1 | -2/+1 |
| | | | | LDAP server) | ||||
* | two more NT status codes that we get on DRS with w2k8-R2 | Andrew Tridgell | 2009-06-12 | 1 | -1/+2 |
| | |||||
* | add NT_STATUS_HAVE_NO_MEMORY_AND_FREE() | Andrew Tridgell | 2009-06-04 | 1 | -0/+9 |
| | | | | | | | | In many places we use NT_STATUS_HAVE_NO_MEMORY() to auto-return when a memory allocation fails. In quite a few places where we use this, we end up leaving a tmp_ctx behind, which creates a memory leak. This macro takes a memory context to free when returning the error | ||||
* | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 2009-04-01 | 1 | -2/+2 |
| | |||||
* | s4 torture: Smbtorture additions for Windows BRL | Zack Kirsch | 2009-02-11 | 1 | -0/+3 |
| | | | | | | - Adds a few new BRL tests to RAW-LOCK - Adds a "win7" target to allow torture to handle protocol changes in windows 7 | ||||
* | nterrors: add NT_STATUS_DS_BUSY. | Günther Deschner | 2008-11-10 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Remove use of global_loadparm when comparing nt status error - use | Jelmer Vernooij | 2008-11-02 | 1 | -0/+3 |
| | | | | global variable instead. | ||||
* | Use common error definitions. | Jelmer Vernooij | 2008-10-23 | 1 | -0/+4 |
| | |||||
* | Import NTSTATUS defines from Samba 3. | Jelmer Vernooij | 2008-10-23 | 1 | -0/+682 |