index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-drs: avoid calling unecesserly ldb_msg_find_attr_as_* as this call in unef...
Matthieu Patou
2011-12-19
1
-26
/
+45
*
s4-becomedc: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects f...
Matthieu Patou
2011-12-19
1
-0
/
+13
*
s4-join: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects for t...
Matthieu Patou
2011-12-19
1
-0
/
+10
*
tdb: be more careful on 4G files.
Rusty Russell
2011-12-19
6
-23
/
+53
*
patch tdb-oob-fix.patch
Rusty Russell
2011-12-19
0
-0
/
+0
*
s3-net: Fix the return codes. 0 on success, -1 on failure
Amitay Isaacs
2011-12-19
1
-2
/
+2
*
s3: Fix the clustering build
Volker Lendecke
2011-12-17
6
-10
/
+10
*
libcli/util: add NT_STATUS_NETWORK_SESSION_EXPIRED and NT_STATUS_ALL_SIDS_FIL...
Stefan Metzmacher
2011-12-17
2
-0
/
+4
*
s4 dns: Allow updates based on smb.conf setting
Kai Blin
2011-12-17
6
-2
/
+51
*
s4 dns: Add some debug output
Kai Blin
2011-12-17
1
-0
/
+3
*
s4 dns: Actually handle the update request
Kai Blin
2011-12-17
3
-0
/
+383
*
s4 dns: Implement RFC-compatible update prescan
Kai Blin
2011-12-17
2
-6
/
+41
*
s4 dns: Update prerequisite checking conforming to RFC
Kai Blin
2011-12-17
4
-42
/
+313
*
s4 dns: Give better test output on RCODE mismatch
Kai Blin
2011-12-17
1
-1
/
+20
*
s4 dns: Move record lookup to dns_utils.c
Kai Blin
2011-12-17
3
-36
/
+58
*
s4 dns: Implement dns record comparison function
Kai Blin
2011-12-17
2
-0
/
+57
*
s4 dns: Implement dns name equality check
Kai Blin
2011-12-17
2
-0
/
+10
*
s4 dns: Fix some typos in comments and a whitespace
Kai Blin
2011-12-17
1
-3
/
+3
*
check_name() not needed in mkdir.
Jeremy Allison
2011-12-17
1
-5
/
+0
*
Ensure VALID_STAT before accessing fields.
Jeremy Allison
2011-12-17
1
-1
/
+3
*
s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR status
Stefan Metzmacher
2011-12-17
1
-0
/
+7
*
Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ...
Jeremy Allison
2011-12-16
1
-2
/
+4
*
Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls.
Jeremy Allison
2011-12-16
1
-1
/
+4
*
wafsamba: Fix undefined variable name in error message.
Jelmer Vernooij
2011-12-16
1
-1
/
+1
*
s3:idmap_autorid: use less transactions
Christian Ambach
2011-12-16
1
-55
/
+76
*
s3:dbwrap fix return value of db_tdb_parse
Christian Ambach
2011-12-16
1
-1
/
+5
*
s3:printing/spoolssd: avoid using server_messaging_context()
Stefan Metzmacher
2011-12-16
1
-1
/
+1
*
s3:smbd: remove unused sconn_server_id()
Stefan Metzmacher
2011-12-16
4
-31
/
+0
*
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
2011-12-16
9
-19
/
+24
*
s3:locking: avoid using sconn_server_id()
Stefan Metzmacher
2011-12-16
2
-7
/
+7
*
s3:lib/conn_tdb: avoid using sconn_server_id()
Stefan Metzmacher
2011-12-16
1
-1
/
+2
*
s4:libcli/rap: the caller should get talloc children from call->ndr_pull_{par...
Stefan Metzmacher
2011-12-16
2
-1
/
+6
*
s4:libcli/rap: call->ndr_push_{param,data} can be talloc childs of 'call'
Stefan Metzmacher
2011-12-16
1
-2
/
+2
*
s4:libcli/rap: use talloc_zero() and initialize everything
Stefan Metzmacher
2011-12-16
1
-8
/
+3
*
s4:libcli/rap: remove unused members from struct rap_call
Stefan Metzmacher
2011-12-16
1
-3
/
+0
*
s4:libcli/rap: initialize call->rcv_datalen
Stefan Metzmacher
2011-12-16
1
-0
/
+1
*
s3: Add some const to find_oplock_types
Volker Lendecke
2011-12-16
1
-1
/
+1
*
s3: Make open_file_ntcreate a bit easier to read
Volker Lendecke
2011-12-16
1
-3
/
+2
*
s3: Make open_file_ntcreate a bit easier to read
Volker Lendecke
2011-12-16
1
-4
/
+6
*
s3: Make open_file_ntcreate a bit easier to read
Volker Lendecke
2011-12-16
1
-3
/
+3
*
Add support for TCP_DEFER_ACCEPT
Volker Lendecke
2011-12-16
1
-0
/
+3
*
s3: Slightly simplify delay_for_exclusive_oplocks
Volker Lendecke
2011-12-16
1
-9
/
+15
*
s3: Slightly simplify delay_for_batch_oplocks
Volker Lendecke
2011-12-16
1
-6
/
+6
*
Third part of fix for bug #8663 - deleting a symlink fails if the symlink tar...
Jeremy Allison
2011-12-16
1
-0
/
+8
*
Second part of fix for bug #8663 - deleting a symlink fails if the symlink ta...
Jeremy Allison
2011-12-15
1
-1
/
+6
*
First part of fix for bug #8663 - deleting a symlink fails if the symlink tar...
Jeremy Allison
2011-12-15
1
-12
/
+0
*
lib/param: Set s4 "host msdfs = true" by default
Andrew Bartlett
2011-12-16
1
-0
/
+2
*
loadparm: fixed service list handling
Andrew Tridgell
2011-12-15
1
-14
/
+4
*
pidfile: use set_close_on_exec()
Andrew Tridgell
2011-12-15
1
-0
/
+2
*
s4-socket: use set_close_on_exec()
Andrew Tridgell
2011-12-15
2
-0
/
+8
[next]