summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r25822: use NDR_CHECK()Stefan Metzmacher2007-12-211-6/+2
* r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS di...Stefan Metzmacher2007-12-211-15/+32
* r25820: but still return the error...Stefan Metzmacher2007-12-213-0/+3
* r25819: make the success case more clearStefan Metzmacher2007-12-213-3/+3
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-73/+174
* r25801: Add security_ace_create() function.Günther Deschner2007-12-211-0/+29
* r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher2007-12-211-13/+15
* r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher2007-12-211-4/+4
* r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner2007-12-211-0/+3
* r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell2007-12-211-1/+3
* r25672: Some more FRS werrors.Günther Deschner2007-12-212-0/+4
* r25669: Real build fix.Günther Deschner2007-12-211-1/+1
* r25668: Hopefully fix the build, sorry...Günther Deschner2007-12-212-3/+4
* r25665: Add some more WERR codes.Günther Deschner2007-12-212-0/+11
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-212-4/+5
* r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner2007-12-211-9/+14
* r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner2007-12-211-29/+1
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+4
* r25604: Add security_descriptor_append() helper function.Günther Deschner2007-12-211-0/+42
* r25578: BOOL -> boolStefan Metzmacher2007-10-101-3/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-1074-828/+830
* r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam2007-10-101-1/+1
* r25515: Revert r25448:Michael Adam2007-10-102-1/+13
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij2007-10-102-13/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-105-7/+12
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-1022-39/+40
* r25353: Disable one more swig link to for 'make install' to work.Rafal Szczesniak2007-10-101-0/+1
* r25351: disable swig for now to get the build workingAndrew Tridgell2007-10-101-0/+1
* r25348: Start working on another Python wrapper.Tim Potter2007-10-102-0/+23
* r25329: A solution to SWIG not being able to handle a structure and a functionTim Potter2007-10-101-8/+10
* r25305: Fix installation of missing headers.Jelmer Vernooij2007-10-101-3/+3
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-109-255/+314
* r25221: Experiment with Jelmer's new generic loadparm code.Tim Potter2007-10-101-1/+8
* r25212: merge some stuff from samba3Stefan Metzmacher2007-10-101-1/+4
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-104-16/+16
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-0/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-103-3/+3
* r25027: Fix more warnings.Jelmer Vernooij2007-10-1010-6/+16
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-1024-0/+24
* r25010: Avoid uses of pstringJelmer Vernooij2007-10-102-4/+2
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-106-6/+11
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-106-9/+10
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-1011-14/+14
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-102-6/+4
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-1/+1
* r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2007-10-101-0/+11
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-1/+0
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-3/+2
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-1012-38/+38