Herb Lewis
062f89bc28
get rid of some sompiler warnings on IRIX
...
(This used to be commit a6a39c61e8
)
2003-08-15 01:42:30 +00:00
Jeremy Allison
1263c6e36c
Fix from Tom.Lackemann@falconstor.com to correctly set the flags based
...
on the security entries sent.
Jeremy.
(This used to be commit 45953d59f7
)
2003-05-10 02:05:24 +00:00
Jeremy Allison
8fc1f1aead
Ensure that only parse_prs.c access internal members of the prs_struct.
...
Needed to move to disk based i/o later.
Jeremy.
(This used to be commit a823fee5b4
)
2003-02-14 22:55:46 +00:00
Jeremy Allison
ef8bd7c4f7
Forward port the change to talloc_init() to make all talloc contexts
...
named. Ensure we can query them.
Jeremy.
(This used to be commit 09a218a9f6
)
2002-12-20 20:21:31 +00:00
Tim Potter
cd68afe312
Removed version number from file header.
...
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06
)
2002-01-30 06:08:46 +00:00
Simo Sorce
bcbd75f7ad
move to SAFE_FREE()
...
(This used to be commit 48fc6a6cd5
)
2001-09-17 03:33:37 +00:00
Tim Potter
005582d1b5
Renamed formal parameter fd to fnum because we're talking about SMB file
...
handles, not unix ones.
(This used to be commit 974790e45e
)
2001-07-05 08:24:03 +00:00
Jeremy Allison
f5eab4421c
Fixup smbcacls. Don't return memory already freed, don't free memory allocated
...
with talloc.
Jeremy.
(This used to be commit 0ae0d024f5
)
2001-05-01 23:07:30 +00:00
Andrew Tridgell
63602d15af
- fixed some compiler warnings
...
- fixed slprintf and vsprintf macros
(This used to be commit c986a3c51e
)
2001-04-28 14:01:02 +00:00
Andrew Tridgell
ac9e221c3e
merging from 2.2 to head
...
(This used to be commit bfcc6f8827
)
2001-04-22 02:54:04 +00:00
Jeremy Allison
00ab9021b0
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
...
We were reading the endainness in the RPC header and then never propagating
it to the internal parse_structs used to parse the data.
Also removed the "align" argument to prs_init as it was *always* set to
4, and if needed can be set differently on a case by case basis.
Now ready for AS/U testing when Herb gets it set up :-).
Jeremy.
(This used to be commit 0cd37c831d
)
2001-03-09 23:48:58 +00:00
Andrew Tridgell
1239b92c73
make sure we don't free non-allocated data
...
(This used to be commit 4a620f7037
)
2001-02-22 03:38:48 +00:00
Jeremy Allison
369f5fd1d7
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
...
in fixes from appliance-head and 2.2. Fixed multiple connection.tdb open
problem.
Jeremy.
(This used to be commit 0a40bc83e1
)
2000-12-15 01:02:11 +00:00
Andrew Tridgell
5092ad82ba
removed SACL support (as it doesn't work with w2k if you ask for
...
SACLs)
(This used to be commit 52b27d75e1
)
2000-12-04 04:58:40 +00:00
Andrew Tridgell
1fac52f9f0
changed an error message
...
(This used to be commit f9f14a4293
)
2000-12-03 11:04:45 +00:00
Andrew Tridgell
4fee254d67
getting/setting acls now works. The SIDs are still numeric, the next
...
step is to support usernames etc
(This used to be commit 6cea1647fc
)
2000-12-03 07:36:15 +00:00
Andrew Tridgell
0f1713068f
- added client support for nttrans calls
...
- added a cli_ function for querying a security descriptor on a remote file
(This used to be commit e21994ff9d
)
2000-12-03 02:18:14 +00:00