summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_expand_msdfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove pstring from modules directory.Jeremy Allison2007-11-161-35/+54
| | | | | Jeremy. (This used to be commit 977dc3accb3d440e5fd19591c425da7dc3718d94)
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+1
| | | | | | | I have a plan for dealing with the remaining..... Watch this space. Jeremy. (This used to be commit 963fc7685212689f02b3adcc05b4273ee5c382d4)
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+2
| | | | | Jeremy. (This used to be commit 95d01279a5def709d0a5d5ae7224d6286006d120)
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
| | | | | | statics. Part of my library cleanups. Jeremy. (This used to be commit e848506c858bd16706c1d7f6b4b032005512b8ac)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
| | | | | clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67)
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-1/+2
| | | | (This used to be commit ac3eb7813e33b9a2e78c9158433f7ed62c3b62bb)
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+8
| | | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
* r4864: Remove unused var.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 9fd5d633e65e00a44ba0136ee91170edcecfae24)
* Without words...Volker Lendecke2004-03-291-1/+1
| | | | (This used to be commit 9cb6b10efa3c7d50d3e686bda122121c61633419)
* Some fixes to expand_msdfs module.Volker Lendecke2004-03-291-2/+9
| | | | | Volker (This used to be commit 558b5bc1d81d8ccd2048b37357e4b3e5b9b4e011)
* Move the Client-IP based msdfs target expansion to a VFS module.Volker Lendecke2004-03-261-0/+184
Volker (This used to be commit 9cb6a4d76f87b28077861d3f4220541fbf704ddf)