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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-06
streamline some log levels for invalid servicenames
Christian Ambach
2
-2
/
+2
2009-12-06
s3: Fix a const discard warning
Volker Lendecke
1
-7
/
+9
2009-12-06
s3: talloc_array_length deals file with a NULL argument
Volker Lendecke
1
-3
/
+3
2009-12-06
s3: Small simplification: qsort deals fine with just one entry
Volker Lendecke
1
-7
/
+2
2009-12-06
s3: Simplify usr_info_cmp by calling timeval_compare()
Volker Lendecke
1
-3
/
+1
2009-12-06
s3: Add rpcclient wkssvc_enumerateusers
Volker Lendecke
1
-0
/
+51
2009-12-06
s3: Complete support for NetWkstaGetInfo/NetWkstaEnumUsers
Ian Puleston
1
-22
/
+380
2009-12-06
s3: First cut at _wkssvc_NetWkstaEnumUsers
Volker Lendecke
1
-3
/
+52
2009-12-06
s3: Support NetWkstaGetInfo 101 and 102
Volker Lendecke
2
-16
/
+114
2009-12-05
s3:dbwrap_ctdb: increase the number of commit retries 5-->100
Michael Adam
1
-1
/
+1
2009-12-05
s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storing
Michael Adam
1
-0
/
+2
2009-12-05
s3: Fix explicit stat64 support
Volker Lendecke
1
-3
/
+12
2009-12-04
s3: check if glibc has broken posix_fallocate
Björn Jacke
2
-1
/
+17
2009-12-04
Make Samba3 pass the RAW-LOCK test as Windows.
Jeremy Allison
2
-0
/
+29
2009-12-04
s3: bug #6967: Prevent glibc error on net ads join:
Jim McDonough
1
-1
/
+1
2009-12-04
s3 aclocal.m4: Fix iconv checks, clean up m4 code
Kai Blin
1
-27
/
+30
2009-12-03
Make sure we're not using the old smb_fname data.
Jeremy Allison
1
-1
/
+1
2009-12-03
Remove smb_fname duplicates that just keep the same information as in fsp->fs...
Jeremy Allison
3
-24
/
+11
2009-12-03
s3-spoolss: handle SEC_FLAG_MAXIMUM_ALLOWED in spoolss_OpenPrinterEx.
Günther Deschner
1
-0
/
+4
2009-12-03
Refactor reply_rmdir to use handle based code. All
Jeremy Allison
3
-265
/
+298
2009-12-03
s3: Fix crash in winbindd;(bug#6879).
Bo Yang
1
-2
/
+8
2009-12-02
Remove unneeded argument from can_set_delete_on_close(). Ensure
Jeremy Allison
6
-38
/
+23
2009-12-03
ѕ3: remove superfluous option check
Björn Jacke
1
-13
/
+10
2009-12-03
s3-selftest: run LOCAL-NDR when running make selftest.
Günther Deschner
1
-1
/
+1
2009-12-03
s3:build: remove redundant qnx block size definition
Björn Jacke
1
-3
/
+0
2009-12-02
Restructure the ACL code some more, get the internal semantics
Jeremy Allison
3
-169
/
+151
2009-12-03
s3:build: fix shared library build on QNX
Björn Jacke
1
-3
/
+4
2009-12-02
Ensure check_parent_acl_common() only looks at stored
Jeremy Allison
1
-2
/
+16
2009-12-02
s3: prefer posix_fallocate for doing "strict allocate"
Björn Jacke
4
-5
/
+37
2009-12-02
Ensure get_nt_acl_internal() only looks at the ACL blobs, not
Jeremy Allison
2
-19
/
+23
2009-12-02
Fix bug #6837 - "Too many open files" when trying to access large number of f...
Jeremy Allison
3
-3
/
+35
2009-12-02
samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.
Günther Deschner
2
-21
/
+5
2009-12-02
s3-spoolss: move MAXDEVICENAME to spoolss idl.
Günther Deschner
1
-2
/
+0
2009-12-02
s3: Cope with older external libtdb
Volker Lendecke
2
-0
/
+12
2009-12-02
Revert "s3-build: taise tdb version when building against system libtdb libra...
Günther Deschner
1
-1
/
+1
2009-12-01
Ensure we don't see the xattr used to store NT security (visible when xattr_tdb
Jeremy Allison
2
-3
/
+1
2009-12-01
s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...
Tim Prouty
1
-5
/
+26
2009-12-01
s3:build: fix detection of CTDB headers on systems without system-libtalloc
Michael Adam
1
-1
/
+1
2009-12-01
s3:build: fix the build when no external talloc and tdb are installed.
Michael Adam
1
-167
/
+178
2009-11-30
Fix DEBUG 0 -> DEBUG 10 (left over code).
Jeremy Allison
1
-2
/
+4
2009-11-30
Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...
Jeremy Allison
3
-7
/
+104
2009-12-01
s3-build: taise tdb version when building against system libtdb library.
Günther Deschner
1
-1
/
+1
2009-12-01
s3:add split_tokens, a cmdline tool to test next_token_talloc()
Michael Adam
2
-0
/
+92
2009-12-01
s3:fix linking of the t_str* test programs
Michael Adam
1
-4
/
+4
2009-12-01
s3:fix linking of libbigballofmud (on my box at least)
Michael Adam
1
-3
/
+3
2009-12-01
s3:torture: make t_stringoverflow.c compile at least (pstring is long gone)
Michael Adam
1
-2
/
+2
2009-11-30
Restructure the connect function code to always call
Jeremy Allison
16
-37
/
+117
2009-11-30
s3-spoolss: fix fstrings in convert_devicemode() function.
Günther Deschner
1
-2
/
+5
2009-11-30
Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgets
Volker Lendecke
3
-3
/
+9
2009-11-30
s3: Fix crash in free_file_list().
Bo Yang
1
-3
/
+4
[next]