summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Fix Windows 2008 (Longhorn) join.Andreas Schneider1-1/+15
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider8-9/+11
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison8-20/+71
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke3-67/+9
2008-01-23strtok -> strtok_rVolker Lendecke18-47/+75
2008-01-23Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam1-1/+0
2008-01-23Initialize _domain_list to NULL.Michael Adam1-1/+1
2008-01-23Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner1-4/+8
2008-01-23Remove two unused variablesVolker Lendecke2-2/+0
2008-01-23Fix tab_depth: it should not create an extra debug header.Michael Adam2-3/+6
2008-01-23Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAndrew Tridgell71-796/+3662
2008-01-23Added PFIF notice to Samba 3.2 treeAndrew Tridgell1-0/+7
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-1/+3
2008-01-22replace svn references with git ones in ReadmeVolker Lendecke1-4/+4
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