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
/
locktest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-1
/
+4
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
-0
/
+1
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
r26329: Fix more loadparm_context references. Only about a 100 left now.
Jelmer Vernooij
1
-7
/
+8
2007-12-21
r26275: return loadparm context in lp_load.
Jelmer Vernooij
1
-6
/
+7
2007-12-21
r26272: Remove global_loadparm in some more places.
Jelmer Vernooij
1
-3
/
+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
-21
/
+21
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24816: Move the rest of the contents of core.h to more appropriate places.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22025: patch from Ronnie to make locktest also test the behaviour of pid
Andrew Tridgell
1
-6
/
+60
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+1
2007-10-10
r17785: fix compiler warnings
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r16988: Extend locktest to enable cluster testing byte range locks. -l <uncli...
Volker Lendecke
1
-3
/
+35
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS
Andrew Tridgell
1
-1
/
+0
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r10315: Remove use of fstring and pstring in dynconfig.c
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r8643: - make lp_configfile() work again
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7530: Simply calling convention of lp_load().
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6529: fixed locktest with new credentials code
Andrew Tridgell
1
-8
/
+15
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-1
/
+2
2007-10-10
r5963: Fix parameter passing for gentest and locktest
Jelmer Vernooij
1
-8
/
+11
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-12
/
+4
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-5
/
+4
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1676: - improved the handling of username/password in locktest and gentest
Andrew Tridgell
1
-39
/
+23
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-21
/
+21
2007-10-10
r976: - added -W for workgroup to locktest
Andrew Tridgell
1
-7
/
+16
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
1
-6
/
+6
[next]