summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke3-33/+32
2008-01-22Avoid use of uninitialized memoryVolker Lendecke1-1/+4
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen3-0/+48
2008-01-22Hide streams from the EA APIVolker Lendecke3-10/+14
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-22Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke1-2/+1
2008-01-22Fix get_ea_names_from_file for many EAsVolker Lendecke1-1/+1
2008-01-22Fix a segfaultVolker Lendecke1-1/+1
2008-01-21Add another check for talloc failure to libnet_confMichael Adam1-0/+4
2008-01-21Fix formatting of multi_sz registry values.Michael Adam1-1/+5
2008-01-21Use talloc_stackframe() for temporary contexts throughout libnet_conf.cMichael Adam1-4/+4
2008-01-21Add a check for talloc failure. - Pointed out by Volker.Michael Adam1-0/+4
2008-01-21Fix two debug messages.Michael Adam1-2/+2
2008-01-21Attempt to fix the darwin buildVolker Lendecke1-4/+4
2008-01-21util_sock: Don't return a pointer to freed memory.Kai Blin1-1/+2
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke6-29/+26
2008-01-21Link smbd on AIX with -bexpfull instead of -bexpallVolker Lendecke1-1/+1
2008-01-21util_sock: Fix memcache bug in get_mydnsfullname.Kai Blin1-3/+3
2008-01-21libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher1-2/+2
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