1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/client
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
..
tests Move blackbox.smbclient to test against the member server. 2008-09-08 14:18:04 +10:00
cifsdd.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
cifsdd.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
cifsddio.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
client.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
config.mk Use variables for source directory in a couple more places. 2008-05-18 19:41:33 +02:00
mount.cifs.c r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes. 2007-12-21 05:43:00 +01:00
smbmnt.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
smbmount.c Use common net utility code (address and sockaddr manipulation). 2008-10-23 20:41:15 +02:00
smbspool.c r26654: libcli/smb_composite: Rather than specifying each of the gazillion options for SMB individually, just specify the smbcli_options struct. 2008-01-03 12:33:36 -06:00
smbumount.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
tree.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00