Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -1/+7 |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -88/+53 |
2007-10-10 | r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i... | Volker Lendecke | 1 | -4/+23 |
2007-10-10 | r4724: Add support for Windows privileges in Samba 3.0 | Gerald Carter | 1 | -0/+64 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r316: Fix split_domain_name. This defaulted to get_myname() instead of | Volker Lendecke | 1 | -8/+14 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -17/+0 |
2007-10-10 | r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, but | Jim McDonough | 1 | -0/+7 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -1/+1 |
2003-08-15 | get rid of compiler warnings | Herb Lewis | 1 | -1/+1 |
2003-05-09 | When checking if a SID is in a domain, make sure that indeed the user RID is | Andrew Bartlett | 1 | -0/+3 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -0/+18 |
2003-04-14 | Merge of new sid type (SID_NAME_COMPUTER) and tidyup. | Tim Potter | 1 | -1/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -3/+4 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -7/+5 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 1 | -92/+108 |
2002-10-18 | Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse... | Jeremy Allison | 1 | -51/+97 |
2002-10-01 | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 1 | -4/+27 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -2/+22 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -0/+3 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -270/+74 |
2002-03-13 | Add "Creator Group" - was in 2.2.x and I'm syncing up the two. | Jeremy Allison | 1 | -0/+2 |
2002-03-10 | add a note about the meaning of global_sam_sid | Andrew Tridgell | 1 | -0/+3 |
2002-01-31 | this fixes the problem of not being able to add a SD to a file on a | Andrew Tridgell | 1 | -2/+0 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-30 | freeing the wrong pointer, sorry my mistake. | Simo Sorce | 1 | -5/+5 |
2001-12-30 | util_sid.c - respect a const variabile (addedd strdup) | Simo Sorce | 1 | -4/+12 |
2001-12-19 | fixed sid_compare_domain() | Andrew Tridgell | 1 | -3/+29 |
2001-12-18 | Fixup JF's weird SID return :-). | Jeremy Allison | 1 | -2/+4 |
2001-12-10 | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 1 | -0/+17 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -1/+48 |
2001-12-03 | put sid_to_name behind the winbindd backend interface | Andrew Tridgell | 1 | -12/+26 |
2001-12-03 | added a basic ADS backend to winbind. More work needed, but at | Andrew Tridgell | 1 | -1/+17 |
2001-11-05 | Removed totally annoying verbose debug in sid_to_string() | Tim Potter | 1 | -2/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-22 | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 1 | -0/+24 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -2/+2 |
2001-05-10 | Added sid_peek_rid() function to return the rid of a sid. Saves mucking | Tim Potter | 1 | -0/+13 |
2001-05-03 | Merging Gerald's PDC SAM name fix. | Jeremy Allison | 1 | -13/+76 |
2001-02-23 | - fixed the sort_acl bug, sorting now works right | Andrew Tridgell | 1 | -9/+20 |
2001-01-15 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -4/+9 |
2000-12-12 | Removed the special casing of SIDs in se_access_check. This is now done (corr... | Jeremy Allison | 1 | -10/+43 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 1 | -3/+7 |
2000-09-28 | Removed annoying unecessary debug message. | Tim Potter | 1 | -1/+0 |
2000-08-23 | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 1 | -2/+2 |
2000-08-03 | Added an NT_USER_TOKEN structure that is copied/passed around associated | Jeremy Allison | 1 | -3/+5 |
2000-07-25 | if the sids are not the same pointer and either of the sids are NULL | Andrew Tridgell | 1 | -0/+3 |
2000-07-06 | Added global_sid_NULL S-1-0-0 to list of global sids. | Tim Potter | 1 | -0/+2 |
2000-06-24 | lib/util_sid.c: Uninitialized memory read. | Jeremy Allison | 1 | -0/+2 |
2000-06-08 | added se_access_check. | Luke Leighton | 1 | -0/+2 |