summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-03Move check for broken system capabilites.h headers to lib/replace.Michael Adam1-0/+30
2007-12-03Add check for ppc statfs.h header to workaround for broken capabilities.h.Michael Adam1-1/+3
2007-12-02Fix some bogus uninitialized variable warningsVolker Lendecke1-2/+2
2007-11-30Fix restart after length count.Jeremy Allison1-1/+6
2007-11-30Avoid to include net prototypes, just reference user creds.Günther Deschner1-7/+16
2007-11-30Add header file for NetJoinDomain() and friends.Günther Deschner1-0/+29
2007-11-30Add NetUnjoinDomain().Günther Deschner1-0/+74
2007-11-30Robustness-fixes for NetJoinDomain().Günther Deschner1-6/+13
2007-11-30Give NetJoinDomain() enough time to finish.Günther Deschner1-0/+6
2007-11-30domain_name is a ref pointer.Günther Deschner1-0/+5
2007-11-30Add NetJoinDomain call.Günther Deschner1-0/+84
2007-11-30Add talloc versions of all the next_token() functions.Jeremy Allison1-3/+102
2007-11-30Fix build warning.Günther Deschner1-1/+1
2007-11-29Fix memleak.Jeremy Allison1-0/+1
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+3
2007-11-28Add a warning for a potential bug I've run intoVolker Lendecke2-0/+6