summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-15alpha_strcpy includes the space for the terminating nul.Jeremy Allison1-3/+6
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2-12/+22
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-20/+44
2007-11-11Remove a pstring.Jeremy Allison1-4/+11
2007-11-11Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke1-12/+13
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison3-5/+14
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison2-116/+209
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-8/+8
2007-11-09nss_wrapper: Fix some warningsVolker Lendecke1-1/+1
2007-11-09Add some commentsVolker Lendecke1-3/+3
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke2-4/+5
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke2-3/+1