summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Ensure we don't keep searching for sharename if it'sJeremy Allison1-3/+3
2008-05-14configure: Kill linker warnings about 32bit libs on 64bit Linux.Kai Blin1-1/+1
2008-05-14dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus.Günther Deschner1-1/+3
2008-05-14mailslot: Also pick domain name and pdc name from type 15 cldap reply.Günther Deschner1-1/+22
2008-05-14AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin1-1/+1
2008-05-13Merge branch 'v3-3-test' of git://git.samba.org/samba into 3.3-testJim McDonough2-8/+63
2008-05-13Fix debug message.Jeremy Allison1-2/+2
2008-05-13Second part of patch for bug #5460. Cope with pathnamesJeremy Allison1-15/+39
2008-05-13Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison2-2/+33
2008-05-13Enable winbind child processes to do something with signals,Jim McDonough2-12/+27
2008-05-13libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2-1/+46
2008-05-13libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude4-3/+159
2008-05-13Fix signing problem in the client with transs requestsVolker Lendecke1-0/+3
2008-05-13Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2-5/+88
2008-05-13tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger1-1/+4
2008-05-12net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude1-0/+1
2008-05-11Make sure we have serversupplied_info->sanitized_username everywhereVolker Lendecke1-10/+53
2008-05-11With force user, we have the same base token for all vuidsVolker Lendecke1-1/+9
2008-05-11Fix a memleak in new auth_serversupplied codeVolker Lendecke1-1/+2
2008-05-10Fix a memleakVolker Lendecke1-5/+0
2008-05-10Remove "user" from connection_structVolker Lendecke14-33/+42
2008-05-10Add a comment explaining server_info in connection_structVolker Lendecke1-0/+4
2008-05-10Remove the unix token info from connection_structVolker Lendecke9-33/+30
2008-05-10Replace nt_user_token with server_info in connection_structVolker Lendecke4-55/+34
2008-05-10Empty some nonempty blank linesVolker Lendecke1-18/+18
2008-05-10Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_tokenVolker Lendecke1-3/+1
2008-05-10Make use of talloc_tos() in change_to_user()Volker Lendecke1-1/+1
2008-05-10Next try at making the vuid cache circularVolker Lendecke3-11/+14
2008-05-10find_forced_group can directly change the token in server_infoVolker Lendecke1-72/+16
2008-05-10Add an error return in find_forced_group()Volker Lendecke1-0/+5
2008-05-10Do not unnecessarily mess with the results in find_forced_group()Volker Lendecke1-3/+0
2008-05-10Replace find_forced_user by a direct call to make_serverinfo_from_usernameVolker Lendecke1-37/+26
2008-05-10Simplify make_connection_snum: Copy connection_struct info from server_infoVolker Lendecke1-13/+11
2008-05-10Add "server_info" to connection_structVolker Lendecke2-97/+25
2008-05-10Remove unused "force_group" from connection_structVolker Lendecke2-2/+0
2008-05-10"status" -> "pstatus" in make_connection_snumVolker Lendecke1-42/+38
2008-05-10Add create_connection_server_info() -- not used yetVolker Lendecke1-0/+76
2008-05-10Add function make_serverinfo_from_username()Volker Lendecke1-0/+38
2008-05-10Add a mem_ctx argument to make_server_info_guest()Volker Lendecke3-8/+9
2008-05-10Make copy_serverinfo non-static, add mem_ctxVolker Lendecke1-3/+4
2008-05-10Fix the build with DNS_UPDATESVolker Lendecke1-1/+1
2008-05-10net: more whitespace cleanupKai Blin16-795/+795
2008-05-10net: Remove globalsKai Blin30-1478/+1772
2008-05-10net: Some whitespace clean-up.Kai Blin2-40/+40
2008-05-10net: Fix usage string.Kai Blin1-1/+1
2008-05-10loadparm: Fix activation of registry globals in lp_load_*.Michael Adam1-2/+2
2008-05-09Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison1-5/+2
2008-05-09Remove a couple of uses of SMB_VFS_GET_NT_ACL(), useJeremy Allison2-21/+44
2008-05-09dsgetdcname: add reminder that we need to support ipv6 here once we know how.Günther Deschner1-2/+4
2008-05-09dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner2-9/+92