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
/
raw
/
context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-19
source4/torture/raw: Fix prototypes for all functions.
Jelmer Vernooij
1
-0
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-17
/
+17
2009-10-20
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
1
-3
/
+0
2009-10-15
s4-smb: declare root_fid as a file handle
Andrew Tridgell
1
-8
/
+8
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-2
/
+7
2008-09-30
Pass options struct into session initialization functions rather than
Jelmer Vernooij
1
-8
/
+18
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
1
-49
/
+49
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-34
/
+34
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-10
/
+10
2007-10-10
r25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24735: Use torture API in more places.
Jelmer Vernooij
1
-22
/
+13
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could
Andrew Tridgell
1
-5
/
+0
2007-10-10
r16907: Add an index parameter to torture_open_connection. Next step is to en...
Volker Lendecke
1
-1
/
+1
2007-10-10
r14826: initialize pid1 and pid2:-)
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r14734: this demonstrates that a tcon isn't autoclosed by a ulogoff
Stefan Metzmacher
1
-0
/
+151
2007-10-10
r14732: fix typo noticed by derrell, thanks!
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14710: make more clear that SMBexit only cares about the PID
Stefan Metzmacher
1
-19
/
+28
2007-10-10
r14527: Fix build problems.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14440: demonstrate that the smbpid is attached to a session (vuid),
Stefan Metzmacher
1
-11
/
+250
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
1
-2
/
+2
2007-10-10
r9045: be friendly towards servers that don't understand the 'share' form for...
Andrew Tridgell
1
-2
/
+4
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8118: remove a debugging hack that should not have been in the last commit
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8117: fixed a bunch more dos error code handing.
Andrew Tridgell
1
-5
/
+5
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r7899: fixed a crash bug in the RAW-CONTEXT test
Andrew Tridgell
1
-2
/
+0
2007-10-10
r7675: Use correct memory context for anonymous session setup auth context
Andrew Bartlett
1
-0
/
+21
2007-10-10
r6315: Allow sane session setup behaviour on SPNEGO regarding VUIDs.
Andrew Bartlett
1
-1
/
+3
2007-10-10
r6314: A more complete RAW-CONTEXT test. This Samba4 currently fails, but it
Andrew Bartlett
1
-6
/
+65
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-11
/
+9
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
1
-14
/
+13
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-26
/
+24
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-3
/
+3
[next]