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
/
torture
/
gentest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-16
s3/s4: merge msleep and smb_msleep
Björn Jacke
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-11
/
+11
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-1
/
+0
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-20
/
+20
2009-11-25
s4/libcli: rename previously reserved field in SMB2 LOCK struct
Steven Danneman
1
-1
/
+1
2009-10-15
s4-smb: declare root_fid as a file handle
Andrew Tridgell
1
-3
/
+3
2009-02-02
s4:libcliraw: s/private/private_data
Stefan Metzmacher
1
-1
/
+1
2009-02-02
s4:torture: s/private/private_data
Stefan Metzmacher
1
-6
/
+6
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-5
/
+5
2008-11-02
Remove use of global_loadparm for SMB2 client connections.
Jelmer Vernooij
1
-1
/
+2
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2008-11-02
Fix build for make everything.
Jelmer Vernooij
1
-0
/
+2
2008-11-01
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+3
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2008-10-12
Use common util_file code.
Jelmer Vernooij
1
-2
/
+2
2008-09-30
Cope with API changes.
Jelmer Vernooij
1
-1
/
+4
2008-09-24
fixed setpathinfo in gentest to not zero the filename/handle
Andrew Tridgell
1
-5
/
+2
2008-09-24
support NT_STATUS_XX:NT_STATUS_YY syntax in ignore files
Andrew Tridgell
1
-1
/
+15
2008-09-23
test setinfo FULL_EA_INFORMATION in gentest
Andrew Tridgell
1
-1
/
+8
2008-09-23
fixed a memory error in change notify handling in gentest
Andrew Tridgell
1
-2
/
+1
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
1
-1
/
+1
2008-06-06
handle NULL fields in blob comparison
Andrew Tridgell
1
-1
/
+3
2008-06-02
more updates for new info levels
Andrew Tridgell
1
-7
/
+8
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
1
-3
/
+4
2008-05-29
merged gentest.c and gentest_smb2.c
Andrew Tridgell
1
-476
/
+1401
2008-05-28
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
1
-1
/
+1
2008-05-28
added --skip-cleanup to gentest
Andrew Tridgell
1
-0
/
+7
2008-05-27
Use new dynconfig.h location.
Jelmer Vernooij
1
-1
/
+1
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-13
/
+20
2008-04-16
fixed popt handling on 64bit boxes in gentest
Andrew Tridgell
1
-7
/
+7
2008-02-15
fixed some options that could not be overridden on the command line
Andrew Tridgell
1
-10
/
+3
2008-02-15
convert gentest to use popt and the cmdline library
Andrew Tridgell
1
-83
/
+83
2008-02-15
fixed loadparm handling in standalone tests
Andrew Tridgell
1
-1
/
+1
2008-01-11
gentest: Fix a warning.
Kai Blin
1
-1
/
+3
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-1
/
+3
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-1
/
+4
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-12
/
+13
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26352: Don't make lp_load create a new context.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26339: Make loadparm talloc-allocated.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26275: return loadparm context in lp_load.
Jelmer Vernooij
1
-4
/
+5
2007-12-21
r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26226: Avoid more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-117
/
+117
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r20650: revert a bunch of code I didn't mean to commit yet
Andrew Tridgell
1
-8
/
+0
2007-10-10
r20647: add cluster code
Andrew Tridgell
1
-0
/
+8
[next]