summaryrefslogtreecommitdiff
path: root/source3/lib/util_sid.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25040: Add "net sam rights"Volker Lendecke1-0/+7
2007-10-10r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...Günther Deschner1-0/+65
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison1-3/+0
2007-10-10r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison1-0/+3
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-16/+15
2007-10-10r18271: Big change:Gerald Carter1-2/+2
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-2/+2
2007-10-10r16350: Fix the build.Günther Deschner1-0/+19
2007-10-10r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner1-0/+18
2007-10-10r15251: Adding PreWin2kAccess builtin sid.Günther Deschner1-0/+2
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-3/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+5
2007-10-10r13024: Add is_null_sid.Günther Deschner1-0/+6
2007-10-10r12387: Make string_to_sid a little more silent.Jeremy Allison1-2/+2
2007-10-10r12169: Remove an unused functionVolker Lendecke1-35/+0
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-42/+3
2007-10-10r11230: Remove the '//' i was using to test something...oopsJim McDonough1-1/+1
2007-10-10r11229: an even bigger speedup spotted by Volker. string_to_sid() is now tak...Jim McDonough1-2/+2
2007-10-10r11228: Speed up string_to_sid by removing next_token calls, thus eliminatingJim McDonough1-34/+27
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-6/+5
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-1/+7
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-88/+53
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-4/+23
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-0/+64
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke1-8/+14
2007-10-10r196: merging struct uuid from trunkGerald Carter1-17/+0
2007-10-10r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, butJim McDonough1-0/+7
2003-10-06split some security related functions in their own files.Simo Sorce1-1/+1
2003-08-15get rid of compiler warningsHerb Lewis1-1/+1
2003-05-09When checking if a SID is in a domain, make sure that indeed the user RID isAndrew Bartlett1-0/+3
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-0/+18
2003-04-14Merge of new sid type (SID_NAME_COMPUTER) and tidyup.Tim Potter1-1/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+5
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-92/+108
2002-10-18Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison1-51/+97
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-4/+27
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+22
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-270/+74
2002-03-13Add "Creator Group" - was in 2.2.x and I'm syncing up the two.Jeremy Allison1-0/+2
2002-03-10add a note about the meaning of global_sam_sidAndrew Tridgell1-0/+3
2002-01-31this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell1-2/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-30freeing the wrong pointer, sorry my mistake.Simo Sorce1-5/+5
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-4/+12
2001-12-19fixed sid_compare_domain()Andrew Tridgell1-3/+29