summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Collapse)AuthorAgeFilesLines
* error-codes: add WERR_CM_INVALID_POINTER.Günther Deschner2009-04-151-0/+1
| | | | | | Guenther (cherry picked from commit 43eb50655e71e5f407ffbd7069cc2d45a3b478b6) (cherry picked from commit 21eee66cd83db85701aafa4db898f85e1d941ec8)
* error-codes: add some service related error codes.Günther Deschner2009-04-152-0/+6
| | | | | | | | Patch initially from: Danny Tylman <danny.tylman@insightix.com> Guenther (cherry picked from commit cc98d3ae9f5c1aa29a6ccda2f88351431849e9fd) (cherry picked from commit f29abd83d8bc7f7eee965fb7b812095f64c01f82)
* error-codes: add WERR_DS_DRA_SOURCE_DISABLED.Günther Deschner2009-04-152-0/+2
| | | | | | Guenther (cherry picked from commit 5603c0f2ba9d5b90e5f8b71e779ec037053f04f8) (cherry picked from commit a7c80bb70e0153568bc26c0dac044458d47dae0a)
* error-codes: add WERR_DEVICE_NOT_CONNECTED.Günther Deschner2009-03-022-0/+2
| | | | Guenther
* libcli/security: fix the source4 buildStefan Metzmacher2009-03-021-0/+1
| | | | metze
* libcli/security: fix the source3 buildStefan Metzmacher2009-03-022-2/+2
| | | | metze
* Add header files for secace and secacl.Jelmer Vernooij2009-03-012-0/+72
|
* Move secacl to top-level.Jelmer Vernooij2009-03-011-0/+122
|
* dom_sid.h: Include dependency security.h that provides the dom_sid struct.Jelmer Vernooij2009-03-011-0/+2
|
* Move secace.c to top-level.Jelmer Vernooij2009-03-011-0/+281
|
* libcli/util/werror.h: add macro W_ERROR_NOT_OK_GOTO(x, y)Michael Adam2009-02-261-0/+6
| | | | | | a goto destination can be specified as a second parameter. Michael
* s3: move definition of W_ERROR_NOT_OK_GOTO_DONE down to libcli/util/werror.hMichael Adam2009-02-261-0/+6
| | | | Michael
* error-codes: print out WERR_UNKNOWN_PRINT_MONITOR.Günther Deschner2009-02-241-0/+1
| | | | Guenther
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-242-6/+156
| | | | | | | As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze
* libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher2009-02-243-1/+117
| | | | metze
* libcli/ldap: fix compiler warningsStefan Metzmacher2009-02-242-6/+11
| | | | metze
* libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-243-2/+70
| | | | metze
* libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher2009-02-243-0/+1698
| | | | metze
* error-codes: add WERR_INVALID_USER_BUFFER.Günther Deschner2009-02-242-0/+2
| | | | Guenther
* Add missing include to shut up missing prototype warningsVolker Lendecke2009-02-141-0/+1
|
* s4 torture: Smbtorture additions for Windows BRLZack Kirsch2009-02-111-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
* libcli/nbt: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
| | | | metze
* s3: Fix the non-merged build.Kai Blin2009-02-011-1/+0
|
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-013-0/+359
|
* Attempt to fix the merged buildVolker Lendecke2009-01-192-3/+3
|
* libcli/nbt: add nbt_name_socket_handle_response_packet()Stefan Metzmacher2009-01-192-3/+13
| | | | | | | | | Move the last part of nbt_name_socket_recv() into a new function nbt_name_socket_handle_response_packet() so that it can be reused by an unexpected handler. metze (from samba4wins tree cb0377f3b95e50c84fac999a49dde80acc933124)
* libcli/nbt: add nbt_set_unexpected_handler()Stefan Metzmacher2009-01-192-0/+17
| | | | | metze (from samba4wins tree 74232901d1e7ea9ebcb3bd8d584dda36fac37223)
* libcli/nbt: fix wack timeout handlingStefan Metzmacher2009-01-191-3/+18
| | | | | | | | | | | | | | | | | | | If the client gets a WACK response, the server sends a timeout to the client. Possible values are between 9 and 105 seconds. Because w2k3 servers have a bug and always return a value of 5 seconds, we need a workarround. Always using a fixed value of 30 seconds is bad as we could timeout to early. Now we use the value from the server if it's in the valid range and otherwise we use the upper limit of the valid range (105s). metze (from samba4wins tree 40ef7739f4141598a6392c203e4a2d52d972fe06)
* Revert "Remove another use of global_loadparm."Stefan Metzmacher2009-01-193-6/+2
| | | | | | | | | This reverts commit ee7c2170a79f1ca9e2ad1a209d342d8fd287ec8d. A much more correct fix will come soon. (40ef7739f4141598a6392c203e4a2d52d972fe06 from the samba4wins tree) metze
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
| | | | since this will not be shipped with talloc/tdb/tevent/etc.
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
|
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-1/+1
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-3/+3
|
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-294-10/+10
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Fix more compiler warnings.Jelmer Vernooij2008-12-231-2/+2
|
* libcli/nbt: fix some extrasemi compile warnings.Michael Adam2008-11-231-3/+3
| | | | Michael
* errors: add WERR_CM_BUFFER_SMALL.Günther Deschner2008-11-121-0/+1
| | | | Guenther
* nterrors: add NT_STATUS_DS_BUSY.Günther Deschner2008-11-101-0/+1
| | | | Guenther
* doserr: add WERR_NO_TRUST_SAM_ACCOUNT.Günther Deschner2008-11-062-0/+2
| | | | Guenther
* Fix the build.Jelmer Vernooij2008-11-021-3/+1
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-024-3/+9
|
* Remove use of global_loadparm when comparing nt status error - useJelmer Vernooij2008-11-021-0/+3
| | | | global variable instead.
* Use shared doserr.c.Jelmer Vernooij2008-11-012-0/+88
|
* Fix the build.Jelmer Vernooij2008-10-241-2/+2
|
* Remove unused include param/param.h.Jelmer Vernooij2008-10-244-4/+0
|
* Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij2008-10-241-4/+4
|
* Fix "parameter has incomplete type" build warning.Tim Prouty2008-10-231-7/+0
| | | | | | | | | | When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h
* Use common error definitions.Jelmer Vernooij2008-10-233-2300/+4
|
* Import NTSTATUS defines from Samba 3.Jelmer Vernooij2008-10-231-0/+682
|
* Import WERROR defines from Samba 3.Jelmer Vernooij2008-10-231-9/+57
|