summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix a segfaultVolker Lendecke2008-01-221-1/+1
* Add another check for talloc failure to libnet_confMichael Adam2008-01-211-0/+4
* Fix formatting of multi_sz registry values.Michael Adam2008-01-211-1/+5
* Use talloc_stackframe() for temporary contexts throughout libnet_conf.cMichael Adam2008-01-211-4/+4
* Add a check for talloc failure. - Pointed out by Volker.Michael Adam2008-01-211-0/+4
* Fix two debug messages.Michael Adam2008-01-211-2/+2
* Attempt to fix the darwin buildVolker Lendecke2008-01-211-4/+4
* util_sock: Don't return a pointer to freed memory.Kai Blin2008-01-211-1/+2
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-216-29/+26
* Link smbd on AIX with -bexpfull instead of -bexpallVolker Lendecke2008-01-211-1/+1
* util_sock: Fix memcache bug in get_mydnsfullname.Kai Blin2008-01-211-3/+3
* libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher2008-01-211-2/+2
* winbindd: remove useless strcpyStefan Metzmacher2008-01-211-4/+1
* Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam2008-01-212-3/+4
* Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam2008-01-212-2/+2
* Extend/fix comments.Michael Adam2008-01-212-2/+4
* Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam2008-01-213-18/+48
* Rename reg_db.c to reg_backend_db.cMichael Adam2008-01-212-3/+3
* Rename reg_shares.c to reg_backend_shares.cMichael Adam2008-01-212-1/+1
* Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam2008-01-212-2/+2
* Rename reg_printing.c to reg_backend_printing.cMichael Adam2008-01-212-1/+1
* Makefile.in: Group together registry related object variables.Michael Adam2008-01-211-22/+25
* Makefile.in: extract registry backend objects to common variable.Michael Adam2008-01-211-9/+16
* reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf.Michael Adam2008-01-211-2/+0
* Fix some "set but never used" warningsVolker Lendecke2008-01-205-17/+6
* Free case_state earlierVolker Lendecke2008-01-201-0/+2
* Activate SMB_QUERY_FILE_STREAM_INFOVolker Lendecke2008-01-201-5/+6
* Active RAW-STREAMS in make testVolker Lendecke2008-01-202-2/+2
* Fix valgrind errorsVolker Lendecke2008-01-201-2/+2
* NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke2008-01-201-1/+2
* Don't test split_ntfs_stream_nameVolker Lendecke2008-01-201-3/+0
* Do not use an unfinished fsp in streams_xattr_openVolker Lendecke2008-01-201-1/+1
* In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke2008-01-201-1/+2
* Add some DEBUGVolker Lendecke2008-01-202-0/+18
* For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke2008-01-201-4/+4
* Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke2008-01-201-15/+20
* Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdbVolker Lendecke2008-01-201-0/+11
* 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