Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-12 | Install util/tevent_* public headers. Required by OpenChange for compiling IDL | Julien Kerihuel | 1 | -0/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-17 | util: added samba_runcmd() | Andrew Tridgell | 1 | -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-02 | lib/util Use rfc1738.c from Squid for all our URL encode/decode needs. | Andrew Bartlett | 1 | -0/+1 | |
Andrew Bartlett | |||||
2009-09-26 | libutil: Add separate utility code for dealing with settings as a | Jelmer Vernooij | 1 | -0/+1 | |
collection of key/value pairs. | |||||
2009-08-05 | make the UID_WRAPPER skip checks at runtime | Andrew Tridgell | 1 | -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-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -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-10 | lib-util: move set_blocking() call into own file. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-06-08 | libsamba-util: Fix soversion. | Jelmer Vernooij | 1 | -1/+1 | |
2009-06-02 | Build libsamba-util as a shared library. | Jelmer Vernooij | 1 | -1/+4 | |
2009-05-29 | util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-04-14 | Make talloc_stack threadsafe using TLS. Volker please | Jeremy Allison | 1 | -0/+1 | |
check. Passes make test and basic valgrind testing. Jeremy. | |||||
2009-03-19 | lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystem | Stefan Metzmacher | 1 | -1/+8 | |
metze | |||||
2009-01-30 | s4:lib/util: fix the build | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-30 | s4:build: kill DEFAULT_HEADERS variable | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-11-01 | Install additional libutil headers. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-23 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -0/+1 | |
Conflicts: lib/util/asn1_proto.h | |||||
2008-10-23 | Inline asn1_proto.h since the API is stable and public. | Jelmer Vernooij | 1 | -2/+0 | |
2008-10-23 | Import talloc_stack into util library. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-18 | Move substitute functions to a different file. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-18 | Use shared util.c. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-12 | Make util_tdb.h static since it is now used by Samba3. | Jelmer Vernooij | 1 | -2/+0 | |
2008-10-12 | Move rbtree.[ch] to lib/util. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+71 | |
Conflicts: source4/Makefile |