Age | Commit message (Expand) | Author | Files | Lines |
1999-10-21 | use DEBUGADD instead of DEBUG: clears up some of the more verbose trash. | Luke Leighton | 1 | -3/+3 |
1999-10-19 | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 6 | -96/+119 |
1999-10-19 | oops, added wait_keyboard back, but _this_ time wrapped it with | Luke Leighton | 1 | -1/+31 |
1999-10-18 | initialising enum dom users mem and account name ptrs to NULL. | Luke Leighton | 1 | -0/+3 |
1999-10-17 | Bringing samba-2.1.x samba2.spec.tmpl file into line with samba-2.0.x release... | John Terpstra | 1 | -33/+104 |
1999-10-15 | added prs_struct "error" member, set and checked when prs_struct | Luke Leighton | 1 | -9/+6 |
1999-10-15 | adding error checking in parsing code | Luke Leighton | 5 | -66/+239 |
1999-10-15 | renamed "class" local variable to avoid global clash | Luke Leighton | 1 | -2/+2 |
1999-10-15 | oops! srvinfo 2 command caught bug where strings in containers assumed | Luke Leighton | 1 | -8/+15 |
1999-10-15 | renamed args due to global "class" variable | Luke Leighton | 1 | -5/+5 |
1999-10-15 | return results on prs_xxxxx() and all xxx_io_xxx() routines. | Luke Leighton | 16 | -1868/+3328 |
1999-10-15 | removed unused static wait_keyboard() | Luke Leighton | 1 | -30/+0 |
1999-10-15 | According to params/loadparm.c, the "case sensitive", "casesignames", | Tim Potter | 1 | -3/+3 |
1999-10-14 | const issues | Luke Leighton | 1 | -1/+1 |
1999-10-14 | stop over-runs in reading / writing data stream. | Luke Leighton | 1 | -25/+44 |
1999-10-14 | adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot to | Luke Leighton | 3 | -38/+42 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 8 | -105/+503 |
1999-10-05 | David van Geyn spotted that ulong is not defined on FREEBSD, not supposed | Luke Leighton | 1 | -1/+1 |
1999-10-01 | splitting dom info into sam_query_dominfo function | Luke Leighton | 3 | -35/+60 |
1999-10-01 | permissions on SamrConnect changed to 0x02000000 (maximum allowed) | Luke Leighton | 1 | -16/+16 |
1999-10-01 | error-code checking in lsa_lookup_sids. anonymous connections for | Luke Leighton | 4 | -18/+32 |
1999-09-28 | memory problems associated with when lsalookupsids returns | Luke Leighton | 1 | -3/+20 |
1999-09-28 | add description of -P option | Herb Lewis | 3 | -3/+14 |
1999-09-27 | don't leak printer handles, | Jean-François Micouleau | 4 | -9/+23 |
1999-09-25 | Don't duplicate forms anymore, just update the definition. | Jean-François Micouleau | 2 | -17/+87 |
1999-09-24 | Correctly handle the dependent files in the printer_driver_info_3 struct | Jean-François Micouleau | 2 | -8/+20 |
1999-09-24 | Alan (alanh@pinacl.co.uk) found a nasty bug | Jean-François Micouleau | 1 | -1/+1 |
1999-09-24 | Whoops ! Being over-paranoid is not good. | Jean-François Micouleau | 1 | -8/+0 |
1999-09-23 | use gecos field to fill the full_name | Jean-François Micouleau | 2 | -7/+36 |
1999-09-22 | Fixed an annoying bug in the LDAP code. Attributes not present in the | Matthew Chapman | 1 | -22/+3 |
1999-09-21 | split matthew's sync command (only currently called from smbpasswd) | Luke Leighton | 5 | -79/+127 |
1999-09-21 | testing for attempts to get more info levels into samr_query_userinfo | Luke Leighton | 4 | -12/+60 |
1999-09-16 | reading in smb server domain name from SMBnegprot response | Luke Leighton | 3 | -10/+30 |
1999-09-15 | #defines for port 445 to SMB_PORT2 | Luke Leighton | 3 | -6/+7 |
1999-09-15 | use DEBUGLEVEL not DEBUGLVL() | Luke Leighton | 1 | -1/+1 |
1999-09-14 | wow!!!! this one's been here for two years!!!! alignment issues | Luke Leighton | 1 | -0/+2 |
1999-09-14 | oops. | Luke Leighton | 1 | -6/+9 |
1999-09-14 | added rpcclient SamrQueryDisplayInfo command "dispinfo" | Luke Leighton | 3 | -1/+159 |
1999-09-12 | restructuring | Luke Leighton | 1 | -55/+51 |
1999-09-12 | using #define report | Luke Leighton | 1 | -85/+85 |
1999-09-12 | - initialising mach_passwd_file locks to zero (prev. uninit.) | Luke Leighton | 7 | -29/+28 |
1999-09-10 | oops, port 455 instead of 445 | Luke Leighton | 1 | -1/+1 |
1999-09-09 | allan hourihane sent log 100 in which showed that some really old code | Luke Leighton | 2 | -30/+8 |
1999-09-08 | bertl <bs@niggard.org> patch for making samba listen on port 445, just like | Luke Leighton | 3 | -28/+79 |
1999-08-31 | matthew chapman identified 4 previously unknown samr functions. | Luke Leighton | 3 | -8/+8 |
1999-08-30 | debugged enumgroups -g option | Luke Leighton | 2 | -3/+6 |
1999-08-30 | added call to samr_query_groupinfo in enumgroups command (-m option) | Luke Leighton | 3 | -6/+98 |
1999-08-29 | improved "dominfo" rpcclient command | Luke Leighton | 5 | -6/+100 |
1999-08-29 | added experimental del_groupmem and del_aliasmem commands that were not | Luke Leighton | 2 | -27/+62 |
1999-08-23 | Removing a stray return, probably inserted during debugging, which broke | Matthew Chapman | 1 | -2/+0 |