r13080: fix crash bug
[samba.git] / source / libcli /
2007-10-10 Stefan Metzmacherr12999: fix compiler warnings
2007-10-10 Stefan Metzmacherr12984: add parse code and ldbsearch cmdline code for
2007-10-10 Simo Sorcer12977: Some code to implement the client side of the...
2007-10-10 Stefan Metzmacherr12932: export function prototypes
2007-10-10 Simo Sorcer12925: implement client side of ASQ control
2007-10-10 Simo Sorcer12917: fix decoding of ldap controls
2007-10-10 Stefan Metzmacherr12910: fix bug #3069
2007-10-10 Andrew Bartlettr12862: Need to trim spaces off the end of the node...
2007-10-10 Andrew Bartlettr12861: Cope when we are not supplied the messaging...
2007-10-10 Andrew Bartlettr12858: This moves the libnet_LookupPdc code to use...
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Jelmer Vernooijr12801: Some more include/ cleanups (remove unused...
2007-10-10 Andrew Bartlettr12747: Add a couple more token tests, used by the...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Stefan Metzmacherr12725: some minor updates
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Stefan Metzmacherr12602: fix compiler warning
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Jelmer Vernooijr12500: Use init functions explicitly in a few more...
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12370: - if we got a reply without a pending request...
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Stefan Metzmacherr12247: - reject freeing the wrepl_socket inside of...
2007-10-10 Stefan Metzmacherr12240: if the caller isn't interessted in the reply...
2007-10-10 Stefan Metzmacherr12238: don't crash when an error happens while connect...
2007-10-10 Jelmer Vernooijr12216: Couple of small fixes: reduce include/includes...
2007-10-10 Stefan Metzmacherr12200: - move the the winsreplication client and serve...
2007-10-10 Volker Lendecker12161: Fix a memleak and do the -O1 janitor :-)
2007-10-10 Andrew Tridgellr12158: added ldif handlers for the ntSecurityDescripto...
2007-10-10 Andrew Tridgellr12139: - fixed up the ace object flags checking
2007-10-10 Andrew Tridgellr12138: added use of 2 letter SID codes in sddl_encode_...
2007-10-10 Andrew Tridgellr12137: added sddl_encode(), the reverse of the sddl_de...
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Stefan Metzmacherr12114: - smb2_keepalive() acts on the smb2_transport
2007-10-10 Rafal Szczesniakr12079: Fix to the comment for sake of completness...
2007-10-10 Andrew Bartlettr12062: SASL negotiation now requires a gensec_security...
2007-10-10 Stefan Metzmacherr12020: fix memory hierachie
2007-10-10 Andrew Tridgellr12011: fixed another 'mixed code and declarations...
2007-10-10 Andrew Tridgellr12010: - added support for domain specific SID codes...
2007-10-10 Andrew Tridgellr12006: don't require callers to fill in pad bytes...
2007-10-10 Andrew Tridgellr12005: added a SDDL (Security Descriptor Description...
2007-10-10 Stefan Metzmacherr11996: don't overwrite the buffercode
2007-10-10 Andrew Tridgellr11982: ensure the fde event gets freed before the...
2007-10-10 Andrew Tridgellr11980: ronnie worked out that opcode 0xb in SMB2 is...
2007-10-10 Stefan Metzmacherr11971: add nbt specific continue wrapper
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Andrew Tridgellr11949: make sure we ask gensec to give us a session key
2007-10-10 Stefan Metzmacherr11941: fix cut'n'paste bug
2007-10-10 Andrew Tridgellr11906: opcode 13 appears to be keepalive. Metze guesse...
2007-10-10 Andrew Tridgellr11905: added SMB2_FLUSH as opcode 7. Thanks to metze...
2007-10-10 Andrew Tridgellr11903: added smb2_tdis() (opcode 4)
2007-10-10 Andrew Tridgellr11901: added smb2_logoff() support (metze correctly...
2007-10-10 Stefan Metzmacherr11895: - reorder some code to make it easier to follow...
2007-10-10 Andrew Tridgellr11894: fixed SMB2 trans code for pipe_flags
2007-10-10 Andrew Tridgellr11893: fixed a dependency problem
2007-10-10 Andrew Tridgellr11891: - added pipe_flags field in smb2_trans
2007-10-10 Andrew Tridgellr11888: - added SMB2 trans support
2007-10-10 Volker Lendecker11885: Add forgotten files
2007-10-10 Andrew Tridgellr11849: added mapping between SMB2 and SMB find/search...
2007-10-10 Andrew Tridgellr11848: separate out the info levels common to SMB...
2007-10-10 Volker Lendecker11812: Convert winbind to the async bind routines...
2007-10-10 Andrew Tridgellr11801: - added basic SMB2 find support
2007-10-10 Andrew Tridgellr11800: - filled in unknown fields in SMB2 all_info...
2007-10-10 Volker Lendecker11796: Two more uses of !composite_is_ok
2007-10-10 Andrew Tridgellr11795: used a couple more of volkers composite helper...
2007-10-10 Andrew Tridgellr11791: simplify the SMB2 connect code following some...
2007-10-10 Andrew Tridgellr11780: it turns out that the MxAc tag isn't a security...
2007-10-10 Andrew Tridgellr11777: display the security_descriptor in torture_smb2...
2007-10-10 Andrew Tridgellr11775: added support for creating files on SMB2 with...
2007-10-10 Andrew Tridgellr11771: - split out the setinfo blob construction in...
2007-10-10 Andrew Tridgellr11758: unified the parse code for the SMB and SMB2...
2007-10-10 Andrew Tridgellr11756: split out the parsers for the pass-through...
2007-10-10 Andrew Tridgellr11755: added names for all of the SMB2 qfs info levels...
2007-10-10 Andrew Tridgellr11754: make the SMB2 blob push routines take offsets...
2007-10-10 Andrew Tridgellr11752: setup the dynamic pointer for incoming packets too
2007-10-10 Andrew Tridgellr11751: fixed the req->out.size calculation (it needs...
2007-10-10 Stefan Metzmacherr11743: - push the length at the correct offset
2007-10-10 Stefan Metzmacherr11742: fix pushing of 0 length blobs
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Stefan Metzmacherr11740: add some EA error codes
2007-10-10 Andrew Tridgellr11737: use _smb_setlen2() to allow for 24 bit lengths...
2007-10-10 Andrew Tridgellr11735: fixed the ALL_EAS smb2 level parsing
2007-10-10 Andrew Tridgellr11731: fixed typo noticed by metze
2007-10-10 Andrew Tridgellr11730: added parsing and tests for a bunch more SMB2...
2007-10-10 Stefan Metzmacherr11722: make the smb2_push/pull functions take a smb2_r...
2007-10-10 Volker Lendecker11721: Fix warnings
2007-10-10 Andrew Tridgellr11715: added SMB2 read and write requests
2007-10-10 Andrew Tridgellr11714: put in a workaround for a winbind problem volke...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11700: added structure definitions for many of the...
2007-10-10 Andrew Tridgellr11698: added some more level names
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11696: added a few more opcode names
2007-10-10 Andrew Tridgellr11694: fixed 2 valgrind errors
2007-10-10 Andrew Tridgellr11693: added a full async composite function for SMB2...
next