index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
raw
/
libcliraw.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-30
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-58
/
+10
2011-11-30
s4:libcli/raw: remove unused functions
Stefan Metzmacher
1
-5
/
+0
2011-11-29
s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx
Stefan Metzmacher
1
-0
/
+2
2011-10-11
lib/param move source4 param code to the top level
Andrew Bartlett
1
-1
/
+1
2011-09-25
libcliraw: Make smb_raw_write_recv public and include it in a public header.
Jelmer Vernooij
1
-0
/
+1
2011-08-18
libcliraw: Install more header files.
Jelmer Vernooij
1
-1
/
+1
2011-08-18
smb_common: Install some more headers.
Jelmer Vernooij
1
-1
/
+1
2011-07-06
libcli/smb move enum protocol_types to a common header
Andrew Bartlett
1
-0
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+0
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-17
/
+17
2009-12-03
s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READ
Zachary Loafman
1
-0
/
+1
2009-05-01
s4:libcli: remember operating system and lan manager strings from session setup
Stefan Metzmacher
1
-0
/
+3
2009-02-02
s4:libcliraw: s/private/private_data
Stefan Metzmacher
1
-3
/
+3
2009-02-02
s4:libcli/raw: s/private/private_data
Stefan Metzmacher
1
-4
/
+4
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-4
/
+4
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-0
/
+1
2008-11-01
Move lp_*() calls a bit higher up the calls tack.
Jelmer Vernooij
1
-1
/
+2
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
1
-0
/
+3
2008-09-23
libcli/raw: give the caller the chance to do the signing checks on its own.
Stefan Metzmacher
1
-0
/
+3
2008-09-23
libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...
Stefan Metzmacher
1
-0
/
+3
2008-07-07
libcli/raw: add a recv_helper hook infrastructure
Stefan Metzmacher
1
-0
/
+8
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+75
2008-02-21
Fix the build.
Jelmer Vernooij
1
-2
/
+3
2008-02-21
Remove yet more global_loadparm instances.
Jelmer Vernooij
1
-0
/
+5
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-2
/
+2
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-0
/
+3
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14511: Install more headers
Jelmer Vernooij
1
-1
/
+6
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or
Andrew Tridgell
1
-4
/
+0
2007-10-10
r11649: - add support for ntcancel replies (they only happen in error cases,
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r11596: switched the libcli/raw/ code over to using the lib/stream/ generic
Andrew Tridgell
1
-7
/
+2
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
1
-5
/
+1
2007-10-10
r7654: - add a timeout to all smb requests (default 60 seconds)
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4891: - added a generic resolve_name() async interface in libcli/resolve/,
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
1
-21
/
+10
2007-10-10
r4015: correct copyright attributions
Andrew Tridgell
1
-3
/
+2
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3466: split out request.h, signing.h, and smb_server.h
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+286