Age | Commit message (Expand) | Author | Files | Lines |
2008-04-04 | Fix _samr_GetDomPwInfo (to return more then zeros). | Günther Deschner | 1 | -2/+16 |
2008-04-04 | Fix bug #5372. With a large CUPS installation with a remote server, contacting | Jeremy Allison | 2 | -12/+45 |
2008-04-04 | net_rpc_registry: return available error code on failure in deletevalue. | Michael Adam | 1 | -1/+1 |
2008-04-04 | net_rpc_registry: consistently return error upon wrong use. | Michael Adam | 1 | -5/+5 |
2008-04-04 | net: change split_hive_key() to properly allocate subkeyname | Michael Adam | 4 | -6/+11 |
2008-04-04 | net_rpc_registry: use split_hive_key to normalize hive befor open. | Michael Adam | 1 | -28/+39 |
2008-04-04 | net_rpc_registry: use utility function print_registry_value(). | Michael Adam | 1 | -30/+1 |
2008-04-04 | net_rpc_registy: use function print_registry_key | Michael Adam | 1 | -5/+2 |
2008-04-04 | net_registry: split utility function of common interest out into util module. | Michael Adam | 4 | -87/+151 |
2008-04-04 | mapping_tdb: fix enumeration of mappings. | Michael Adam | 1 | -1/+1 |
2008-04-04 | Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs... | Michael Adam | 1 | -2/+3 |
2008-04-04 | mapping.tdb: fix creation of entries with GROUP_PREFIX | Michael Adam | 1 | -1/+1 |
2008-04-04 | Use sid_array_from_info3 in lookup_usergroups_cached(). | Günther Deschner | 4 | -43/+20 |
2008-04-04 | Always uppercase cli->srv_name_slash. | Günther Deschner | 1 | -0/+1 |
2008-04-04 | Remove some dead code in rpcclient. | Günther Deschner | 1 | -23/+0 |
2008-04-04 | Move rpccli_try_samr_connects out of rpcclient. | Günther Deschner | 2 | -75/+122 |
2008-04-03 | Fix pam_winbind macros. | Günther Deschner | 2 | -14/+14 |
2008-04-03 | Use pwb_context in pam_winbind. | Günther Deschner | 1 | -391/+343 |
2008-04-03 | Add _pam_winbind_init/free_context. | Günther Deschner | 1 | -0/+39 |
2008-04-03 | Add pwb_context to pam_winbind.h. | Günther Deschner | 1 | -0/+9 |
2008-04-03 | Make more functions in pam_winbind static. | Günther Deschner | 1 | -30/+30 |
2008-04-03 | wbinfo: use wbcLookupNames() | Stefan Metzmacher | 1 | -10/+20 |
2008-04-03 | wbinfo: use wbcLookupRids() | Stefan Metzmacher | 1 | -33/+40 |
2008-04-03 | wbinfo: use wbcLookupSid() | Stefan Metzmacher | 1 | -12/+15 |
2008-04-03 | wbinfo: catch NULL domain string as in other places | Stefan Metzmacher | 1 | -1/+1 |
2008-04-03 | registry: remove parameter checks from smbconf backend: they are in libsmbconf. | Michael Adam | 1 | -191/+1 |
2008-04-03 | libsmbconf: move initialization of registry value down after error checks. | Michael Adam | 1 | -6/+6 |
2008-04-03 | Fix rpccli_lsa_lookup_sids_noalloc. | Günther Deschner | 1 | -3/+11 |
2008-04-03 | Add NT_STATUS_RPC_CANNOT_SUPPORT. | Günther Deschner | 2 | -0/+2 |
2008-04-03 | Fix trusted users on a DC that uses the old idmap syntax. There was no defaul... | Simo Sorce | 1 | -0/+70 |
2008-04-02 | Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>. | Jeremy Allison | 1 | -30/+0 |
2008-04-02 | Fix "net rpc trustdom establish" for win2k8 trusts. | Günther Deschner | 1 | -14/+52 |
2008-04-02 | Apply some const in clirap. | Günther Deschner | 1 | -1/+1 |
2008-04-02 | Some fixes for netdomjoin-gui and support for browsing/joining OUs. | Günther Deschner | 1 | -157/+390 |
2008-04-02 | Make sure to hand down the domain name in libnetapi NetUnjoinDomain. | Günther Deschner | 1 | -7/+11 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 10 | -19/+61 |
2008-04-01 | smbd: always close the base_fsp even if the real close returned an error | Stefan Metzmacher | 1 | -4/+0 |
2008-04-01 | wbinfo: use wbcInterfaceDetails() | Stefan Metzmacher | 1 | -19/+25 |
2008-04-01 | libwbclient: add wbcInterfaceDetails() | Stefan Metzmacher | 2 | -0/+90 |
2008-04-01 | libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macro | Stefan Metzmacher | 1 | -4/+5 |
2008-04-01 | test: add diagnostic message to net_registry test. | Michael Adam | 1 | -0/+1 |
2008-04-01 | test: fix net_registry test "set value to different type" to track error count | Michael Adam | 1 | -1/+1 |
2008-04-01 | test: some cosmetics to net_registry tests. | Michael Adam | 1 | -2/+3 |
2008-04-01 | test: fix net_registry tests to correctly capture output of commands inside o... | Michael Adam | 1 | -12/+25 |
2008-04-01 | test: fix use of printf in net_registry tests. | Michael Adam | 1 | -12/+12 |
2008-04-01 | po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n' | Michael Adam | 1 | -1/+1 |
2008-04-01 | mkversion: be more portable, use 'print "%s"' instead of 'echo -n' | Michael Adam | 1 | -4/+4 |
2008-04-01 | installswat: be more portable, use 'printf "%s"' instead of 'echo -n' | Michael Adam | 1 | -2/+2 |
2008-04-01 | configure: be more portable, use 'printf "%s"' instead of "echo -n" | Michael Adam | 1 | -1/+1 |
2008-04-01 | test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.sh | Michael Adam | 1 | -3/+3 |