1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/wrepl_server
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
..
config.mk s4: Fix subsystem for various services in samba daemon. 2008-12-22 19:04:55 +01:00
wrepl_apply_records.c r25549: Convert to standard bool type. 2007-10-10 15:07:53 -05:00
wrepl_in_call.c Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. 2008-09-23 18:17:46 -04:00
wrepl_in_connection.c s4: allways initialize the process model before it's used 2008-09-22 18:16:09 +02:00
wrepl_out_helpers.c s4:libcli/wrepl: we don't need to resolve names 2008-12-18 13:32:50 +01:00
wrepl_out_helpers.h r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
wrepl_out_pull.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
wrepl_out_push.c r25549: Convert to standard bool type. 2007-10-10 15:07:53 -05:00
wrepl_periodic.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
wrepl_scavenging.c Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. 2008-09-23 18:17:46 -04:00
wrepl_server.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
wrepl_server.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00