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
/
lib
/
util_sid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When checking if a SID is in a domain, make sure that indeed the user RID is
Andrew Bartlett
2003-05-09
1
-0
/
+3
*
Merge HEAD's winbind into 3.0.
Andrew Bartlett
2003-04-23
1
-0
/
+18
*
Merge of new sid type (SID_NAME_COMPUTER) and tidyup.
Tim Potter
2003-04-14
1
-1
/
+2
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-3
/
+4
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-7
/
+5
*
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
1
-92
/
+108
*
Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...
Jeremy Allison
2002-10-18
1
-51
/
+97
*
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
2002-10-01
1
-4
/
+27
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-2
/
+22
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-0
/
+3
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-270
/
+74
*
Add "Creator Group" - was in 2.2.x and I'm syncing up the two.
Jeremy Allison
2002-03-13
1
-0
/
+2
*
add a note about the meaning of global_sam_sid
Andrew Tridgell
2002-03-10
1
-0
/
+3
*
this fixes the problem of not being able to add a SD to a file on a
Andrew Tridgell
2002-01-31
1
-2
/
+0
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
freeing the wrong pointer, sorry my mistake.
Simo Sorce
2001-12-30
1
-5
/
+5
*
util_sid.c - respect a const variabile (addedd strdup)
Simo Sorce
2001-12-30
1
-4
/
+12
*
fixed sid_compare_domain()
Andrew Tridgell
2001-12-19
1
-3
/
+29
*
Fixup JF's weird SID return :-).
Jeremy Allison
2001-12-18
1
-2
/
+4
*
make sid_binstring available without HAVE_ADS
Andrew Tridgell
2001-12-10
1
-0
/
+17
*
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
2001-12-04
1
-1
/
+48
*
put sid_to_name behind the winbindd backend interface
Andrew Tridgell
2001-12-03
1
-12
/
+26
*
added a basic ADS backend to winbind. More work needed, but at
Andrew Tridgell
2001-12-03
1
-1
/
+17
*
Removed totally annoying verbose debug in sid_to_string()
Tim Potter
2001-11-05
1
-2
/
+0
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.
Jeremy Allison
2001-09-22
1
-0
/
+24
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
Added sid_peek_rid() function to return the rid of a sid. Saves mucking
Tim Potter
2001-05-10
1
-0
/
+13
*
Merging Gerald's PDC SAM name fix.
Jeremy Allison
2001-05-03
1
-13
/
+76
*
- fixed the sort_acl bug, sorting now works right
Andrew Tridgell
2001-02-23
1
-9
/
+20
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-15
1
-4
/
+9
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
1
-10
/
+43
*
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
2000-10-04
1
-3
/
+7
*
Removed annoying unecessary debug message.
Tim Potter
2000-09-28
1
-1
/
+0
*
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
2000-08-23
1
-2
/
+2
*
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
2000-08-03
1
-3
/
+5
*
if the sids are not the same pointer and either of the sids are NULL
Andrew Tridgell
2000-07-25
1
-0
/
+3
*
Added global_sid_NULL S-1-0-0 to list of global sids.
Tim Potter
2000-07-06
1
-0
/
+2
*
lib/util_sid.c: Uninitialized memory read.
Jeremy Allison
2000-06-24
1
-0
/
+2
*
added se_access_check.
Luke Leighton
2000-06-08
1
-0
/
+2
*
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
Matthew Chapman
2000-05-29
1
-9
/
+12
*
fixed nttrans.c
Luke Leighton
2000-05-27
1
-1
/
+1
*
Roll back to using static MACHINE.SID after consultation with Andrew. This
Jeremy Allison
2000-04-12
1
-288
/
+0
*
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
2000-01-03
1
-1
/
+289
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-411
/
+297
*
default SID map now reads in "trusted domains" from smb.conf.
Luke Leighton
1999-12-02
1
-5
/
+2
*
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1999-11-20
1
-0
/
+296
*
rewrote rpcclient enumaliases command.
Luke Leighton
1999-11-01
1
-1
/
+1
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-0
/
+20
*
reverted jeremy's c++-like security descriptor modifications as the
Luke Leighton
1999-08-03
1
-20
/
+0
[next]