1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/utils
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
..
man Remove duplicate copy of manual page. 2008-10-08 12:08:52 +02:00
net s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
tests Move blackbox.smbclient to test against the member server. 2008-09-08 14:18:04 +10:00
ad2oLschema.c Fix more compiler warnings in various places. 2008-12-23 22:57:11 +01:00
config.mk Rename samba-socket -> samba_socket to fix a couple more compiler 2008-12-24 00:15:43 +01:00
getntacl.c Move lib/util from source4 to top-level libutil. 2008-10-11 21:05:38 +02:00
ntlm_auth.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
oLschema2ldif.c Merge the two attribute syntax tables. 2008-08-18 10:16:45 +10:00
setntacl.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
setnttoken.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
testparm.c Fix includes. 2008-10-24 18:06:57 +02:00