summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2-47/+44
2007-11-27Remove some staticsVolker Lendecke2-33/+15
2007-11-26Fix bug 5055Volker Lendecke2-2/+2
2007-11-26Fix a C++ warningVolker Lendecke1-1/+1
2007-11-261. lib/system.c (xattr code for Solaris) could not beTomoki AONO1-3/+6
2007-11-22Add a missing prototypeVolker Lendecke1-0/+1
2007-11-22Fix an uninitialized variableVolker Lendecke1-0/+1
2007-11-22Fix a type-punned warningVolker Lendecke1-1/+1
2007-11-21Doh ! Don't use #else when #endif is needed.Jeremy Allison1-2/+1
2007-11-21Add set_sockaddr_port function for winbindd.Jeremy Allison1-0/+13
2007-11-20More trivial pstring removal.Jeremy Allison2-1/+20
2007-11-19Remove more pstring. Unify talloc_sub functions to makeJeremy Allison1-89/+41
2007-11-19Start to remove some of the pstring functions we'reJeremy Allison2-34/+23
2007-11-16Fix an implicit cast warning.Michael Adam1-1/+1
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2-2/+6
2007-11-16Fix the build on RHEL5, when libcap-devel is installed.Michael Adam1-0/+9
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison10-218/+370