index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
torture
/
raw
/
composite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-11
/
+11
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-2
/
+0
*
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
2010-04-11
1
-6
/
+7
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-3
/
+3
*
Remove another use of global_loadparm.
Jelmer Vernooij
2008-11-02
1
-0
/
+2
*
Remove another use of global_loadparm.
Jelmer Vernooij
2008-11-02
1
-0
/
+1
*
Eliminate another instance of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-0
/
+2
*
Pass session options around; saves another use of global_loadparm.
Jelmer Vernooij
2008-09-30
1
-0
/
+1
*
Remove global_loadparm instance.
Jelmer Vernooij
2008-09-30
1
-1
/
+1
*
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
2008-04-21
1
-2
/
+2
*
Remove use of global_loadparm.
Jelmer Vernooij
2008-02-28
1
-0
/
+2
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-0
/
+1
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
2007-12-21
1
-37
/
+37
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-24
/
+24
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-10
/
+10
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: Put
Volker Lendecke
2007-10-10
1
-21
/
+21
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-10
/
+10
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r24735: Use torture API in more places.
Jelmer Vernooij
2007-10-10
1
-16
/
+7
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r22969: fix some more places where we could end up with more than one event
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r22579: disable progress printing in the build-farm
Stefan Metzmacher
2007-10-10
1
-8
/
+16
*
r20650: revert a bunch of code I didn't mean to commit yet
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r20647: add cluster code
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r16907: Add an index parameter to torture_open_connection. Next step is to en...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r14860: create libcli/security/security.h
Stefan Metzmacher
2007-10-10
1
-2
/
+1
*
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14527: Fix build problems.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13004: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
2007-10-10
1
-5
/
+6
*
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r6676: Fix unused variable.
Tim Potter
2007-10-10
1
-2
/
+0
*
r6352: Two new composite calls:
Alexander Bokovoy
2007-10-10
1
-0
/
+187
*
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
2007-10-10
1
-4
/
+2
*
r5928: Use cli_credentials in:
Jelmer Vernooij
2007-10-10
1
-3
/
+5
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5035: fixed composite test to use --num-ops command line option
Andrew Tridgell
2007-10-10
1
-20
/
+14
*
r4949: First version of a fetchfile composite function which connects to a se...
Volker Lendecke
2007-10-10
1
-0
/
+99
*
r4792: use type safety int the test suite too
Andrew Tridgell
2007-10-10
1
-6
/
+7
[next]