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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-07
smb_server: Preserve signedness of string push return value.
Jelmer Vernooij
1
-1
/
+1
2012-02-07
loadparm: handle P_SEP in switches (silences warning with clang).
Jelmer Vernooij
1
-0
/
+5
2012-02-07
pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'
Jelmer Vernooij
1
-2
/
+2
2012-02-07
torture/libnet: Include prototype headers.
Jelmer Vernooij
1
-0
/
+1
2012-02-07
pyxattr_tdb: Remove pointless check for blob.length < 0.
Jelmer Vernooij
1
-1
/
+1
2012-02-07
crypto: Add prototype for main torture functions.
Jelmer Vernooij
3
-0
/
+4
2012-02-07
Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for domain.py
Horacio G. de Oro
1
-2
/
+2
2012-02-07
Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for source...
Horacio G. de Oro
1
-2
/
+2
2012-02-06
s3-winbind: Remove unused bool "local"
Christof Schmitt
1
-5
/
+2
2012-02-06
s3: FreeBSD does not define sin6_addr.s_addr32
Volker Lendecke
1
-1
/
+1
2012-02-06
s3-nsswitch: Fix warnings on Solaris.
Ira Cooper
1
-0
/
+1
2012-02-06
lib/util: Add hex_encode_buf
Volker Lendecke
4
-9
/
+43
2012-02-04
s3-popt: Fix configure.developer builds on Solairs.
Ira Cooper
1
-0
/
+2
2012-02-03
Ensure when setting a POSIX ACL, that the uid for a
Jeremy Allison
1
-0
/
+60
2012-02-03
Fix mistaken assignment of gid to uid field.
Jeremy Allison
1
-1
/
+1
2012-02-03
Replace bool flags inside ensure_canon_entry_valid() with pointers.
Jeremy Allison
1
-11
/
+12
2012-02-03
Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...
Jeremy Allison
1
-1
/
+36
2012-02-03
Replace all malloc/free with talloc on tos.
Jeremy Allison
1
-41
/
+41
2012-02-03
s4:torture: add a smb2.durable_open.reopen4 test
Michael Adam
1
-0
/
+89
2012-02-03
s4:torture: add a torture_smb2_session_setup() utility function
Michael Adam
1
-0
/
+31
2012-02-03
s4:torture: add smb2.durable_open test reopen3
Michael Adam
1
-0
/
+68
2012-02-03
s4:torture: add torture_smb2_tree_connect() utility function
Michael Adam
1
-0
/
+42
2012-02-03
s4:torture: add smb2.durable_open test reopen2
Michael Adam
1
-0
/
+71
2012-02-03
s4:torture: add smb2.durable_open test reopen1
Michael Adam
1
-0
/
+57
2012-02-03
s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary in...
Michael Adam
1
-5
/
+5
2012-02-03
s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...
Michael Adam
3
-7
/
+7
2012-02-03
s4:torture:smb2: talloc_free the right tree structure in secondary_tcon()
Michael Adam
1
-1
/
+1
2012-02-03
s4:torture:smb2: check for success of talloc in secondary_tcon()
Michael Adam
1
-0
/
+4
2012-02-03
s4:torture:smb2:notify: remove an unused variable
Michael Adam
1
-2
/
+0
2012-02-03
s4:torture:smb2:notify: remove an unused variable
Michael Adam
1
-2
/
+0
2012-02-03
s4:torture:smb2: remove an unused variable from torture_smb2_setinfo()
Michael Adam
1
-2
/
+0
2012-02-03
loadparm: fix a load of uninitialized memory errors found by valgrind.
Michael Adam
1
-1
/
+1
2012-02-03
s3-nmbd: don't discard DGRAM frames from local addresses when we are a DC
Matthieu Patou
1
-15
/
+17
2012-02-03
s3-pid: Catch with pid filename's change when config file is not smb.conf
Matthieu Patou
1
-1
/
+25
2012-02-03
selftest: Fix the exit code of make test when run in buildfarm
Amitay Isaacs
1
-0
/
+2
2012-02-03
Only ask for specific permissions required when setting an ACL.
Jeremy Allison
1
-3
/
+12
2012-02-02
Allow a SACL to be sent in cli_set_secdesc().
Jeremy Allison
1
-0
/
+2
2012-02-02
s3: Test for faulty xattr_tdb listxattr
Volker Lendecke
3
-0
/
+17
2012-02-02
s3-xattr_tdb: Fix listxattr
Volker Lendecke
1
-1
/
+1
2012-02-02
s3-vfstest: Add removexattr
Volker Lendecke
1
-0
/
+21
2012-02-02
s3-vfstest: Add setxattr
Volker Lendecke
1
-0
/
+27
2012-02-02
s3-vfstest: Add listxattr
Volker Lendecke
1
-0
/
+48
2012-02-02
s3-vfstest: Add getxattr
Volker Lendecke
1
-0
/
+37
2012-02-02
s3: Move stream_depot test to script/tests
Volker Lendecke
3
-1
/
+1
2012-02-02
s3: Use ARRAY_SIZE in bsd_attr_list
Volker Lendecke
1
-1
/
+1
2012-02-02
s3: Simplify streams_depot a bit
Volker Lendecke
1
-14
/
+5
2012-02-02
s3-vfstest: Fix an uninitialized read in close
Volker Lendecke
1
-0
/
+4
2012-02-02
s3-vfstest: Fix a double-free on closing a file
Volker Lendecke
1
-1
/
+1
2012-02-02
s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3...
Stefan Metzmacher
1
-0
/
+53
2012-02-02
s3:auth: fix potential gap creation in wbcsids_to_samr_RidWithAttributeArray()
Stefan Metzmacher
1
-4
/
+5
[next]