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
/
source3
/
torture
/
masktest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-18
s3: async cli_list
Volker Lendecke
1
-17
/
+30
2010-08-05
s3: Fix a crash in masktest
Volker Lendecke
1
-0
/
+1
2010-07-27
s3: Remove a typedef (struct file_info)
Volker Lendecke
1
-2
/
+3
2009-04-30
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
1
-3
/
+2
2009-04-29
Make cli_unlink async.
Jeremy Allison
1
-2
/
+2
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-3
/
+4
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-2
/
+4
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-2
/
+2
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-1
/
+1
2007-12-04
Ok, down to just the client/*.c code now.
Jeremy Allison
1
-30
/
+52
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-2
/
+2
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-5
/
+5
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-4
/
+4
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-2
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
1
-1
/
+8
2007-10-10
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-3
/
+3
2007-10-10
r20245: merge 20244 from samba_3_0_24
Herb Lewis
1
-3
/
+4
2007-10-10
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
1
-4
/
+4
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+1
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
1
-2
/
+0
2007-10-10
r5749: fix some build issues
Gerald Carter
1
-1
/
+1
2007-10-10
r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It is
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2814: Exactly the same as "main" build fix.
Rafal Szczesniak
1
-1
/
+1
2003-08-12
Fix for bugid #205 - work by Andrew Bartlet (modified to use
Jeremy Allison
1
-1
/
+1
2003-07-04
Fixed strlower changes I missed. Pointed out by metze.
Jeremy Allison
1
-2
/
+2
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-0
/
+2
2003-04-23
Merge torture tests from HEAD - it looks like we had rather an incomplete
Andrew Bartlett
1
-2
/
+9
2003-02-24
Missed a couple of files from the client-side kerberos merge
Andrew Bartlett
1
-1
/
+1
2003-01-14
Merge from HEAD:
Andrew Bartlett
1
-4
/
+4
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-7
/
+9
2002-03-22
add a -n maxloops option so this can be run in a script and end after a
Herb Lewis
1
-1
/
+8
2002-03-21
merge fix for core dump when called with no args from 2.2
Herb Lewis
1
-1
/
+1
2002-03-21
update usage message with other options. Add a -d debuglevel option
Herb Lewis
1
-1
/
+11
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-26
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
1
-3
/
+2
2001-11-23
Removed TimeInit() call from every client program (except for one place
Tim Potter
1
-2
/
+0
2001-11-19
Store some path names in global variables initialized to configure
Martin Pool
1
-2
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-1
/
+0
2001-09-10
declare dbf in one spot
Andrew Tridgell
1
-1
/
+0
2001-09-10
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
1
-2
/
+2
2001-08-24
fixed handling of 139/445 in clients
Andrew Tridgell
1
-2
/
+1
2001-08-23
more minor torture updates
Andrew Tridgell
1
-0
/
+1
2001-08-20
a bunch of fixes from the sflight to seattle
Andrew Tridgell
1
-8
/
+8
2001-07-05
fixed compilation of masktest on AIX
Andrew Tridgell
1
-7
/
+7
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-5
/
+5
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-2
/
+0
[next]