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
2011-12-21
idl: Avoid c++ style comments
Volker Lendecke
1
-1
/
+1
2011-12-21
tdb: don't free old recovery area when expanding if already at EOF.
Rusty Russell
1
-17
/
+30
2011-12-21
tdb: use same expansion factor logic when expanding for new recovery area.
Rusty Russell
3
-21
/
+34
2011-12-20
Allow an object to be deleted from a directory if the caller has DELETE_CHILD...
Jeremy Allison
1
-1
/
+9
2011-12-20
s3: Fix some False/NULL hickups
Volker Lendecke
8
-17
/
+17
2011-12-20
samba-tool: Add transaction wrapper for creating GPO
Amitay Isaacs
1
-51
/
+44
2011-12-19
tdb2: Avoid a malloc/memcpy in _tdb1_store
Volker Lendecke
1
-19
/
+8
2011-12-19
tdb: Avoid a malloc/memcpy in _tdb_store
Volker Lendecke
1
-17
/
+8
2011-12-19
s4-dsdb: Relax the conditions where we can't do a subtree delete
Matthieu Patou
1
-1
/
+19
2011-12-19
s4:drsuapi/getncchanges: return WERR_NOMEM if talloc_array() fails
Stefan Metzmacher
1
-0
/
+3
2011-12-19
s4-drs: introduce a timeout in the getncchanges processing to always return s...
Matthieu Patou
1
-6
/
+27
2011-12-19
s4-drs: avoid calling unecesserly ldb_msg_find_attr_as_* as this call in unef...
Matthieu Patou
1
-26
/
+45
2011-12-19
s4-becomedc: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects f...
Matthieu Patou
1
-0
/
+13
2011-12-19
s4-join: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects for t...
Matthieu Patou
1
-0
/
+10
2011-12-19
tdb: be more careful on 4G files.
Rusty Russell
6
-23
/
+53
2011-12-19
patch tdb-oob-fix.patch
Rusty Russell
0
-0
/
+0
2011-12-19
s3-net: Fix the return codes. 0 on success, -1 on failure
Amitay Isaacs
1
-2
/
+2
2011-12-17
s3: Fix the clustering build
Volker Lendecke
6
-10
/
+10
2011-12-17
libcli/util: add NT_STATUS_NETWORK_SESSION_EXPIRED and NT_STATUS_ALL_SIDS_FIL...
Stefan Metzmacher
2
-0
/
+4
2011-12-17
s4 dns: Allow updates based on smb.conf setting
Kai Blin
6
-2
/
+51
2011-12-17
s4 dns: Add some debug output
Kai Blin
1
-0
/
+3
2011-12-17
s4 dns: Actually handle the update request
Kai Blin
3
-0
/
+383
2011-12-17
s4 dns: Implement RFC-compatible update prescan
Kai Blin
2
-6
/
+41
2011-12-17
s4 dns: Update prerequisite checking conforming to RFC
Kai Blin
4
-42
/
+313
2011-12-17
s4 dns: Give better test output on RCODE mismatch
Kai Blin
1
-1
/
+20
2011-12-17
s4 dns: Move record lookup to dns_utils.c
Kai Blin
3
-36
/
+58
2011-12-17
s4 dns: Implement dns record comparison function
Kai Blin
2
-0
/
+57
2011-12-17
s4 dns: Implement dns name equality check
Kai Blin
2
-0
/
+10
2011-12-17
s4 dns: Fix some typos in comments and a whitespace
Kai Blin
1
-3
/
+3
2011-12-17
check_name() not needed in mkdir.
Jeremy Allison
1
-5
/
+0
2011-12-17
Ensure VALID_STAT before accessing fields.
Jeremy Allison
1
-1
/
+3
2011-12-17
s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR status
Stefan Metzmacher
1
-0
/
+7
2011-12-16
Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ...
Jeremy Allison
1
-2
/
+4
2011-12-16
Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls.
Jeremy Allison
1
-1
/
+4
2011-12-16
wafsamba: Fix undefined variable name in error message.
Jelmer Vernooij
1
-1
/
+1
2011-12-16
s3:idmap_autorid: use less transactions
Christian Ambach
1
-55
/
+76
2011-12-16
s3:dbwrap fix return value of db_tdb_parse
Christian Ambach
1
-1
/
+5
2011-12-16
s3:printing/spoolssd: avoid using server_messaging_context()
Stefan Metzmacher
1
-1
/
+1
2011-12-16
s3:smbd: remove unused sconn_server_id()
Stefan Metzmacher
4
-31
/
+0
2011-12-16
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
9
-19
/
+24
2011-12-16
s3:locking: avoid using sconn_server_id()
Stefan Metzmacher
2
-7
/
+7
2011-12-16
s3:lib/conn_tdb: avoid using sconn_server_id()
Stefan Metzmacher
1
-1
/
+2
2011-12-16
s4:libcli/rap: the caller should get talloc children from call->ndr_pull_{par...
Stefan Metzmacher
2
-1
/
+6
2011-12-16
s4:libcli/rap: call->ndr_push_{param,data} can be talloc childs of 'call'
Stefan Metzmacher
1
-2
/
+2
2011-12-16
s4:libcli/rap: use talloc_zero() and initialize everything
Stefan Metzmacher
1
-8
/
+3
2011-12-16
s4:libcli/rap: remove unused members from struct rap_call
Stefan Metzmacher
1
-3
/
+0
2011-12-16
s4:libcli/rap: initialize call->rcv_datalen
Stefan Metzmacher
1
-0
/
+1
2011-12-16
s3: Add some const to find_oplock_types
Volker Lendecke
1
-1
/
+1
2011-12-16
s3: Make open_file_ntcreate a bit easier to read
Volker Lendecke
1
-3
/
+2
2011-12-16
s3: Make open_file_ntcreate a bit easier to read
Volker Lendecke
1
-4
/
+6
[next]