Age | Commit message (Expand) | Author | Files | Lines |
2008-02-16 | Remove unused code, make fns static | Volker Lendecke | 1 | -20/+4 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r24067: Fix a type mismatch found by the IBM checker | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | 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 | r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches | Gerald Carter | 1 | -7/+6 |
2007-10-10 | r18846: Fix the same bug Volker noticed when marshalling/unmarshalling | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r18845: Fix a type-punned warning that turned out to be a real bug: The secdesc | Volker Lendecke | 1 | -2/+20 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -43/+48 |
2007-10-10 | r5805: merging spoolss parsing changes from trunk and cleaning up resulting s... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4875: Fix for bugid #221, inspired by Mrinal Kalakrishnan <mail@mrinal.net>. | Jeremy Allison | 1 | -13/+69 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -2/+2 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -727/+0 |
2003-09-19 | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 1 | -9/+11 |
2003-06-30 | Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we were | Jeremy Allison | 1 | -7/+115 |
2003-05-29 | Change get_nt_acl() to include security_info wanted. Only return this. | Jeremy Allison | 1 | -42/+15 |
2003-04-25 | This function is a duplicate. | Andrew Bartlett | 1 | -18/+0 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -8/+8 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -4/+4 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -5/+5 |
2002-07-15 | more bug updates from head | Andrew Tridgell | 1 | -2/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -53/+56 |
2002-03-10 | yipee! Finally put in the patch from Alexey Kotovich | Andrew Tridgell | 1 | -23/+243 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -4/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-08-07 | A collection of fixes/cleanups to the security descriptor code by | Tim Potter | 1 | -9/+10 |
2001-06-26 | Ensure we always have a valid pointer on unmarshalling an SD with zero | Jeremy Allison | 1 | -3/+7 |
2001-06-26 | Fixed bug introduced by changeover of security descriptor code from | Tim Potter | 1 | -1/+8 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -100/+51 |
2001-02-27 | As prs_alloc_mem now zeros memory, remove superfluous memsets after it. | Jeremy Allison | 1 | -6/+0 |
2001-01-31 | Fixed duplicate free_sec_acl() call in free_sec_desc() function. | Tim Potter | 1 | -1/+1 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2000-12-18 | Merged Tim's fixes from appliance-head. | Jeremy Allison | 1 | -8/+39 |
2000-12-14 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+9 |
2000-12-04 | no longer pass the type to make_sec_desc(), instead the type is | Andrew Tridgell | 1 | -6/+8 |
2000-11-07 | Merge of printer security descriptor, info level and printerdata | Tim Potter | 1 | -0/+157 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -2/+2 |
2000-06-08 | Cause printer SD's to be displayed correctly (full control). | Jeremy Allison | 1 | -1/+1 |
2000-06-07 | Fixing get/set of security descriptors. | Jeremy Allison | 1 | -6/+11 |
2000-06-04 | sec_desc_size() needs to handle a null secdesc | Andrew Tridgell | 1 | -2/+5 |
2000-06-01 | Back to building. Now to test with insure. | Jeremy Allison | 1 | -7/+30 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -341/+359 |
2000-05-27 | security descs in spoolss. needs parse_sec.c nttrans.c broken. | Luke Leighton | 1 | -356/+341 |
2000-05-10 | more merging | Andrew Tridgell | 1 | -8/+8 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -26/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+26 |