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
/
torture
/
gentest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert gentest to use popt and the cmdline library
Andrew Tridgell
2008-02-15
1
-83
/
+83
*
fixed loadparm handling in standalone tests
Andrew Tridgell
2008-02-15
1
-1
/
+1
*
gentest: Fix a warning.
Kai Blin
2008-01-11
1
-1
/
+3
*
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
2008-01-03
1
-1
/
+3
*
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
2008-01-02
1
-1
/
+4
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
1
-12
/
+13
*
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26352: Don't make lp_load create a new context.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26339: Make loadparm talloc-allocated.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26275: return loadparm context in lp_load.
Jelmer Vernooij
2007-12-21
1
-4
/
+5
*
r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26226: Avoid more uses of global_loadparm.
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
1
-117
/
+117
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r25027: Fix more warnings.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r20650: revert a bunch of code I didn't mean to commit yet
Andrew Tridgell
2007-10-10
1
-8
/
+0
*
r20647: add cluster code
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r17958: as talloc_init() enabled null tracking, we should avoid to use it
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r16982: fix compiler warning, gentest will not use any SMB2 levels...
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
2007-10-10
1
-25
/
+27
*
r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM c...
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r15201: Use abs() rather then ABS()
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r14980: fixed several IBM checker errors in gentest and masktest
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r14539: get rid of a pointless union layer in struct smb_notify
Andrew Tridgell
2007-10-10
1
-25
/
+25
*
r14527: Fix build problems.
Jelmer Vernooij
2007-10-10
1
-1
/
+22
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
2007-10-10
1
-23
/
+23
*
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r14173: change smb interface structures to always use
Stefan Metzmacher
2007-10-10
1
-53
/
+53
*
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12551: fixed oplock serialisation problem in gentest as well
Andrew Tridgell
2007-10-10
1
-3
/
+20
*
r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r11633: Fix some more warnings.
Tim Potter
2007-10-10
1
-0
/
+13
*
r11626: Fix unhandled enum in case statement warnings by noting appropriately
Tim Potter
2007-10-10
1
-0
/
+8
*
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r10315: Remove use of fstring and pstring in dynconfig.c
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r8643: - make lp_configfile() work again
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8273: fixed some memory leaks in smbscript. This required converting
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7530: Simply calling convention of lp_load().
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r6531: fixed gentest with new credentials code
Andrew Tridgell
2007-10-10
1
-7
/
+16
[next]