index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
/
parse_sec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed a number of real bugs found by warnings on the 64 bit irix compiler
Andrew Tridgell
2002-07-15
1
-2
/
+2
*
The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...
Jeremy Allison
2002-07-12
1
-19
/
+24
*
a null grp_sid should have a 0 offset. Also removed a few more unnecessary
Gerald Carter
2002-06-27
1
-10
/
+6
*
merge from APP_HEAD
Gerald Carter
2002-06-26
1
-13
/
+9
*
sync with the sec_desc parsing fix from APP_HEAD. I will probably need
Gerald Carter
2002-06-24
1
-16
/
+11
*
more debug classess activated
Simo Sorce
2002-06-18
1
-0
/
+3
*
merge from SAMBA_2_2.
Gerald Carter
2002-05-24
1
-0
/
+7
*
don't set the owner and group sid offset is there are no owner or group
Jean-François Micouleau
2002-04-29
1
-4
/
+5
*
yipee! Finally put in the patch from Alexey Kotovich
Andrew Tridgell
2002-03-10
1
-23
/
+243
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Renamed sid field in SEC_ACE to trustee to be more in line with MS's
Tim Potter
2001-11-30
1
-4
/
+4
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
A collection of fixes/cleanups to the security descriptor code by
Tim Potter
2001-08-07
1
-9
/
+10
*
Ensure we always have a valid pointer on unmarshalling an SD with zero
Jeremy Allison
2001-06-26
1
-3
/
+7
*
Fixed bug introduced by changeover of security descriptor code from
Tim Potter
2001-06-26
1
-1
/
+8
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
1
-100
/
+51
*
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy Allison
2001-02-27
1
-6
/
+0
*
Fixed duplicate free_sec_acl() call in free_sec_desc() function.
Tim Potter
2001-01-31
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-11
1
-1
/
+1
*
Merged Tim's fixes from appliance-head.
Jeremy Allison
2000-12-18
1
-8
/
+39
*
Changes from APPLIANCE_HEAD:
David O'Neill
2000-12-14
1
-1
/
+9
*
no longer pass the type to make_sec_desc(), instead the type is
Andrew Tridgell
2000-12-04
1
-6
/
+8
*
Merge of printer security descriptor, info level and printerdata
Tim Potter
2000-11-07
1
-0
/
+157
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-2
/
+2
*
Cause printer SD's to be displayed correctly (full control).
Jeremy Allison
2000-06-08
1
-1
/
+1
*
Fixing get/set of security descriptors.
Jeremy Allison
2000-06-07
1
-6
/
+11
*
sec_desc_size() needs to handle a null secdesc
Andrew Tridgell
2000-06-04
1
-2
/
+5
*
Back to building. Now to test with insure.
Jeremy Allison
2000-06-01
1
-7
/
+30
*
Getting back to a compilable state (not there yet but close).
Jeremy Allison
2000-06-01
1
-341
/
+359
*
security descs in spoolss. needs parse_sec.c nttrans.c broken.
Luke Leighton
2000-05-27
1
-356
/
+341
*
more merging
Andrew Tridgell
2000-05-10
1
-8
/
+8
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-26
/
+0
*
added the following message to all dce/rpc client/server code, except
Luke Leighton
2000-03-22
1
-0
/
+26
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-308
/
+396
*
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1999-11-24
1
-2
/
+5
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-7
/
+7
*
return results on prs_xxxxx() and all xxx_io_xxx() routines.
Luke Leighton
1999-10-15
1
-33
/
+53
*
reverted jeremy's c++-like security descriptor modifications as the
Luke Leighton
1999-08-03
1
-372
/
+226
*
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
1999-02-23
1
-232
/
+378
*
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1998-11-13
1
-1
/
+1
*
ZERO_STRUCTP not PN
Luke Leighton
1998-11-13
1
-6
/
+6
*
use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)
Luke Leighton
1998-11-13
1
-6
/
+6
*
include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
Jeremy Allison
1998-11-13
1
-6
/
+6
*
security descriptors
Luke Leighton
1998-11-13
1
-3
/
+38
*
security descriptors.
Luke Leighton
1998-11-12
1
-15
/
+255
*
jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.
Luke Leighton
1998-11-12
1
-8
/
+22
*
security descriptor info, provided by jean-francois
Luke Leighton
1998-11-11
1
-25
/
+64
*
clearing up security descriptor
Luke Leighton
1998-11-11
1
-34
/
+38
*
split socket util functions into util_sock.c. util.c NOT committed
Luke Leighton
1998-11-09
1
-0
/
+176