Age | Commit message (Expand) | Author | Files | Lines |
2008-04-07 | smbd: make it possible to change the write time delay for testing | Stefan Metzmacher | 2 | -1/+10 |
2008-04-07 | smbd: make it possible to disable get_file_infos() on searches | Stefan Metzmacher | 3 | -14/+36 |
2008-04-07 | locking: combine get_delete_on_close_flag() and get_write_time() into get_fil... | Stefan Metzmacher | 4 | -33/+41 |
2008-04-07 | selftest: samba3 passes BASE-DELAYWRITE | Stefan Metzmacher | 1 | -1/+1 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 9 | -133/+242 |
2008-04-07 | locking: store the write time in the locking.tdb | Stefan Metzmacher | 7 | -26/+110 |
2008-04-07 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2008-04-07 | increase log level for this failed setsockopt call. EINVAL is a normal error ... | Björn Jacke | 1 | -1/+4 |
2008-04-07 | Fix bug 5375 | Volker Lendecke | 1 | -3/+4 |
2008-04-07 | Fix a misleading debug message | Volker Lendecke | 1 | -2/+3 |
2008-04-06 | net_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGro... | Stefan Metzmacher | 1 | -51/+47 |
2008-04-06 | net_rpc: let get_user_tokens() use wbcListUsers() | Stefan Metzmacher | 1 | -38/+22 |
2008-04-06 | wbinfo: make use of wbcGetGroups() | Stefan Metzmacher | 1 | -16/+12 |
2008-04-06 | libwbclient: add wbcGetGroups() | Stefan Metzmacher | 2 | -0/+64 |
2008-04-06 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-04-06 | Remove external refs to winbindd_fd | Volker Lendecke | 2 | -4/+0 |
2008-04-06 | wbcAllocateGid returns a gid_t, not a uid_t | Volker Lendecke | 2 | -2/+2 |
2008-04-06 | Re-run "make idl" | Volker Lendecke | 11 | -11/+11 |
2008-04-04 | When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causes | Jeremy Allison | 1 | -3/+9 |
2008-04-04 | Fix _samr_GetUserPwInfo() (to return more then just zeros). | Günther Deschner | 1 | -8/+45 |
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 |