Jelmer Vernooij
f9ca9e46ad
Finish removal of iconv_convenience in public API's.
2010-05-18 11:45:30 +02:00
Jelmer Vernooij
23302413b3
Remove unused include param/param.h.
2008-10-24 16:37:56 +02:00
Jelmer Vernooij
afe3e8172d
Install public header files again and include required prototypes.
...
(This used to be commit 47ffbbf674
)
2008-04-02 04:53:27 +02:00
Jelmer Vernooij
2c8c9a5355
r26669: Janitorial: Remove uses of global_loadparm.
...
(This used to be commit 50c46160d9
)
2008-01-05 09:42:02 -06:00
Jelmer Vernooij
d1e716cf43
r26432: Require ndr_pull users to specify iconv_convenience.
...
(This used to be commit 28b1d36551
)
2007-12-21 05:50:02 +01:00
Jelmer Vernooij
61873ce94c
r26431: Require ndr_push creators to specify a iconv_convenience context.
...
(This used to be commit 7352206f44
)
2007-12-21 05:50:00 +01:00
Stefan Metzmacher
529763a9aa
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
...
lib/messaging/
lib/registry/
lib/ldb-samba/
librpc/rpc/
auth/auth_winbind.c
auth/gensec/
auth/kerberos/
dsdb/repl/
dsdb/samdb/
dsdb/schema/
torture/
cluster/ctdb/
kdc/
ntvfs/ipc/
torture/rap/
ntvfs/
utils/getntacl.c
ntptr/
smb_server/
libcli/wrepl/
wrepl_server/
libcli/cldap/
libcli/dgram/
libcli/ldap/
libcli/raw/
libcli/nbt/
libnet/
winbind/
rpc_server/
metze
(This used to be commit 6223c7fddc
)
2007-12-21 05:45:02 +01:00
Andrew Tridgell
0479a2f1cb
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.
(This used to be commit fcf38a38ac
)
2007-10-10 14:59:12 -05:00
Jelmer Vernooij
c471abbcfe
r20963: remove unused functions, run LOCAL-TDR by default
...
(This used to be commit 0f34c67fff
)
2007-10-10 14:44:04 -05:00
Jelmer Vernooij
8528016978
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
...
try to include just the BASENAME.h files (containing only structs)
(This used to be commit 3dd477ca51
)
2007-10-10 13:57:27 -05:00
Stefan Metzmacher
a1b295ed48
r14256: - rename smb_file -> smb_handle
...
- move it into the in/out substructs again
- allow file.path only on smb_fileinfo/smb_setfileinfo
metze
(This used to be commit be6d5298a2
)
2007-10-10 13:57:06 -05:00
Stefan Metzmacher
307e43bb56
r14173: change smb interface structures to always use
...
a union smb_file, to abtract
- const char *path fot qpathinfo and setpathinfo
- uint16_t fnum for SMB
- smb2_handle handle for SMB2
the idea is to later add a struct ntvfs_handle *ntvfs
so that the ntvfs subsystem don't need to know the difference between SMB and SMB2
metze
(This used to be commit 2ef3f59709
)
2007-10-10 13:56:57 -05:00
Jelmer Vernooij
d4de4c2d21
r12608: Remove some unused #include lines.
...
(This used to be commit 70e7449318
)
2007-10-10 13:49:03 -05:00
Jelmer Vernooij
2cd5ca7d25
r12542: Move some more prototypes out to seperate headers
...
(This used to be commit 0aca5fd513
)
2007-10-10 13:47:55 -05:00
Andrew Tridgell
d9c15b0f28
r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines
...
Thanks to lars and agruen for finding this
(This used to be commit 2acc069185
)
2007-10-10 13:11:33 -05:00
Andrew Tridgell
9515fc4406
r5322: removed a whole bunch of #include lines that minimal_includes.pl
...
thinks are not needed. Now to see how this fares on the build farm :)
(This used to be commit 80ffcc650c
)
2007-10-10 13:09:41 -05:00
Andrew Tridgell
759da3b915
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
...
large commit. I thought this was worthwhile to get done for
consistency.
(This used to be commit ec32b22ed5
)
2007-10-10 13:09:15 -05:00
Andrew Tridgell
101d0333a3
r4316: - now that the trans2 code properly supports multi-part requests, we can set
...
a maximum sized max_data in libcli trans2 code
- fixed string termination in the EA_LIST trans2 findfirst level
(This used to be commit a2a5f147f4
)
2007-10-10 13:07:33 -05:00
Andrew Tridgell
012be92f0a
r3830: unified the query/set security descriptor code with the rest of the
...
queryfileinfo/setfileinfo logic, so querying/setting a security
descriptor is treated as just another file query/set operation.
This will allow NTVFS backends to see the query/set security
descriptor operations as RAW_FILEINFO_SEC_DESC and
RAW_SFILEINFO_SEC_DESC operations.
(This used to be commit f68a6b6b91
)
2007-10-10 13:05:57 -05:00
Andrew Tridgell
bbf009b46f
r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file
...
(This used to be commit 2ff9816ae0
)
2007-10-10 13:05:57 -05:00
Stefan Metzmacher
856ee66537
r3810: create a LIB_SECURITY subsystem
...
- move dom_sid, security_descriptor, security_* funtions to one place
and rename some of them
metze
(This used to be commit b620bdd672
)
2007-10-10 13:05:56 -05:00
Andrew Tridgell
9f1210a243
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
...
and made them private
(This used to be commit 386ac565c4
)
2007-10-10 13:05:07 -05:00
Andrew Tridgell
39883a90cf
r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle
...
them properly (they are difficult to do in an async fashion).
By choosing trans.in.max_data to fix in the negotiated buffer size a
server won't send us multi-part replies.
I notice that windows seems to avoid them too :)
(This used to be commit e23edf762c
)
2007-10-10 13:05:03 -05:00
Andrew Tridgell
8d6e233f66
r1941: - fixed an allocation error with querying security descriptors remotely
...
- print the received security_descriptor in the smbclient "acl" command
- make sure we zero the alignment data in nttrans packet sends
(This used to be commit 8925b8b219
)
2007-10-10 12:58:12 -05:00
Stefan Metzmacher
7d032a9992
r1883: I don't know why this was broken...
...
tridge: can you please check if this is correct,
I have only compiled it, but haven'T run it.
metze
(This used to be commit d3123c2e73
)
2007-10-10 12:58:08 -05:00
Stefan Metzmacher
c5fbb6f23c
r1654: rename cli_ -> smbcli_
...
rename CLI_ -> SMBCLI_
metze
(This used to be commit 8441750fd9
)
2007-10-10 12:57:47 -05:00
Stefan Metzmacher
fcd718c7d8
r890: convert samba4 to use [u]int8_t instead of [u]int8
...
metze
(This used to be commit 2986c5f08c
)
2007-10-10 12:56:16 -05:00
Andrew Tridgell
59df3ce5b5
security descriptors are no longer a "special" type, they are handled
...
using the [relative] property
this also fixes level3 of PrinterInfo (a relative secdesc)
(This used to be commit d5a15257fd
)
2003-11-17 06:27:45 +00:00
Andrew Tridgell
7d212460a5
- corrected some lsa idl
...
- updated lsa parse code from pidl
(This used to be commit 3983b2aee7
)
2003-11-08 11:21:57 +00:00
Andrew Tridgell
c5cf474439
a major revamp of the low level dcerpc code in samba4, We can now do a
...
successful LSA OpenPolicy using smbtorture
(This used to be commit e925c315f5
)
2003-11-03 06:22:45 +00:00
Andrew Tridgell
7fd381376f
- a few portability fixes from Jim Myers
...
- added SMBD_LISTEN_BACKLOG in local.h
- added the beginnings of a ndr/rpc parsing framework for Samba4. It
currently correctly parses security descriptors for the nttrans
QUERY_SECDESC call, but I hope it will become a reasonable framework
that an idl based generator can work to
(This used to be commit 9bf904fc34
)
2003-10-30 08:32:26 +00:00