Age | Commit message (Expand) | Author | Files | Lines |
2008-04-04 | Use sid_array_from_info3 in lookup_usergroups_cached(). | Günther Deschner | 1 | -1/+8 |
2008-02-17 | Use netr_SamInfo3 in sid_array_from_info3. | Günther Deschner | 1 | -15/+15 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 1 | -28/+42 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -15/+3 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -1/+1 |
2007-12-15 | Use dom_sid_string for sid_string_talloc | Volker Lendecke | 1 | -29/+12 |
2007-12-15 | sid_string_static is no more :-) | Volker Lendecke | 1 | -11/+8 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -1/+1 |
2007-12-15 | Add sid_string_dbg | Volker Lendecke | 1 | -0/+5 |
2007-12-15 | add sid_string_talloc | Volker Lendecke | 1 | -2/+10 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -15/+15 |
2007-10-10 | r25575: Document S-1-5-12 (restriced code sid). | Günther Deschner | 1 | -1/+7 |
2007-10-10 | r25040: Add "net sam rights" | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from... | Günther Deschner | 1 | -0/+65 |
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 | r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r22481: Move check for non-mappable SIDs to after sid_to_uid, | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 1 | -16/+15 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16350: Fix the build. | Günther Deschner | 1 | -0/+19 |
2007-10-10 | r15305: Let winbind search by sid directly (or in windows terms: "bind to a | Günther Deschner | 1 | -0/+18 |
2007-10-10 | r15251: Adding PreWin2kAccess builtin sid. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -3/+5 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r13024: Add is_null_sid. | Günther Deschner | 1 | -0/+6 |
2007-10-10 | r12387: Make string_to_sid a little more silent. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r12169: Remove an unused function | Volker Lendecke | 1 | -35/+0 |
2007-10-10 | r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu... | Volker Lendecke | 1 | -42/+3 |
2007-10-10 | r11230: Remove the '//' i was using to test something...oops | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r11229: an even bigger speedup spotted by Volker. string_to_sid() is now tak... | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r11228: Speed up string_to_sid by removing next_token calls, thus eliminating | Jim McDonough | 1 | -34/+27 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -6/+5 |
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 |