index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
/
parse_sec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
Gerald Carter
1
-7
/
+6
2007-10-10
r18846: Fix the same bug Volker noticed when marshalling/unmarshalling
Jeremy Allison
1
-1
/
+10
2007-10-10
r18845: Fix a type-punned warning that turned out to be a real bug: The secdesc
Volker Lendecke
1
-2
/
+20
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-43
/
+48
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
1
-1
/
+1
2007-10-10
r4875: Fix for bugid #221, inspired by Mrinal Kalakrishnan <mail@mrinal.net>.
Jeremy Allison
1
-13
/
+69
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-6
/
+6
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-2
/
+2
2003-10-06
split some security related functions in their own files.
Simo Sorce
1
-727
/
+0
2003-09-19
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
1
-9
/
+11
2003-06-30
Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we were
Jeremy Allison
1
-7
/
+115
2003-05-29
Change get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison
1
-42
/
+15
2003-04-25
This function is a duplicate.
Andrew Bartlett
1
-18
/
+0
2003-03-17
Merge from HEAD:
Andrew Bartlett
1
-8
/
+8
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
1
-4
/
+4
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-5
/
+5
2002-07-15
more bug updates from head
Andrew Tridgell
1
-2
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-53
/
+56
2002-03-10
yipee! Finally put in the patch from Alexey Kotovich
Andrew Tridgell
1
-23
/
+243
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-30
Renamed sid field in SEC_ACE to trustee to be more in line with MS's
Tim Potter
1
-4
/
+4
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-08-07
A collection of fixes/cleanups to the security descriptor code by
Tim Potter
1
-9
/
+10
2001-06-26
Ensure we always have a valid pointer on unmarshalling an SD with zero
Jeremy Allison
1
-3
/
+7
2001-06-26
Fixed bug introduced by changeover of security descriptor code from
Tim Potter
1
-1
/
+8
2001-02-28
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
1
-100
/
+51
2001-02-27
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy Allison
1
-6
/
+0
2001-01-31
Fixed duplicate free_sec_acl() call in free_sec_desc() function.
Tim Potter
1
-1
/
+1
2001-01-11
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+1
2000-12-18
Merged Tim's fixes from appliance-head.
Jeremy Allison
1
-8
/
+39
2000-12-14
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+9
2000-12-04
no longer pass the type to make_sec_desc(), instead the type is
Andrew Tridgell
1
-6
/
+8
2000-11-07
Merge of printer security descriptor, info level and printerdata
Tim Potter
1
-0
/
+157
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-2
/
+2
2000-06-08
Cause printer SD's to be displayed correctly (full control).
Jeremy Allison
1
-1
/
+1
2000-06-07
Fixing get/set of security descriptors.
Jeremy Allison
1
-6
/
+11
2000-06-04
sec_desc_size() needs to handle a null secdesc
Andrew Tridgell
1
-2
/
+5
2000-06-01
Back to building. Now to test with insure.
Jeremy Allison
1
-7
/
+30
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
1
-341
/
+359
2000-05-27
security descs in spoolss. needs parse_sec.c nttrans.c broken.
Luke Leighton
1
-356
/
+341
2000-05-10
more merging
Andrew Tridgell
1
-8
/
+8
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-26
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+26
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-308
/
+396
1999-11-24
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1
-2
/
+5
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
1
-7
/
+7
1999-10-15
return results on prs_xxxxx() and all xxx_io_xxx() routines.
Luke Leighton
1
-33
/
+53
1999-08-03
reverted jeremy's c++-like security descriptor modifications as the
Luke Leighton
1
-372
/
+226
1999-02-23
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
1
-232
/
+378
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-1
/
+1
[next]