summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-16get rid of doschar_table[]Volker Lendecke1-54/+4
2007-12-16Tiny fixes to init_valid_table()Volker Lendecke1-2/+2
2007-12-16Make init_doschar_table() staticVolker Lendecke2-2/+3
2007-12-16Make check_dos_char staticVolker Lendecke1-1/+1
2007-12-16Remove a static fstringVolker Lendecke1-12/+20
2007-12-15Cope with valgrind > 3.2.x.Jeremy Allison1-0/+4
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke5-8/+8
2007-12-15Use dom_sid_string for sid_string_tallocVolker Lendecke1-29/+12
2007-12-15sid_string_static is no more :-)Volker Lendecke1-11/+8
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke2-5/+6
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke5-36/+30
2007-12-15Add sid_string_dbgVolker Lendecke1-0/+5
2007-12-15Add debug_ctx according to an idea by TridgeVolker Lendecke1-0/+14
2007-12-15add sid_string_tallocVolker Lendecke1-2/+10
2007-12-14add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher1-0/+6
2007-12-14debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher1-0/+4
2007-12-12Add split_domain_user() (not to mix with winbind variants).Günther Deschner1-0/+24
2007-12-11Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2-0/+14
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison5-24/+24
2007-12-10dbwrap_rbtVolker Lendecke1-0/+303
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke1-16/+41
2007-12-10Add rbtree.[ch] from the Linux kernelVolker Lendecke1-0/+397
2007-12-10Add db_tdb_fetchVolker Lendecke1-0/+27
2007-12-10Add dbwrap bystring service routinesVolker Lendecke1-0/+42
2007-12-09Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison1-1/+1
2007-12-09Choose a better default for sockaddr length.James Peach1-1/+1
2007-12-09Fix connect(2) callers to use correct sockaddr size.James Peach4-7/+26
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison3-98/+22
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-1/+1
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison3-35/+17
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2-24/+9
2007-12-06*Really* fix the no password -N opt :-).Jeremy Allison2-8/+1
2007-12-06Fix the '-N' option.Jeremy Allison1-1/+1
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison2-80/+131
2007-12-06Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison1-14/+4
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison4-82/+136
2007-12-05Compile fix to the automount support. Patch from GlaDiaC.Gerald (Jerry) Carter1-1/+1
2007-12-05Remove some globalsVolker Lendecke1-23/+50
2007-12-05Make share_info_db_init staticVolker Lendecke1-1/+1
2007-12-05Remove a static, and "signal_received" needs to be sig_atomic_tVolker Lendecke1-15/+18
2007-12-04Ok, down to just the client/*.c code now.Jeremy Allison1-5/+0
2007-12-04Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison2-72/+60
2007-12-04Remove tok pstring from util_str.cJeremy Allison1-2/+8
2007-12-04pull_ascii_pstring is gone.Jeremy Allison1-6/+0
2007-12-04Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison1-1/+7
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-5/+9
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison1-10/+9
2007-12-03Fix wkssvc callers.Günther Deschner1-6/+3
2007-12-03Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...Michael Adam1-18/+0
2007-12-03Reformat configure checks for broken capabilities.h.Michael Adam1-16/+24