summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-06Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug.Michael Adam1-2/+2
2008-02-06Add support for LDAP debug output in Samba log file.Michael Adam1-0/+52
2008-02-05Fix a debug messageVolker Lendecke1-1/+1
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-17/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2-13/+6
2008-02-04Simplify str_list_xxxVolker Lendecke1-111/+47
2008-02-04popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin1-3/+12
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-23/+2
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-44/+7
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-8/+7
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-22/+23
2008-02-02Convert read_smb_length to return NTSTATUSVolker Lendecke1-18/+5
2008-02-02Convert read_smb_length_return_keepalive to return NTSTATUSVolker Lendecke1-36/+44
2008-02-02Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatusVolker Lendecke1-2/+19
2008-02-02Add read_socket_with_timeout_ntstatusVolker Lendecke1-23/+48
2008-02-02Return NOTFOUND from db_tdb_delete if the record does not existVolker Lendecke1-2/+9
2008-02-01NetBSD needs LD_LIBRARY_PATHVolker Lendecke1-0/+3
2008-02-01Fix a typoVolker Lendecke1-1/+1
2008-02-01Ensure that convert_string_allocate() allocates 2 extraJeremy Allison1-6/+14
2008-02-01NetBSD does not support AI_ADDRCONFIGVolker Lendecke1-0/+7
2008-01-31Re-run make idl.Günther Deschner1-2/+2
2008-01-31merged tdb transaction fixAndrew Tridgell1-0/+3
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-3/+3
2008-01-27We need to leave the corepath aroundVolker Lendecke1-1/+0
2008-01-27Adding missing calls to va_end().Tim Potter4-2/+16
2008-01-25Tiny simplificationVolker Lendecke1-8/+7
2008-01-25Remove a pointless while loopVolker Lendecke1-11/+7
2008-01-25Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner1-0/+5
2008-01-25No need to close registry on libnetapi_free() anymore.Günther Deschner1-1/+0
2008-01-24More read_data -> read_socket_with_timeoutVolker Lendecke1-16/+3
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke1-38/+1
2008-01-23strtok -> strtok_rVolker Lendecke2-16/+18
2008-01-23Fix tab_depth: it should not create an extra debug header.Michael Adam1-1/+1
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke1-32/+0
2008-01-22Avoid use of uninitialized memoryVolker Lendecke1-1/+4
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-0/+29
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-21util_sock: Don't return a pointer to freed memory.Kai Blin1-1/+2
2008-01-21util_sock: Fix memcache bug in get_mydnsfullname.Kai Blin1-3/+3
2008-01-21Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam1-97/+0
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-3/+1
2008-01-20Some systems do not have XATTR_ definedVolker Lendecke1-5/+0
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke1-0/+90
2008-01-19Add an error mapping for ENOATTRVolker Lendecke1-0/+3
2008-01-19Use SAFE_FREE instead of freeVolker Lendecke1-1/+2
2008-01-19Tiny memory leak in lib/version.cCorinna Vinschen1-0/+1
2008-01-19afs: Use talloc_stackframe() instead of talloc_init()Kai Blin1-1/+1
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2-13/+16
2008-01-18Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher1-4/+0
2008-01-18libreplace: Escape asterisk.Jelmer Vernooij1-1/+1