summaryrefslogtreecommitdiff
path: root/source/libcli/smb_composite
Commit message (Expand)AuthorAgeFilesLines
* added SMB2 setpathinfo composite wrapperAndrew Tridgell2008-05-201-0/+105
* added SMB2 proxying of rmdirAndrew Tridgell2008-05-191-1/+73
* added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-0/+72
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-0/+1
* started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell2008-05-161-0/+122
* Reorder this function in the file, so it reads bottom-up.Andrew Bartlett2008-05-051-19/+18
* Revert to using the old CIFS connection API.Andrew Bartlett2008-04-252-17/+8
* Make the composite 'connect to server' code useful for security=serverAndrew Bartlett2008-04-253-14/+35
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-213-9/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-025-0/+6
* Remove use of global_loadparm.Jelmer Vernooij2008-02-282-1/+2
* Remove yet more global_loadparm instances.Jelmer Vernooij2008-02-211-6/+6
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+2
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-2/+3
* r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2008-01-061-1/+1
* r26674: smb_composite: Avoid use of global_loadparm.Jelmer Vernooij2008-01-051-2/+3
* r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij2008-01-051-2/+2
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-034-28/+6
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-034-2/+8
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-024-5/+26
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-024-6/+16
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-214-6/+7
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+2
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-1/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-104-8/+8
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-4/+7
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-11/+11
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-104-4/+4
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-106-18/+12
* r22628: convert to new composite apiStefan Metzmacher2007-10-101-29/+28
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r19481: - reset the vuid before trying a new session setupStefan Metzmacher2007-10-101-3/+14
* r19480: - clear the whole session struct (only let the pid untouched)Stefan Metzmacher2007-10-101-1/+4
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-101-1/+1
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+5
* r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett2007-10-101-0/+2
* r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett2007-10-101-1/+52
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14414: added some error checksAndrew Tridgell2007-10-101-0/+2
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-102-2/+3
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-103-12/+12