index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb_composite
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
2
-3
/
+3
*
Fix the build.
Jelmer Vernooij
2008-11-02
2
-4
/
+7
*
Remove another use of global_loadparm.
Jelmer Vernooij
2008-11-02
4
-1
/
+6
*
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2008-11-02
3
-1
/
+3
*
Remove another use of global_loadparm.
Jelmer Vernooij
2008-11-02
4
-1
/
+6
*
Move lp_*() calls a bit higher up the calls tack.
Jelmer Vernooij
2008-11-01
1
-1
/
+3
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
4
-4
/
+0
*
Remove more usages of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-2
/
+2
*
Eliminate another instance of global_loadparm.
Jelmer Vernooij
2008-10-24
4
-1
/
+6
*
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
2008-10-24
1
-2
/
+2
*
Pass session options around; saves another use of global_loadparm.
Jelmer Vernooij
2008-09-30
4
-4
/
+5
*
Remove global_loadparm instance.
Jelmer Vernooij
2008-09-30
1
-4
/
+6
*
Pass options struct into session initialization functions rather than
Jelmer Vernooij
2008-09-30
1
-1
/
+4
*
s4:libcli/smb_composite: we only check the signature when the server return OK
Stefan Metzmacher
2008-09-24
1
-0
/
+9
*
libcli/smb_composite: for spnego session setups check the smb signature manually
Stefan Metzmacher
2008-09-23
1
-23
/
+57
*
added SMB2 setpathinfo composite wrapper
Andrew Tridgell
2008-05-20
1
-0
/
+105
*
added SMB2 proxying of rmdir
Andrew Tridgell
2008-05-19
1
-1
/
+73
*
added mkdir to SMB2 proxy
Andrew Tridgell
2008-05-19
1
-0
/
+72
*
private -> private_data for struct smb2_request
Andrew Tridgell
2008-05-16
1
-0
/
+1
*
started adding SMB2 composite functions that emulate common SMB calls
Andrew Tridgell
2008-05-16
1
-0
/
+122
*
Reorder this function in the file, so it reads bottom-up.
Andrew Bartlett
2008-05-05
1
-19
/
+18
*
Revert to using the old CIFS connection API.
Andrew Bartlett
2008-04-25
2
-17
/
+8
*
Make the composite 'connect to server' code useful for security=server
Andrew Bartlett
2008-04-25
3
-14
/
+35
*
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
2008-04-21
3
-9
/
+3
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
5
-0
/
+6
*
Remove use of global_loadparm.
Jelmer Vernooij
2008-02-28
2
-1
/
+2
*
Remove yet more global_loadparm instances.
Jelmer Vernooij
2008-02-21
1
-6
/
+6
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-2
/
+2
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
2
-2
/
+3
*
r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...
Jelmer Vernooij
2008-01-06
1
-1
/
+1
*
r26674: smb_composite: Avoid use of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-2
/
+3
*
r26670: Janitorial: Remove global_loadparm uses.
Jelmer Vernooij
2008-01-05
1
-2
/
+2
*
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
2008-01-03
4
-28
/
+6
*
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
2008-01-03
4
-2
/
+8
*
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...
Jelmer Vernooij
2008-01-02
4
-5
/
+26
*
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
2008-01-02
4
-6
/
+16
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
4
-6
/
+7
*
r26376: Add context for libcli_resolve.
Jelmer Vernooij
2007-12-21
1
-2
/
+1
*
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
2007-12-21
1
-1
/
+3
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
4
-8
/
+8
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
2
-4
/
+7
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
2
-11
/
+11
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r24994: Fix some C++ warnings.
Jelmer Vernooij
2007-10-10
4
-4
/
+4
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
6
-18
/
+12
*
r22628: convert to new composite api
Stefan Metzmacher
2007-10-10
1
-29
/
+28
[next]