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
/
masktest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed masktest to use popt, and fixed the incorrect pstring conversion
Andrew Tridgell
2008-02-15
1
-94
/
+63
*
fixed loadparm handling in standalone tests
Andrew Tridgell
2008-02-15
1
-1
/
+1
*
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
2008-01-03
1
-3
/
+9
*
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
2008-01-02
1
-3
/
+5
*
r26606: masktest: Dynamically allocate strings.
Kai Blin
2007-12-26
1
-21
/
+27
*
r26605: masktest: Get rid of pstrings.
Kai Blin
2007-12-26
1
-23
/
+35
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-2
/
+0
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-2
/
+0
*
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
*
r26278: Tallocify convenience table for iconv handles.
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
-1
/
+1
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
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
-9
/
+9
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r25392: Add loadparm context as argument in a couple more places.
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
-4
/
+0
*
r20647: add cluster code
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
James Peach
2007-10-10
1
-7
/
+8
*
r14980: fixed several IBM checker errors in gentest and masktest
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
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
*
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
/
+1
*
r8643: - make lp_configfile() work again
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
*
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
2007-10-10
1
-1
/
+3
*
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
2007-10-10
1
-5
/
+5
*
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
2007-10-10
1
-14
/
+5
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4758: - added async support to the session request code
Andrew Tridgell
2007-10-10
1
-5
/
+4
*
r4013: got rid of a bunch of unused or unmaintained code
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3481: split out client.h and events.h
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3447: more include/system/XXX.h include files
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
[next]