summaryrefslogtreecommitdiff
path: root/lib/util/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-10-01samba: share select wrappers.Günther Deschner1-1/+2
Guenther
2010-05-12Install util/tevent_* public headers. Required by OpenChange for compiling IDLJulien Kerihuel1-0/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-02-17util: added samba_runcmd()Andrew Tridgell1-0/+5
This allows us to run a child command in an async fashion, with control over logging of stdout and stderr (which appears in the Samba log file). This is useful for ensuring we don't miss important messages from rndc commands (for example). Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-11-02lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett1-0/+1
Andrew Bartlett
2009-09-26libutil: Add separate utility code for dealing with settings as aJelmer Vernooij1-0/+1
collection of key/value pairs.
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell1-1/+1
This fixes two issues pointed out by Andrew. It adds a runtime uwrap_enabled() call that wraps the skips needed for uid emulation. It also makes the skip in the directory_create_or_exist() function only change the uid checking code, not the permissions code
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-0/+1
This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling
2009-06-10lib-util: move set_blocking() call into own file.Günther Deschner1-0/+1
Guenther
2009-06-08libsamba-util: Fix soversion.Jelmer Vernooij1-1/+1
2009-06-02Build libsamba-util as a shared library.Jelmer Vernooij1-1/+4
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-1/+2
Guenther
2009-04-14Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison1-0/+1
check. Passes make test and basic valgrind testing. Jeremy.
2009-03-19lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystemStefan Metzmacher1-1/+8
metze
2009-01-30s4:lib/util: fix the buildStefan Metzmacher1-1/+1
metze
2009-01-30s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher1-0/+1
metze
2008-11-01Install additional libutil headers.Jelmer Vernooij1-0/+2
2008-10-23Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-0/+1
Conflicts: lib/util/asn1_proto.h
2008-10-23Inline asn1_proto.h since the API is stable and public.Jelmer Vernooij1-2/+0
2008-10-23Import talloc_stack into util library.Jelmer Vernooij1-0/+1
2008-10-18Move substitute functions to a different file.Jelmer Vernooij1-0/+1
2008-10-18Use shared util.c.Jelmer Vernooij1-0/+1
2008-10-12Make util_tdb.h static since it is now used by Samba3.Jelmer Vernooij1-2/+0
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij1-0/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+71
Conflicts: source4/Makefile