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
2008-05-14
Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...
Jeremy Allison
1
-3
/
+3
2008-05-14
Ensure we don't keep searching for sharename if it's
Jeremy Allison
1
-3
/
+3
2008-05-14
configure: Kill linker warnings about 32bit libs on 64bit Linux.
Kai Blin
1
-1
/
+1
2008-05-14
dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus.
Günther Deschner
1
-1
/
+3
2008-05-14
mailslot: Also pick domain name and pdc name from type 15 cldap reply.
Günther Deschner
1
-1
/
+22
2008-05-14
AFS: The dummy afs_createtoken_str should return NULL, not False.
Kai Blin
1
-1
/
+1
2008-05-13
Merge branch 'v3-3-test' of git://git.samba.org/samba into 3.3-test
Jim McDonough
2
-8
/
+63
2008-05-13
Fix debug message.
Jeremy Allison
1
-2
/
+2
2008-05-13
Second part of patch for bug #5460. Cope with pathnames
Jeremy Allison
1
-15
/
+39
2008-05-13
Fix bug #5460. The problem is RHEL5.0 shipped a CIFS client
Jeremy Allison
2
-2
/
+33
2008-05-13
Enable winbind child processes to do something with signals,
Jim McDonough
2
-12
/
+27
2008-05-13
libwbclient: Abstract the DS_XXX flags for DsGetDcName().
coffeedude
2
-1
/
+46
2008-05-13
libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().
coffeedude
4
-3
/
+159
2008-05-13
Fix signing problem in the client with transs requests
Volker Lendecke
1
-0
/
+3
2008-05-13
Revert "Fix signing bug found by Volker. That one was *subtle*."
Volker Lendecke
2
-5
/
+88
2008-05-13
tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.
Karolin Seeger
1
-1
/
+4
2008-05-12
net ads: Upper case he realm name when calling kinit() using machine creds.
coffeedude
1
-0
/
+1
2008-05-11
Make sure we have serversupplied_info->sanitized_username everywhere
Volker Lendecke
1
-10
/
+53
2008-05-11
With force user, we have the same base token for all vuids
Volker Lendecke
1
-1
/
+9
2008-05-11
Fix a memleak in new auth_serversupplied code
Volker Lendecke
1
-1
/
+2
2008-05-10
Fix a memleak
Volker Lendecke
1
-5
/
+0
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
14
-33
/
+42
2008-05-10
Add a comment explaining server_info in connection_struct
Volker Lendecke
1
-0
/
+4
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
9
-33
/
+30
2008-05-10
Replace nt_user_token with server_info in connection_struct
Volker Lendecke
4
-55
/
+34
2008-05-10
Empty some nonempty blank lines
Volker Lendecke
1
-18
/
+18
2008-05-10
Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_token
Volker Lendecke
1
-3
/
+1
2008-05-10
Make use of talloc_tos() in change_to_user()
Volker Lendecke
1
-1
/
+1
2008-05-10
Next try at making the vuid cache circular
Volker Lendecke
3
-11
/
+14
2008-05-10
find_forced_group can directly change the token in server_info
Volker Lendecke
1
-72
/
+16
2008-05-10
Add an error return in find_forced_group()
Volker Lendecke
1
-0
/
+5
2008-05-10
Do not unnecessarily mess with the results in find_forced_group()
Volker Lendecke
1
-3
/
+0
2008-05-10
Replace find_forced_user by a direct call to make_serverinfo_from_username
Volker Lendecke
1
-37
/
+26
2008-05-10
Simplify make_connection_snum: Copy connection_struct info from server_info
Volker Lendecke
1
-13
/
+11
2008-05-10
Add "server_info" to connection_struct
Volker Lendecke
2
-97
/
+25
2008-05-10
Remove unused "force_group" from connection_struct
Volker Lendecke
2
-2
/
+0
2008-05-10
"status" -> "pstatus" in make_connection_snum
Volker Lendecke
1
-42
/
+38
2008-05-10
Add create_connection_server_info() -- not used yet
Volker Lendecke
1
-0
/
+76
2008-05-10
Add function make_serverinfo_from_username()
Volker Lendecke
1
-0
/
+38
2008-05-10
Add a mem_ctx argument to make_server_info_guest()
Volker Lendecke
3
-8
/
+9
2008-05-10
Make copy_serverinfo non-static, add mem_ctx
Volker Lendecke
1
-3
/
+4
2008-05-10
Fix the build with DNS_UPDATES
Volker Lendecke
1
-1
/
+1
2008-05-10
net: more whitespace cleanup
Kai Blin
16
-795
/
+795
2008-05-10
net: Remove globals
Kai Blin
30
-1478
/
+1772
2008-05-10
net: Some whitespace clean-up.
Kai Blin
2
-40
/
+40
2008-05-10
net: Fix usage string.
Kai Blin
1
-1
/
+1
2008-05-10
loadparm: Fix activation of registry globals in lp_load_*.
Michael Adam
1
-2
/
+2
2008-05-09
Fix replacement getpass. If we ^C at the prompt echo was left off.
Jeremy Allison
1
-5
/
+2
2008-05-09
Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use
Jeremy Allison
2
-21
/
+44
2008-05-09
dsgetdcname: add reminder that we need to support ipv6 here once we know how.
Günther Deschner
1
-2
/
+4
[next]