Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-15 | s3:libsmb: Add in the core of the libsmb client SMB2 functions. | Jeremy Allison | 1 | -0/+4 | |
These create a synchronous cli_smb2_XXX() style interface designed to plug directly into the libsmb/cliXXXX.c code. https://bugzilla.samba.org/show_bug.cgi?id=9974 Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2013-02-19 | s3:libsmb: s/struct event_context/struct tevent_context | Stefan Metzmacher | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -5/+5 | |
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104 | |||||
2011-07-06 | s3:libsmb: use clistr_pull_talloc() in cli_qfilename() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-06 | s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-05-06 | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-03-15 | s3-libsmb: only include rap client when needed. | Günther Deschner | 1 | -0/+208 | |
Guenther |