Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | net rpc registry: fix usage message of getvalue. | Michael Adam | 1 | -1/+1 |
2008-05-15 | net registry: add a getvalueraw command to print the value in raw format. | Michael Adam | 1 | -0/+11 |
2008-05-15 | net registry: refactor core of net_registry_getvalue() out | Michael Adam | 1 | -3/+9 |
2008-05-15 | net_registry: add raw output of value to print_registry_value(). | Michael Adam | 4 | -14/+37 |
2008-05-15 | net: Fix net lookup dsgetdcname, no need to pull site ourselves. | Günther Deschner | 1 | -12/+2 |
2008-05-15 | dsgetdcname: add site support. | Günther Deschner | 1 | -4/+14 |
2008-05-15 | dsgetdcname: check for invalid sitename/flag combinations. | Günther Deschner | 1 | -2/+7 |
2008-05-15 | libads/cldap: store client sitename also keyed by dns domain name. | Günther Deschner | 1 | -0/+1 |
2008-05-15 | Fix build warning. | Günther Deschner | 1 | -1/+0 |
2008-05-15 | testparm: list registry shares with testparm. | Michael Adam | 1 | -1/+1 |
2008-05-15 | loadparm: add funcion lp_load_with_registry_shares(). | Michael Adam | 1 | -0/+15 |
2008-05-15 | loadparm: add call to do_section() to process_registry_service(). | Michael Adam | 1 | -0/+4 |
2008-05-15 | loadparm: add parameter allow_registry_shares to lp_load_ex(). | Michael Adam | 1 | -3/+10 |
2008-05-15 | loadparm: add a function process_registry_shares() | Michael Adam | 1 | -0/+37 |
2008-05-15 | loadparm: refactor processing of service out of process_registry_globals() | Michael Adam | 1 | -8/+23 |
2008-05-15 | loadparm: refactor initalization of registry config out into lp_smbconf_ctx(). | Michael Adam | 1 | -13/+22 |
2008-05-14 | Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3). | Günther Deschner | 2 | -7/+6 |
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-13 | man pages: Correct version string. | Karolin Seeger | 33 | -33/+33 |
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 |