1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Andrew Tridgell
fcf38a38ac r23792: convert Samba4 to GPLv3
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Stefan Metzmacher
34ef07b1f5 r23067: use 'const union smb_search_data *file' also in the server code to get rid
of compiler warnings in the cifs backend

metze
2007-10-10 14:52:47 -05:00
Andrew Tridgell
d3f0114a9d r18839: align all directory search blobs on an 8 byte boundary to keep the
current vista release happy.
2007-10-10 14:20:14 -05:00
Jelmer Vernooij
f7afa1cb77 r17930: Merge noinclude branch:
* Move dlinklist.h, smb.h to subsystem-specific directories
 * Clean up ads.h and move what is left of it to dsdb/
   (only place where it's used)
2007-10-10 14:16:54 -05:00
Stefan Metzmacher
283bec8295 r16871: zero padding bytes
(found by valgrind)

metze
2007-10-10 14:09:55 -05:00
Stefan Metzmacher
78c201db8a r16834: split the level's of smb_search_first/smb_search_next and the levels
of smb_search_data

metze
2007-10-10 14:09:49 -05:00
Stefan Metzmacher
3b8ecc19fa r16815: split out search levels which are also used by smb2
metze
2007-10-10 14:09:47 -05:00
Stefan Metzmacher
058c6397a4 r16671: allow usage of smbsrv_pull_passthru_sfileinfo() without,
a smbsrv_request given...

the RENAME level is not supported in this mode, but that will be fixed later

metze
2007-10-10 14:09:37 -05:00
Stefan Metzmacher
6cd64cb78f r16621: split out passthru levels of setfileinfo
metze
2007-10-10 14:09:36 -05:00
Stefan Metzmacher
fdefec1de9 r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to return
0 eas, they should return an error:
NO_EAS_ON_FILE or NO_MORE_EAS

metze
2007-10-10 14:09:29 -05:00
Stefan Metzmacher
049ddc8a96 r16457: fix typo
metze
2007-10-10 14:09:16 -05:00
Stefan Metzmacher
77a711c54a r16449: move some code to a generic place
metze
2007-10-10 14:09:15 -05:00