1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4
Stefan Metzmacher 183c379fe5 s4:lib/tevent: rename structs
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"

for s in $list; do
	o=`echo $s | cut -d ':' -f1`
	n=`echo $s | cut -d ':' -f2`
	r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
	files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
	for f in $files; do
		cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp
		mv $f.tmp $f
	done
done

metze
2008-12-29 20:46:40 +01:00
..
auth s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
build Allow using external libtevent. 2008-12-23 19:59:57 +01:00
cldap_server Fix missing symbols issues when building with shared libraries. 2008-12-22 21:03:09 +01:00
client s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
cluster s4:cluster: remove old/broken ctdb code 2008-12-29 14:46:09 +01:00
dsdb s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
dynconfig Fix installation of misc files. 2008-09-30 00:29:03 +02:00
heimdal Re-add support for supporting the PAC over domain trusts. 2008-11-04 16:06:57 +11:00
heimdal_build Use standard heimdal function for finding interfaces - libreplace provides support for the underlying functions now. 2008-11-02 18:14:53 +01:00
include Samba3: Include util.h header file rather than having custom prototypes. 2008-11-01 03:14:43 +01:00
kdc s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
ldap_server s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
lib s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
libcli s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
libnet s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
librpc s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
nbt_server s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
ntp_signd Fix missing symbols issues when building with shared libraries. 2008-12-22 21:03:09 +01:00
ntptr s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
ntvfs s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
param s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
rpc_server s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
script Fix header installation. 2008-11-01 16:22:35 +01:00
scripting pyglue: fix the build with automatic dependecies 2008-12-29 08:42:03 +01:00
selftest Fix Python event tests after rename to tevent. 2008-12-18 16:51:59 +00:00
setup Fix more tests, improve repr() functions for various Python types. 2008-12-21 23:05:35 +01:00
smb_server s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
smbd s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
torture s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
utils s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
web_server s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
winbind s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
wrepl_server s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
.valgrind_suppressions
aclocal.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
autogen.sh Add support for autogen to take a --version-file argument 2008-10-09 19:12:36 -07:00
BUGS Move Samba4-specific files into source4/ 2008-09-30 17:11:39 +02:00
config.guess r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 14:59:16 -05:00
config.sub r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 14:59:16 -05:00
configure.ac lib/tevent: libtevent will change a lot until it's version 1.0.0 2008-12-24 13:59:00 +01:00
configure.developer r25839: use nss_wrapper code in samba4 if 2007-12-21 05:44:20 +01:00
configure.nodebug.developer
configure.tridge.opt
headermap.txt s4:headermap: dom_sid.h was renamed to server_id.h 2008-12-17 18:55:45 +01:00
install-sh [GLUE] fix some executable bits on shell scripts 2007-12-21 05:21:31 +01:00
main.mk s4: remove unused dbwrap code 2008-12-29 14:46:08 +01:00
Makefile s4: remove unused dbwrap code 2008-12-29 14:46:08 +01:00
NEWS Move Samba4-specific files into source4/ 2008-09-30 17:11:39 +02:00
static_deps.mk Rename string_replace_w to string_replace_m, which is more correct. 2008-10-24 01:19:33 +02:00
TODO Move Samba4-specific files into source4/ 2008-09-30 17:11:39 +02:00
VERSION On the way to alpha6! 2008-06-30 21:54:28 +10:00