summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Complete the ea->xattr rename in vfs_xattr_tdbVolker Lendecke2008-01-201-4/+5
* Fix a segfaultVolker Lendecke2008-01-201-3/+10
* Couple of minor fixes for POSIX pathname processing in theJeremy Allison2008-01-192-9/+11
* Do an explicit init_globals() when restarting for "config backend = registry".Michael Adam2008-01-201-0/+1
* Add a debug message to fetch_reg_values().Michael Adam2008-01-201-0/+3
* Add some debugging output to reg_cachehook.cMichael Adam2008-01-201-1/+10
* Remove the dynamic registry overlay.Michael Adam2008-01-203-105/+1
* Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam2008-01-206-47/+113
* Some reformatting of current_version_fetch_values().Michael Adam2008-01-201-11/+12
* Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam2008-01-205-24/+84
* Reorder the registry key name constants in a more systematic way.Michael Adam2008-01-201-5/+5
* Use some consts instead of literal strings for registry keys.Michael Adam2008-01-201-4/+4
* Some reformatting in hkpt_params_fetch_values().Michael Adam2008-01-201-7/+10
* Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam2008-01-204-29/+70
* Some reformatting in tcpip_params_fetch_values().Michael Adam2008-01-201-8/+10
* Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam2008-01-206-27/+70
* Some reformatting in prod_options_fetch_values().Michael Adam2008-01-201-10/+10
* Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam2008-01-206-32/+75
* Some reformatting in netlogon_params_fetch_values().Michael Adam2008-01-201-6/+7
* Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().Michael Adam2008-01-201-3/+2
* In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.Michael Adam2008-01-201-0/+7
* Fix registering Registry backends in reghook_cache_add().Michael Adam2008-01-201-1/+1
* Use constant KEY_NETLOGON_PARAMS instead of literal key.Michael Adam2008-01-201-1/+1
* Volker is right: why keep commented out migrated dynamic reg overlays around?...Michael Adam2008-01-201-21/+0
* Use c99 struct initializers for REGISTRY_OPS in reg_shares.cMichael Adam2008-01-201-5/+4
* Use c99 struct initializers for REGISTRY_OPS in reg_printing.cMichael Adam2008-01-201-5/+4
* Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c.Michael Adam2008-01-201-9/+7
* Some systems do not have XATTR_ definedVolker Lendecke2008-01-202-5/+8
* vfs_streams_depotVolker Lendecke2008-01-193-0/+654
* vfs_streams_xattr moduleVolker Lendecke2008-01-193-1/+679
* Add streams supportVolker Lendecke2008-01-195-24/+459
* Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke2008-01-193-0/+162
* Add an error mapping for ENOATTRVolker Lendecke2008-01-191-0/+3
* Add the STREAMINFO vfs callVolker Lendecke2008-01-194-13/+171
* Use SAFE_FREE instead of freeVolker Lendecke2008-01-191-1/+2
* Tiny memory leak in lib/version.cCorinna Vinschen2008-01-191-0/+1
* Fix error return in xattr_tdb_load_attrsVolker Lendecke2008-01-191-1/+1
* The remote storage op is goneVolker Lendecke2008-01-191-1/+1
* Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke2008-01-191-49/+142
* Make get_ea_value publicVolker Lendecke2008-01-191-8/+15
* Fix the buildVolker Lendecke2008-01-191-0/+1
* afs: Use talloc_stackframe() instead of talloc_init()Kai Blin2008-01-191-1/+1
* ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin2008-01-191-37/+50
* ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin2008-01-191-55/+66
* nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin2008-01-191-34/+40
* ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin2008-01-191-4/+43
* ntlm_auth: Dynamically allocate the read buffer.Kai Blin2008-01-191-28/+43
* Link ndr_xattr.o with LIBNDR_GEN_OBJVolker Lendecke2008-01-191-1/+2
* Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison2008-01-181-8/+12
* Always return nlink=1 for directoriesVolker Lendecke2008-01-181-7/+2