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