1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/dsdb/repl
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
..
drepl_out_helpers.c s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl. 2008-10-18 23:06:39 +02:00
drepl_out_helpers.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
drepl_out_pull.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
drepl_partitions.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
drepl_periodic.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
drepl_service.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
drepl_service.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
replicated_objects.c Now store the GUID and SID from a DN over DRSUAPI into ldb. 2008-12-20 14:44:39 +11:00