summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-105-24/+24
* dbwrap_rbtVolker Lendecke2007-12-101-0/+303
* Make the Linux rbtrees compile within SambaVolker Lendecke2007-12-101-16/+41
* Add rbtree.[ch] from the Linux kernelVolker Lendecke2007-12-101-0/+397
* Add db_tdb_fetchVolker Lendecke2007-12-101-0/+27
* Add dbwrap bystring service routinesVolker Lendecke2007-12-101-0/+42
* Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison2007-12-091-1/+1
* Choose a better default for sockaddr length.James Peach2007-12-091-1/+1
* Fix connect(2) callers to use correct sockaddr size.James Peach2007-12-094-7/+26
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-98/+22
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-1/+1
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-073-35/+17
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-072-24/+9
* *Really* fix the no password -N opt :-).Jeremy Allison2007-12-062-8/+1
* Fix the '-N' option.Jeremy Allison2007-12-061-1/+1
* Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-062-80/+131
* Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2007-12-061-14/+4
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-064-82/+136
* Compile fix to the automount support. Patch from GlaDiaC.Gerald (Jerry) Carter2007-12-051-1/+1
* Remove some globalsVolker Lendecke2007-12-051-23/+50
* Make share_info_db_init staticVolker Lendecke2007-12-051-1/+1
* Remove a static, and "signal_received" needs to be sig_atomic_tVolker Lendecke2007-12-051-15/+18
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-041-5/+0
* Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison2007-12-042-72/+60
* Remove tok pstring from util_str.cJeremy Allison2007-12-041-2/+8
* pull_ascii_pstring is gone.Jeremy Allison2007-12-041-6/+0
* Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2007-12-041-1/+7
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-5/+9
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-031-10/+9
* Fix wkssvc callers.Günther Deschner2007-12-031-6/+3
* Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...Michael Adam2007-12-031-18/+0
* Reformat configure checks for broken capabilities.h.Michael Adam2007-12-031-16/+24
* Move check for broken system capabilites.h headers to lib/replace.Michael Adam2007-12-031-0/+30
* Add check for ppc statfs.h header to workaround for broken capabilities.h.Michael Adam2007-12-031-1/+3
* Fix some bogus uninitialized variable warningsVolker Lendecke2007-12-021-2/+2
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
* Add NetJoinDomain call.Günther Deschner2007-11-301-0/+84
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-3/+102
* Fix build warning.Günther Deschner2007-11-301-1/+1
* Fix memleak.Jeremy Allison2007-11-291-0/+1
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+3
* Add a warning for a potential bug I've run intoVolker Lendecke2007-11-282-0/+6
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-272-47/+44
* Remove some staticsVolker Lendecke2007-11-272-33/+15