summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-21winbindd: remove useless strcpyStefan Metzmacher1-4/+1
2008-01-21Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam2-3/+4
2008-01-21Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam2-2/+2
2008-01-21Extend/fix comments.Michael Adam2-2/+4
2008-01-21Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam3-18/+48
2008-01-21Rename reg_db.c to reg_backend_db.cMichael Adam2-3/+3
2008-01-21Rename reg_shares.c to reg_backend_shares.cMichael Adam2-1/+1
2008-01-21Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam2-2/+2
2008-01-21Rename reg_printing.c to reg_backend_printing.cMichael Adam2-1/+1
2008-01-21Makefile.in: Group together registry related object variables.Michael Adam1-22/+25
2008-01-21Makefile.in: extract registry backend objects to common variable.Michael Adam1-9/+16
2008-01-21reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf.Michael Adam1-2/+0
2008-01-20Fix some "set but never used" warningsVolker Lendecke5-17/+6
2008-01-20Free case_state earlierVolker Lendecke1-0/+2
2008-01-20Activate SMB_QUERY_FILE_STREAM_INFOVolker Lendecke1-5/+6
2008-01-20Active RAW-STREAMS in make testVolker Lendecke2-2/+2
2008-01-20Fix valgrind errorsVolker Lendecke1-2/+2
2008-01-20NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke1-1/+2
2008-01-20Don't test split_ntfs_stream_nameVolker Lendecke1-3/+0
2008-01-20Do not use an unfinished fsp in streams_xattr_openVolker Lendecke1-1/+1
2008-01-20In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke1-1/+2
2008-01-20Add some DEBUGVolker Lendecke2-0/+18
2008-01-20For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke1-4/+4
2008-01-20Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke1-15/+20
2008-01-20Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdbVolker Lendecke1-0/+11
2008-01-20Complete the ea->xattr rename in vfs_xattr_tdbVolker Lendecke1-4/+5
2008-01-20Fix a segfaultVolker Lendecke1-3/+10
2008-01-19Couple of minor fixes for POSIX pathname processing in theJeremy Allison2-9/+11
2008-01-20Do an explicit init_globals() when restarting for "config backend = registry".Michael Adam1-0/+1
2008-01-20Add a debug message to fetch_reg_values().Michael Adam1-0/+3
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