Age | Commit message (Expand) | Author | Files | Lines |
2000-12-15 | Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing | Jeremy Allison | 3 | -26/+21 |
2000-12-15 | Added lock backouts on fail. | Jeremy Allison | 5 | -65/+43 |
2000-12-15 | lib/util_unistr.c: | Jean-François Micouleau | 7 | -45/+89 |
2000-12-15 | Fixed memory leak in JOB_INFO_2 code. | Jeremy Allison | 1 | -3/+2 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 16 | -87/+148 |
2000-12-14 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+9 |
2000-12-14 | Updates from appliance-head. | Jeremy Allison | 1 | -8/+47 |
2000-12-14 | Renamed parameters and variables called acl to the_acl as it conflicts | Tim Potter | 3 | -28/+28 |
2000-12-14 | Updated smbcacls documentation. | Tim Potter | 3 | -28/+237 |
2000-12-14 | Cache lsa connection and policy handle for resolving names and sids. | Tim Potter | 1 | -48/+56 |
2000-12-13 | inverted dword value | Gerald Carter | 1 | -1/+1 |
2000-12-13 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -15/+20 |
2000-12-13 | Added proto definition for new RPC calls. | Jeremy Allison | 3 | -33/+31 |
2000-12-13 | I think it's time to go home. | Tim Potter | 1 | -5/+6 |
2000-12-13 | OK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ. | Tim Potter | 1 | -2/+3 |
2000-12-13 | Add libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to LIBSMB_OBJ. Not so | Tim Potter | 1 | -2/+3 |
2000-12-13 | Convert names to sids when modifying ACLs. Convert sids to names when | Tim Potter | 1 | -10/+68 |
2000-12-13 | Lightweight rpc client library. Uses only routines in libsmb and | Tim Potter | 1 | -0/+370 |
2000-12-13 | Server side changes for dynamic names in lsa_lookup_names | Tim Potter | 2 | -20/+10 |
2000-12-13 | make proto | Tim Potter | 3 | -19/+37 |
2000-12-13 | Wrong length for unistr2 in init_q_lookup_names() | Tim Potter | 2 | -27/+36 |
2000-12-13 | Two tdb bugfixes. First one - ensure that traverse lock is moved before deleting | Jeremy Allison | 1 | -45/+58 |
2000-12-13 | Added support for SERVICESF shared variable to change configuration file | Tim Potter | 1 | -1/+4 |
2000-12-12 | Fixed bug noticed by JF. se_access_check needs user SID as first in token. | Jeremy Allison | 1 | -10/+23 |
2000-12-12 | Fixed processing of dfree script (was truncating). | Jeremy Allison | 1 | -2/+0 |
2000-12-12 | Brief documentation on using the virtual printer code | David O'Neill | 1 | -2/+35 |
2000-12-12 | more fixes from Simo. Also fixed the password expiration field | Gerald Carter | 1 | -134/+59 |
2000-12-12 | Don't print out the security descriptor type as it is automatically | Tim Potter | 1 | -7/+1 |
2000-12-12 | Better error checking for ACL parsing. | Tim Potter | 1 | -7/+21 |
2000-12-12 | Fix error string. | Tim Potter | 1 | -1/+1 |
2000-12-12 | Fixed some accidentally reversed patches. | Tim Potter | 1 | -115/+411 |
2000-12-12 | Compile fix for new arg to create_nt_token() | Tim Potter | 2 | -3/+7 |
2000-12-12 | Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv... | Jeremy Allison | 6 | -486/+276 |
2000-12-12 | Removed the special casing of SIDs in se_access_check. This is now done (corr... | Jeremy Allison | 6 | -434/+555 |
2000-12-12 | Owner always has READ_CONTROL and WRITE_DAC access. | Jeremy Allison | 1 | -1/+3 |
2000-12-12 | Sorry Gerald, I think the original code was better (plus safer as I'm sure | Jeremy Allison | 1 | -7/+10 |
2000-12-12 | Extra part of fix that Gerald missed (sorry). | Jeremy Allison | 1 | -1/+1 |
2000-12-11 | subtle bug where files which missed the stat_cache but were added | Gerald Carter | 1 | -10/+7 |
2000-12-11 | Fix for short names not being returned correctly with non-mangled shares. | Jeremy Allison | 1 | -1/+2 |
2000-12-11 | Fixed very subtle bug returning correct error on an open, when we have | Jeremy Allison | 2 | -10/+91 |
2000-12-11 | Adding in debug for SD's. | Jeremy Allison | 2 | -0/+48 |
2000-12-11 | code review of rpcclient | Gerald Carter | 1 | -159/+140 |
2000-12-11 | type for client_info struct | Gerald Carter | 1 | -2/+2 |
2000-12-11 | new version of Get_Pwnam() | Gerald Carter | 1 | -52/+50 |
2000-12-11 | return NULL instead of return False in char *prs_mem_get(); | Tim Potter | 1 | -1/+1 |
2000-12-11 | Added Tim's fix for read-only crashes. | Jeremy Allison | 1 | -0/+2 |
2000-12-11 | new prototypes | Andrew Tridgell | 2 | -482/+384 |
2000-12-11 | added support for browsing the list of workgroups at the top level in | Andrew Tridgell | 2 | -57/+77 |
2000-12-11 | exposed the broadcast name resolution routine outside namequery.c | Andrew Tridgell | 1 | -4/+4 |
2000-12-09 | group rid assignment cut and paste error | Gerald Carter | 1 | -2/+2 |