summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-20Add some debugging output to reg_cachehook.cMichael Adam1-1/+10
2008-01-20Remove the dynamic registry overlay.Michael Adam3-105/+1
2008-01-20Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam6-47/+113
2008-01-20Some reformatting of current_version_fetch_values().Michael Adam1-11/+12
2008-01-20Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam5-24/+84
2008-01-20Reorder the registry key name constants in a more systematic way.Michael Adam1-5/+5
2008-01-20Use some consts instead of literal strings for registry keys.Michael Adam1-4/+4
2008-01-20Some reformatting in hkpt_params_fetch_values().Michael Adam1-7/+10
2008-01-20Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam4-29/+70
2008-01-20Some reformatting in tcpip_params_fetch_values().Michael Adam1-8/+10
2008-01-20Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam6-27/+70
2008-01-20Some reformatting in prod_options_fetch_values().Michael Adam1-10/+10
2008-01-20Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam6-32/+75
2008-01-20Some reformatting in netlogon_params_fetch_values().Michael Adam1-6/+7
2008-01-20Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().Michael Adam1-3/+2
2008-01-20In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.Michael Adam1-0/+7
2008-01-20Fix registering Registry backends in reghook_cache_add().Michael Adam1-1/+1
2008-01-20Use constant KEY_NETLOGON_PARAMS instead of literal key.Michael Adam1-1/+1
2008-01-20Volker is right: why keep commented out migrated dynamic reg overlays around?...Michael Adam1-21/+0
2008-01-20Use c99 struct initializers for REGISTRY_OPS in reg_shares.cMichael Adam1-5/+4
2008-01-20Use c99 struct initializers for REGISTRY_OPS in reg_printing.cMichael Adam1-5/+4
2008-01-20Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c.Michael Adam1-9/+7
2008-01-20Some systems do not have XATTR_ definedVolker Lendecke2-5/+8
2008-01-19vfs_streams_depotVolker Lendecke3-0/+654
2008-01-19vfs_streams_xattr moduleVolker Lendecke3-1/+679
2008-01-19Add streams supportVolker Lendecke5-24/+459
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke3-0/+162
2008-01-19Add an error mapping for ENOATTRVolker Lendecke1-0/+3
2008-01-19Add the STREAMINFO vfs callVolker Lendecke4-13/+171
2008-01-19Use SAFE_FREE instead of freeVolker Lendecke1-1/+2
2008-01-19Tiny memory leak in lib/version.cCorinna Vinschen1-0/+1
2008-01-19Fix error return in xattr_tdb_load_attrsVolker Lendecke1-1/+1
2008-01-19The remote storage op is goneVolker Lendecke1-1/+1
2008-01-19Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke1-49/+142
2008-01-19Make get_ea_value publicVolker Lendecke1-8/+15
2008-01-19Fix the buildVolker Lendecke1-0/+1
2008-01-19afs: Use talloc_stackframe() instead of talloc_init()Kai Blin1-1/+1
2008-01-19ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin1-37/+50
2008-01-19ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin1-55/+66
2008-01-19nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin1-34/+40
2008-01-19ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin1-4/+43
2008-01-19ntlm_auth: Dynamically allocate the read buffer.Kai Blin1-28/+43
2008-01-19Link ndr_xattr.o with LIBNDR_GEN_OBJVolker Lendecke1-1/+2
2008-01-18Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison1-8/+12
2008-01-18Always return nlink=1 for directoriesVolker Lendecke1-7/+2
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin5-32/+40
2008-01-18Fix error message for new allinfo command.Jeremy Allison1-1/+1
2008-01-18Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman1-1/+1
2008-01-18Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher2-13/+0
2008-01-18libreplace: Escape asterisk.Jelmer Vernooij1-1/+1