summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* dsgetdcname: check for invalid sitename/flag combinations.Günther Deschner2008-05-151-2/+7
* libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner2008-05-151-0/+1
* Fix build warning.Günther Deschner2008-05-151-1/+0
* testparm: list registry shares with testparm.Michael Adam2008-05-151-1/+1
* loadparm: add funcion lp_load_with_registry_shares().Michael Adam2008-05-151-0/+15
* loadparm: add call to do_section() to process_registry_service().Michael Adam2008-05-151-0/+4
* loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam2008-05-151-3/+10
* loadparm: add a function process_registry_shares()Michael Adam2008-05-151-0/+37
* loadparm: refactor processing of service out of process_registry_globals()Michael Adam2008-05-151-8/+23
* loadparm: refactor initalization of registry config out into lp_smbconf_ctx().Michael Adam2008-05-151-13/+22
* Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).Günther Deschner2008-05-142-7/+6
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-141-3/+3
* Ensure we don't keep searching for sharename if it'sJeremy Allison2008-05-141-3/+3
* configure: Kill linker warnings about 32bit libs on 64bit Linux.Kai Blin2008-05-141-1/+1
* dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus.Günther Deschner2008-05-141-1/+3
* mailslot: Also pick domain name and pdc name from type 15 cldap reply.Günther Deschner2008-05-141-1/+22
* AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin2008-05-141-1/+1
* Merge branch 'v3-3-test' of git://git.samba.org/samba into 3.3-testJim McDonough2008-05-132-8/+63
|\
| * Fix debug message.Jeremy Allison2008-05-131-2/+2
| * Second part of patch for bug #5460. Cope with pathnamesJeremy Allison2008-05-131-15/+39
| * Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison2008-05-132-2/+33
* | Enable winbind child processes to do something with signals,Jim McDonough2008-05-132-12/+27
|/
* libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2008-05-132-1/+46
* libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude2008-05-134-3/+159
* Fix signing problem in the client with transs requestsVolker Lendecke2008-05-131-0/+3
* Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2008-05-132-5/+88
* tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger2008-05-131-1/+4
* net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude2008-05-121-0/+1
* Make sure we have serversupplied_info->sanitized_username everywhereVolker Lendecke2008-05-111-10/+53
* With force user, we have the same base token for all vuidsVolker Lendecke2008-05-111-1/+9
* Fix a memleak in new auth_serversupplied codeVolker Lendecke2008-05-111-1/+2
* Fix a memleakVolker Lendecke2008-05-101-5/+0
* Remove "user" from connection_structVolker Lendecke2008-05-1014-33/+42
* Add a comment explaining server_info in connection_structVolker Lendecke2008-05-101-0/+4
* Remove the unix token info from connection_structVolker Lendecke2008-05-109-33/+30
* Replace nt_user_token with server_info in connection_structVolker Lendecke2008-05-104-55/+34
* Empty some nonempty blank linesVolker Lendecke2008-05-101-18/+18
* Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_tokenVolker Lendecke2008-05-101-3/+1
* Make use of talloc_tos() in change_to_user()Volker Lendecke2008-05-101-1/+1
* Next try at making the vuid cache circularVolker Lendecke2008-05-103-11/+14
* find_forced_group can directly change the token in server_infoVolker Lendecke2008-05-101-72/+16
* Add an error return in find_forced_group()Volker Lendecke2008-05-101-0/+5
* Do not unnecessarily mess with the results in find_forced_group()Volker Lendecke2008-05-101-3/+0
* Replace find_forced_user by a direct call to make_serverinfo_from_usernameVolker Lendecke2008-05-101-37/+26
* Simplify make_connection_snum: Copy connection_struct info from server_infoVolker Lendecke2008-05-101-13/+11
* Add "server_info" to connection_structVolker Lendecke2008-05-102-97/+25
* Remove unused "force_group" from connection_structVolker Lendecke2008-05-102-2/+0
* "status" -> "pstatus" in make_connection_snumVolker Lendecke2008-05-101-42/+38
* Add create_connection_server_info() -- not used yetVolker Lendecke2008-05-101-0/+76
* Add function make_serverinfo_from_username()Volker Lendecke2008-05-101-0/+38