r4533: parsing support for:
[samba.git] / source4 / libcli /
2007-10-10 Andrew Bartlettr4531: Include the OID locally, as it seems to be hard...
2007-10-10 Andrew Bartlettr4530: Start adding a bit of Doxygen compatible documen...
2007-10-10 Andrew Bartlettr4504: Setting
2007-10-10 Andrew Bartlettr4500: Allow GENSEC modules to be disabled by setting...
2007-10-10 Andrew Bartlettr4499: Almost make our Samba4 server pass the RPC-SAMLO...
2007-10-10 Andrew Bartlettr4494: Allow gensec_gssapi to use the SPNEGO mech provi...
2007-10-10 Andrew Bartlettr4470: Try not to have GSSAPI built unless we detected...
2007-10-10 Andrew Bartlettr4460: Add a new GENSEC module: gensec_gssapi
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Tridgellr4446: attempt to fix the build - andrew, can you check...
2007-10-10 Andrew Bartlettr4441: gensec_krb5 update:
2007-10-10 Stefan Metzmacherr4435: add another error code
2007-10-10 Stefan Metzmacherr4431: add WERR_NET_NAME_NOT_FOUND
2007-10-10 Andrew Tridgellr4429: the owner of a file always gets SEC_STD_DELETE
2007-10-10 Stefan Metzmacherr4419: move security_token stuff to the libcli/security/
2007-10-10 Andrew Tridgellr4413: login failure doesn't warrant a level 1 debug...
2007-10-10 Andrew Tridgellr4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the ...
2007-10-10 Andrew Tridgellr4388: - allow ACE flags to be specified in security_de...
2007-10-10 Andrew Bartlettr4386: Grr, fix copy-and-paste bug.
2007-10-10 Andrew Bartlettr4385: Set the correct target service.
2007-10-10 Andrew Tridgellr4364: - added support for testing of chained SMB opera...
2007-10-10 Stefan Metzmacherr4361: fix the build
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Andrew Bartlettr4357: Return a more sensible error code if a NULL...
2007-10-10 Andrew Bartlettr4356: Allow anonymous connections to use NTLMSSP....
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr4338: reuse netlogon structs in the krb5 PAC
2007-10-10 Stefan Metzmacherr4326: fix memory leak
2007-10-10 Stefan Metzmacherr4325: add the GENSEC_FEATURE_DCE_STYLE flag
2007-10-10 Andrew Tridgellr4316: - now that the trans2 code properly supports...
2007-10-10 Andrew Tridgellr4315: use the remote hosts max_xmit, not the local...
2007-10-10 Andrew Tridgellr4263: added support for the trans2 RAW_SEARCH_EA_LIST...
2007-10-10 Andrew Tridgellr4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo...
2007-10-10 Andrew Tridgellr4243: a sniff from kukks showed that the ea_set interf...
2007-10-10 Andrew Tridgellr4229: - added support for multi-part SMBtrans and...
2007-10-10 Andrew Tridgellr4228: make sure the caller knows the packet is in...
2007-10-10 Andrew Tridgellr4202: added smbclient commands "addprivileges" and...
2007-10-10 Andrew Tridgellr4196: - added server side code for lsa_LookupPrivDispl...
2007-10-10 Andrew Tridgellr4182: fixed trans2 mkdir, allowing mkdir with an initi...
2007-10-10 Stefan Metzmacherr4177: add some more error codes
2007-10-10 Andrew Tridgellr4173: - new t2open code, that can cope with "create...
2007-10-10 Andrew Tridgellr4151: added privilege attribute handling on samdb.
2007-10-10 Andrew Tridgellr4150: - add fns for manipulating the privilege_mask...
2007-10-10 Andrew Tridgellr4147: converted from NT_USER_TOKEN to struct security_...
2007-10-10 Stefan Metzmacherr4084: add some more error codes
2007-10-10 Stefan Metzmacherr4080: missing file from the last commit
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Stefan Metzmacherr4077: don't add wrapping to empty blobs
2007-10-10 Andrew Tridgellr4073: - added a set of lsa helper routines to make...
2007-10-10 Stefan Metzmacherr4070: move some defines from asn_1.h to the places...
2007-10-10 Andrew Tridgellr4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
2007-10-10 Andrew Tridgellr4065: fixed ntstatus->dos error code for NT_STATUS_NO_...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr4062: the RAW-ACLS test now passes. The SEC_STD_DELETE...
2007-10-10 Andrew Tridgellr4056: modified the access check code based on results...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Stefan Metzmacherr4045: readd krb5 support defaulted to disable
2007-10-10 Stefan Metzmacherr4044: only send supportedMech when we also send other...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4034: add a function security_descriptor_create()...
2007-10-10 Andrew Tridgellr4025: added a sec_access_check() function for checking...
2007-10-10 Andrew Tridgellr4015: correct copyright attributions
2007-10-10 Andrew Tridgellr4013: got rid of a bunch of unused or unmaintained...
2007-10-10 Stefan Metzmacherr4001: fix segfault fix auth failed
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Andrew Tridgellr3988: made dom_sid_add_rid() allocate the new sid...
2007-10-10 Andrew Tridgellr3979: added server side code for lsa_LookupSids2(...
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Stefan Metzmacherr3967: fix compiler warnings
2007-10-10 Stefan Metzmacherr3960: fix compiler warnings
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Stefan Metzmacherr3910: add some error codes
2007-10-10 Stefan Metzmacherr3906: fix compiler warnings
2007-10-10 Stefan Metzmacherr3903: better fix for -r 3902
2007-10-10 Stefan Metzmacherr3902: fix compiler warnings
2007-10-10 Stefan Metzmacherr3901: fix compiler warnings
2007-10-10 Stefan Metzmacherr3900: fix compiler warning
2007-10-10 Stefan Metzmacherr3899: fix compiler warnings
2007-10-10 Jelmer Vernooijr3898: Work towards local/server DCOM support, start...
2007-10-10 Andrew Bartlettr3885: Add security descriptor comparison to our RPC...
2007-10-10 Andrew Tridgellr3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMA...
2007-10-10 Andrew Tridgellr3832: added NT ACL query/set to the posix NTVFS backen...
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Andrew Tridgellr3829: added a RAW-ACLS test suite that tests query...
2007-10-10 Andrew Tridgellr3827: fixed copyright notices to remove simo and lkcl...
2007-10-10 Andrew Tridgellr3826: - added testing of ea lists in NTTRANS CREATE
2007-10-10 Andrew Tridgellr3821: added client side code and test code for NTTRANS...
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Andrew Tridgellr3806: added support to smb_server and pvfs for the...
2007-10-10 Andrew Bartlettr3805: Fix the LSA portions of the RPC-SAMSYNC test...
2007-10-10 Andrew Tridgellr3792: improved the posix -> nt error mapping, so we...
2007-10-10 Stefan Metzmacherr3786: send a mechListMIC to make the current samba3...
2007-10-10 Stefan Metzmacherr3770: - fix endless recursion loop in spnego fallback...
2007-10-10 Jelmer Vernooijr3751: Some fixes to using enable and disable for subsy...
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3740: Convert more files to .mk, fix the build
2007-10-10 Jelmer Vernooijr3739: Remove a bunch of unused m4 macros
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
next