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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
2008-12-31
14
-50
/
+164
*
Fix more asprintf and "ignoring return code" warnings from gcc 4.3.
Jeremy Allison
2008-12-31
5
-58
/
+103
*
Replace a static variable and alarm() calls by using sys_select()
Volker Lendecke
2008-12-31
1
-23
/
+24
*
Fix some nonempty blank lines
Volker Lendecke
2008-12-31
1
-5
/
+5
*
Make a CONST_DISCARD unnecessary by applying some const
Volker Lendecke
2008-12-31
1
-3
/
+2
*
Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smb
Volker Lendecke
2008-12-31
1
-11
/
+13
*
Disable the use of splice(2)
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Try to fix recvfile using splice on Linux
Volker Lendecke
2008-12-31
1
-21
/
+36
*
Fix a "nested extern" warning
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
12
-34
/
+17
*
Remove unused function parent_dirname
Volker Lendecke
2008-12-31
2
-14
/
+0
*
Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknod
Volker Lendecke
2008-12-31
1
-3
/
+7
*
Use parent_dirname_talloc instead of parent_dirname in copy_internals
Volker Lendecke
2008-12-31
1
-2
/
+6
*
Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdir
Volker Lendecke
2008-12-31
1
-1
/
+6
*
Make use of TALLOC_MEMDUP in parent_dirname_talloc()
Volker Lendecke
2008-12-31
1
-2
/
+1
*
Remove unused function get_numlist()
Volker Lendecke
2008-12-31
2
-52
/
+0
*
recvfile can't be used for printing so far
Volker Lendecke
2008-12-31
1
-0
/
+4
*
s3:winbindd: we don't need to call messaging_reinit() twice
Stefan Metzmacher
2008-12-31
1
-7
/
+0
*
Enable individual smbtorture_s3 subtests in make test
Volker Lendecke
2008-12-31
1
-0
/
+4
*
Fix an ancient uninitialized variable read
Volker Lendecke
2008-12-31
4
-8
/
+10
*
s3 build: Revert previous patch to fix the build
Tim Prouty
2008-12-30
1
-3
/
+101
*
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
2008-12-30
4
-15
/
+31
*
s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4
Tim Prouty
2008-12-30
1
-2
/
+0
*
s3 build: Remove redundant #defines that are in idl generated headers
Tim Prouty
2008-12-30
1
-101
/
+3
*
s3 build: Fix warning
Tim Prouty
2008-12-30
1
-0
/
+2
*
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
Stefan Metzmacher
2008-12-30
4
-13
/
+27
*
Fix a memory leak in cups_pull_comment_location
Volker Lendecke
2008-12-30
1
-0
/
+4
*
Fix a spinning smbd when printing
Volker Lendecke
2008-12-30
1
-1
/
+1
*
Print the vuid in BENCH-SESSSETUP
Volker Lendecke
2008-12-30
1
-0
/
+2
*
Second part of the bugfix for #5933
Volker Lendecke
2008-12-30
1
-7
/
+13
*
First part of bugfix for #5933
Volker Lendecke
2008-12-30
1
-3
/
+0
*
Move a comment to its place
Volker Lendecke
2008-12-30
1
-5
/
+5
*
Simplify invalidate_vuid slightly
Volker Lendecke
2008-12-30
1
-4
/
+0
*
Simplify is_partial_auth_vuid slightly
Volker Lendecke
2008-12-30
1
-5
/
+1
*
Simplify invalidate_all_vuids() slightly
Volker Lendecke
2008-12-30
1
-5
/
+2
*
Fix the merged build
Stefan Metzmacher
2008-12-30
1
-0
/
+1
*
s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...
Stefan Metzmacher
2008-12-29
1
-75
/
+47
*
s3:passdb: add SAMU_BUFFER_V4 with no changes
Stefan Metzmacher
2008-12-29
2
-2
/
+19
*
s3:passdb: make marshalling struct samu from and to a buffer more generic
Stefan Metzmacher
2008-12-29
4
-667
/
+679
*
Fix SESSSETUP_BENCH torture test for long runtimes
Volker Lendecke
2008-12-29
1
-6
/
+9
*
s4:cluster: remove old/broken ctdb code
Stefan Metzmacher
2008-12-29
1
-1
/
+0
*
s4: remove unused dbwrap code
Stefan Metzmacher
2008-12-29
1
-1
/
+0
*
Add code to test write_data_iov a bit
Volker Lendecke
2008-12-29
1
-0
/
+11
*
Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writev
Volker Lendecke
2008-12-29
1
-27
/
+13
*
Make write_data use write_data_iov
Volker Lendecke
2008-12-29
1
-24
/
+24
*
Add write_data_iov
Volker Lendecke
2008-12-29
2
-0
/
+70
*
Add sys_writev
Volker Lendecke
2008-12-29
2
-0
/
+15
*
s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
Stefan Metzmacher
2008-12-29
2
-3
/
+3
*
Add -D option to sharesec util to delete the entire security descriptor.
Steven Danneman
2008-12-28
1
-8
/
+23
*
Change error messages in sharesec util to go to stderr instead of stdout
Steven Danneman
2008-12-28
1
-10
/
+10
[next]