summaryrefslogtreecommitdiffstats
path: root/source/libcli
Commit message (Expand)AuthorAgeFilesLines
* r12696: Reduce the size of include/structs.hJelmer Vernooij2006-01-037-2/+8
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2006-01-0316-6/+114
* r12670: Make a couple of dependencies stricterJelmer Vernooij2006-01-021-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-3045-67/+0
* r12602: fix compiler warningStefan Metzmacher2005-12-301-4/+4
* r12592: Remove some useless dependenciesJelmer Vernooij2005-12-293-22/+8
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-2816-0/+28
* r12510: Change the DCE/RPC interfaces to take a pointer to a Jelmer Vernooij2005-12-271-1/+1
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2005-12-261-1/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-265-16/+16
* r12370: - if we got a reply without a pending request, mark the socket as deadStefan Metzmacher2005-12-191-0/+5
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2005-12-151-0/+4
* r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead()Stefan Metzmacher2005-12-142-1/+12
* r12240: if the caller isn't interessted in the reply packet, just free itStefan Metzmacher2005-12-141-1/+1
* r12238: don't crash when an error happens while connecting and the packet_con...Stefan Metzmacher2005-12-141-2/+5
* r12216: Couple of small fixes: reduce include/includes.h a bit, simplify head...Jelmer Vernooij2005-12-131-2/+2
* r12200: - move the the winsreplication client and server code to the packet_c...Stefan Metzmacher2005-12-122-336/+237
* r12161: Fix a memleak and do the -O1 janitor :-)Volker Lendecke2005-12-101-1/+5
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2005-12-091-8/+8
* r12139: - fixed up the ace object flags checkingAndrew Tridgell2005-12-091-3/+8
* r12138: added use of 2 letter SID codes in sddl_encode_sid()Andrew Tridgell2005-12-091-3/+42
* r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell2005-12-091-0/+170
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-086-38/+37
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2005-12-072-8/+10
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2005-12-051-1/+1
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2005-12-051-1/+1
* r12020: fix memory hierachieStefan Metzmacher2005-12-021-1/+1
* r12011: fixed another 'mixed code and declarations' bugAndrew Tridgell2005-12-021-1/+2
* r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell2005-12-021-20/+67
* r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell2005-12-024-4/+4
* r12005: added a SDDL (Security Descriptor Description Language) parser. NotAndrew Tridgell2005-12-022-0/+316
* r11996: don't overwrite the buffercodeStefan Metzmacher2005-12-011-1/+1
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2005-12-012-5/+5
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2005-12-014-20/+19
* r11971: add nbt specific continue wrapperStefan Metzmacher2005-11-301-0/+11
* r11967: Fix more 64-bit warnings.Tim Potter2005-11-301-3/+3
* r11949: make sure we ask gensec to give us a session keyAndrew Tridgell2005-11-281-0/+2
* r11941: fix cut'n'paste bugStefan Metzmacher2005-11-281-1/+1
* r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell2005-11-253-1/+70
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2005-11-254-1/+80
* r11903: added smb2_tdis() (opcode 4)Andrew Tridgell2005-11-252-1/+69
* r11901: added smb2_logoff() support (metze correctly guessed opcode 2 wasAndrew Tridgell2005-11-253-1/+70
* r11895: - reorder some code to make it easier to follow, how the fields appea...Stefan Metzmacher2005-11-254-10/+51
* r11894: fixed SMB2 trans code for pipe_flagsAndrew Tridgell2005-11-251-1/+1
* r11893: fixed a dependency problemAndrew Tridgell2005-11-251-1/+1
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2005-11-252-1/+10
* r11888: - added SMB2 trans supportAndrew Tridgell2005-11-256-3/+142
* r11885: Add forgotten filesVolker Lendecke2005-11-231-0/+9
* r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell2005-11-222-1/+100
* r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell2005-11-222-121/+174