index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
torture
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Added -e option to smbtorture to test encrypted versions
Jeremy Allison
2008-01-04
1
-1
/
+60
*
Remove the sampwent interface
Volker Lendecke
2007-12-26
1
-18
/
+0
*
Add a in-memory cache
Volker Lendecke
2007-12-18
2
-0
/
+89
*
Remove t_doschar.c
Volker Lendecke
2007-12-17
1
-41
/
+0
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
7
-9
/
+9
*
dbwrap_rbt
Volker Lendecke
2007-12-10
1
-0
/
+83
*
Tiny simplifications
Volker Lendecke
2007-12-10
1
-1
/
+1
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-564
/
+0
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
2
-5
/
+6
*
remove some statics
Volker Lendecke
2007-12-05
1
-0
/
+34
*
add SESSSETUP_BENCH
Volker Lendecke
2007-12-05
1
-0
/
+41
*
Ok, down to just the client/*.c code now.
Jeremy Allison
2007-12-04
1
-30
/
+52
*
Remove tok pstring from util_str.c
Jeremy Allison
2007-12-04
1
-42
/
+32
*
pull_ascii_pstring is gone.
Jeremy Allison
2007-12-04
3
-14
/
+21
*
The usual !pstring...
Jeremy Allison
2007-12-04
3
-52
/
+51
*
Remove pstring from clirap.c.
Jeremy Allison
2007-11-30
1
-1
/
+1
*
Remove the silly "user_socket_options" global variable
Volker Lendecke
2007-11-09
2
-7
/
+3
*
Remove more pstring/fstrings.
Jeremy Allison
2007-11-08
2
-3
/
+11
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-0
/
+5
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
1
-1
/
+1
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
3
-5
/
+5
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
3
-15
/
+15
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
13
-170
/
+170
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
3
-5
/
+5
*
r25563: Show which local-substitute subtest fails
Volker Lendecke
2007-10-10
1
-28
/
+32
*
r25538: Revert r25533
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r25533: remove a pstring
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r25055: Add file_id_string_tos
Volker Lendecke
2007-10-10
2
-2
/
+2
*
r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture...
Günther Deschner
2007-10-10
1
-0
/
+41
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
19
-38
/
+19
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
19
-19
/
+19
*
r23662: According to simo, check_dos_char is needed
Volker Lendecke
2007-10-10
1
-0
/
+42
*
r23660: Anybody know what check_dos_char() was used for? It wasn't called at
Volker Lendecke
2007-10-10
1
-42
/
+0
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
3
-6
/
+23
*
r23359: Fix bug #4537, fix from jens.nissen@gmx.net.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23195: Add void *private_data to brl_forall
Volker Lendecke
2007-10-10
2
-6
/
+8
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
2
-7
/
+6
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
1
-2
/
+0
*
r22906: Some more message_send_pid
Volker Lendecke
2007-10-10
1
-14
/
+27
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
3
-3
/
+3
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
2
-4
/
+4
[next]