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
/
lib
/
util_seaccess.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
Some C++ fixes
Volker Lendecke
1
-1
/
+3
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-11
/
+14
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
2007-10-10
r25534: Apply some const
Volker Lendecke
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
1
-2
/
+0
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+2
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-0
/
+39
2007-10-10
r5150: consolidate the samr_make.*obj_sd() functions to share code
Gerald Carter
1
-39
/
+0
2003-10-06
split some security related functions in their own files.
Simo Sorce
1
-129
/
+0
2003-09-19
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
1
-2
/
+2
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-1
/
+1
2002-11-02
port sec_desc headers reordering from HEAD.
Simo Sorce
1
-2
/
+2
2002-10-01
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-10
/
+52
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-2
/
+0
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-1
/
+1
2002-03-15
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
1
-0
/
+25
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-17
tidy up debug
Jean-François Micouleau
1
-1
/
+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-11-16
I *love* removing code :-). Removed 4 files that weren't being used.
Jeremy Allison
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-26
Added Elrond patch to make se_access_check use NT datastructures, not Samba.
Jeremy Allison
1
-5
/
+8
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-4
/
+4
2001-08-27
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
1
-6
/
+11
2001-04-27
Don't use variables called "acl" as it's the name of a function in Solaris.
Jeremy Allison
1
-13
/
+13
2001-02-28
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
1
-10
/
+5
2001-01-19
Changes from APPLIANCE_HEAD:
David O'Neill
1
-28
/
+119
2001-01-04
Changes from APPLIANCE_HEAD:
David O'Neill
1
-5
/
+74
2000-12-12
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
1
-31
/
+2
2000-12-12
Owner always has READ_CONTROL and WRITE_DAC access.
Jeremy Allison
1
-1
/
+3
2000-08-10
Tidied up security rights definitions.
Jeremy Allison
1
-4
/
+4
2000-08-10
Removed requirement that sid have an owner before being interpreted.
Jeremy Allison
1
-18
/
+9
2000-08-09
Fixed memory leak with NT tokens.
Jeremy Allison
1
-2
/
+15
2000-08-08
Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.
Jeremy Allison
1
-4
/
+17
2000-08-08
Changed the sec desc access checks to match the spec. Needs testing.
Jeremy Allison
1
-220
/
+149
2000-08-04
Fixed up se_access_check() to use the token list from the user struct
Jeremy Allison
1
-82
/
+32
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
1
-19
/
+27
2000-07-17
Added some debugs.
Tim Potter
1
-13
/
+27
2000-07-10
Fixes for various compile warnings on Solaris 8.
Tim Potter
1
-1
/
+2
2000-07-10
Moved winbind client functions from various odd locations to
Tim Potter
1
-64
/
+0
2000-07-10
Added some useful debugging stuff.
Tim Potter
1
-10
/
+66
2000-07-06
Rewrite of se_access_check() function. Added comments and fixed a bunch of
Tim Potter
1
-189
/
+287
2000-06-08
added se_access_check.
Luke Leighton
1
-0
/
+279