Fix a "no prototype" warning
[samba.git] / source3 / lib /
2007-12-19 Volker LendeckeSamba Shared Repository - branch v3-2-test updated...
2007-12-19 Volker LendeckeRename cache.[ch] to memcache.[ch]
2007-12-19 Jeremy AllisonWe've finished with the old node once we've copied the
2007-12-19 Jeremy AllisonFix valgrind error in dbwrap_rbt where rec_priv->node was
2007-12-18 Volker LendeckeAdd a in-memory cache
2007-12-18 Jeremy AllisonMore static pstring elimination.
2007-12-18 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-18 Jeremy AllisonUse the %*s feature of snprintf to remove anothe static...
2007-12-17 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-17 Jeremy AllisonFix bug #5121 (unix passwd sync not working on a stream...
2007-12-16 Volker Lendeckeget rid of doschar_table[]
2007-12-16 Volker LendeckeTiny fixes to init_valid_table()
2007-12-16 Volker LendeckeMake init_doschar_table() static
2007-12-16 Volker LendeckeMake check_dos_char static
2007-12-16 Volker LendeckeRemove a static fstring
2007-12-16 Jeremy AllisonCope with valgrind > 3.2.x.
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeUse dom_sid_string for sid_string_talloc
2007-12-15 Volker Lendeckesid_string_static is no more :-)
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeAdd sid_string_dbg
2007-12-15 Volker LendeckeAdd debug_ctx according to an idea by Tridge
2007-12-15 Volker Lendeckeadd sid_string_talloc
2007-12-14 Stefan Metzmacheradd POPT_COMMON_CONFIGFILE which only provides --config...
2007-12-14 Stefan Metzmacherdebug: fix crash bug when DEBUG() is used before setup_...
2007-12-11 Günther DeschnerAdd split_domain_user() (not to mix with winbind variants).
2007-12-11 Jeremy AllisonAdd patches for bug #4866 from jiri sasek - Sun Microsy...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker Lendeckedbwrap_rbt
2007-12-10 Volker LendeckeMake the Linux rbtrees compile within Samba
2007-12-10 Volker LendeckeAdd rbtree.[ch] from the Linux kernel
2007-12-10 Volker LendeckeAdd db_tdb_fetch
2007-12-10 Volker LendeckeAdd dbwrap bystring service routines
2007-12-09 Jeremy AllisonMany systems don't have sa_len as part of struct sockaddr.
2007-12-09 James PeachChoose a better default for sockaddr length.
2007-12-09 James PeachFix connect(2) callers to use correct sockaddr size.
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonWe don't need P_GSTRING or P_UGSTRING anymore.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-07 Jeremy AllisonRemove pstrings completely except for smbctool (what...
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy Allison*Really* fix the no password -N opt :-).
2007-12-07 Jeremy AllisonFix the '-N' option.
2007-12-07 Jeremy AllisonGet closer to building with smbmount. Move parameter...
2007-12-07 Jeremy AllisonMake cmdline_auth_info private to lib/popt_common.c...
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-05 Gerald (Jerry) CarterCompile fix to the automount support. Patch from GlaDiaC.
2007-12-05 Volker LendeckeRemove some globals
2007-12-05 Volker LendeckeMake share_info_db_init static
2007-12-05 Volker LendeckeRemove a static, and "signal_received" needs to be...
2007-12-05 Jeremy AllisonOk, down to just the client/*.c code now.
2007-12-05 Jeremy AllisonRemove pstring from automount lookups. Remove premature...
2007-12-05 Jeremy AllisonRemove tok pstring from util_str.c
2007-12-05 Jeremy Allisonpull_ascii_pstring is gone.
2007-12-04 Jeremy AllisonAllow STR_TERMINATE and -1 src_len for pull_ucs2_base_t...
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-12-03 Jeremy AllisonChange tdb_unpack "P" to return a malloc'ed string...
2007-12-03 Günther DeschnerFix wkssvc callers.
2007-12-03 Michael AdamRemove workaround for broken capabilites.h from lib...
2007-12-03 Michael AdamReformat configure checks for broken capabilities.h.
2007-12-03 Michael AdamMove check for broken system capabilites.h headers...
2007-12-03 Michael AdamAdd check for ppc statfs.h header to workaround for...
2007-12-02 Volker LendeckeFix some bogus uninitialized variable warnings
2007-11-30 Jeremy AllisonFix restart after length count.
2007-11-30 Günther DeschnerAvoid to include net prototypes, just reference user...
2007-11-30 Günther DeschnerAdd header file for NetJoinDomain() and friends.
2007-11-30 Günther DeschnerAdd NetUnjoinDomain().
2007-11-30 Günther DeschnerRobustness-fixes for NetJoinDomain().
2007-11-30 Günther DeschnerGive NetJoinDomain() enough time to finish.
2007-11-30 Günther Deschnerdomain_name is a ref pointer.
2007-11-30 Günther DeschnerAdd NetJoinDomain call.
2007-11-30 Jeremy AllisonAdd talloc versions of all the next_token() functions.
2007-11-30 Günther DeschnerFix build warning.
2007-11-30 Jeremy AllisonFix memleak.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-28 Volker LendeckeAdd a warning for a potential bug I've run into
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-27 Volker LendeckeRemove some statics
2007-11-26 Volker LendeckeFix bug 5055
2007-11-26 Volker LendeckeFix a C++ warning
2007-11-26 Tomoki AONO1. lib/system.c (xattr code for Solaris) could not be
2007-11-22 Volker LendeckeAdd a missing prototype
2007-11-22 Volker LendeckeFix an uninitialized variable
2007-11-22 Volker LendeckeFix a type-punned warning
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonDoh ! Don't use #else when #endif is needed.
2007-11-21 Jeremy AllisonAdd set_sockaddr_port function for winbindd.
2007-11-20 Jeremy AllisonMore trivial pstring removal.
2007-11-20 Jeremy AllisonRemove more pstring. Unify talloc_sub functions to...
2007-11-20 Jeremy AllisonStart to remove some of the pstring functions we're
2007-11-16 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-16 Michael AdamFix an implicit cast warning.
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-11-15 Michael AdamFix the build on RHEL5, when libcap-devel is installed.
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-15 Jeremy Allisonalpha_strcpy includes the space for the terminating...
2007-11-15 Jeremy AllisonRemove smbldap_get_single_pstring() and all pstrings
2007-11-12 Jeremy AllisonRemove all pstrings from smbd/chgpasswd.c.
2007-11-12 Jeremy AllisonRemove a pstring.
next