summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-09-27don't leak printer handles,Jean-François Micouleau4-9/+23
1999-09-25Don't duplicate forms anymore, just update the definition.Jean-François Micouleau2-17/+87
1999-09-24Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau2-8/+20
1999-09-24Alan (alanh@pinacl.co.uk) found a nasty bugJean-François Micouleau1-1/+1
1999-09-24Whoops ! Being over-paranoid is not good.Jean-François Micouleau1-8/+0
1999-09-23use gecos field to fill the full_nameJean-François Micouleau2-7/+36
1999-09-22Fixed an annoying bug in the LDAP code. Attributes not present in theMatthew Chapman1-22/+3
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton5-79/+127
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton4-12/+60
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton3-10/+30
1999-09-15#defines for port 445 to SMB_PORT2Luke Leighton3-6/+7
1999-09-15use DEBUGLEVEL not DEBUGLVL()Luke Leighton1-1/+1
1999-09-14wow!!!! this one's been here for two years!!!! alignment issuesLuke Leighton1-0/+2
1999-09-14oops.Luke Leighton1-6/+9
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton3-1/+159
1999-09-12restructuringLuke Leighton1-55/+51
1999-09-12using #define reportLuke Leighton1-85/+85
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton7-29/+28
1999-09-10oops, port 455 instead of 445Luke Leighton1-1/+1
1999-09-09allan hourihane sent log 100 in which showed that some really old codeLuke Leighton2-30/+8
1999-09-08bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton3-28/+79
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton3-8/+8
1999-08-30debugged enumgroups -g optionLuke Leighton2-3/+6
1999-08-30added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton3-6/+98
1999-08-29improved "dominfo" rpcclient commandLuke Leighton5-6/+100
1999-08-29added experimental del_groupmem and del_aliasmem commands that were notLuke Leighton2-27/+62
1999-08-23Removing a stray return, probably inserted during debugging, which brokeMatthew Chapman1-2/+0
1999-08-18Don't print out a message in svcenum command for the ERRmoredataTim Potter1-4/+7
1999-08-18patch from michael glauche to add session enum code into smbd.Luke Leighton2-14/+111
1999-08-18display of session enum infoLuke Leighton3-0/+214
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton7-21/+36
1999-08-18event log updateLuke Leighton3-25/+25
1999-08-18debug info display (netbios layer).Luke Leighton2-5/+23
1999-08-18added back test to exclude unused connections.Luke Leighton1-1/+3
1999-08-18patch from Michael Glauche to call get_status_connections() instead ofLuke Leighton2-52/+57
1999-08-18use read() instead of fread() as fread() fails on redhat 6.Luke Leighton2-17/+29
1999-08-17adding lib/util_status.c to Makefile.inLuke Leighton1-1/+1
1999-08-17patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton2-7/+121
1999-08-17added some usage info for rpcclient.Luke Leighton1-2/+4
1999-08-13spelling mistake.Luke Leighton1-1/+1
1999-08-13pnum should be a uint16.Luke Leighton1-2/+2
1999-08-08Fix for Win95 not being able to find PDC (for User/Server Manager, andMatthew Chapman1-11/+14
1999-08-08Some compilers want (void) instead of just () in function declarations.Matthew Chapman1-1/+1
1999-08-05reverted lookup change. from ignacio.Luke Leighton1-1/+1
1999-08-03changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1-2/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton9-487/+317
1999-08-03bug-fix in connection to port 445. cool! it works!Luke Leighton1-0/+1
1999-08-03attempting a connection to port 445 first, followed by a connection to 139Luke Leighton1-6/+23
1999-08-03close socket issues:Luke Leighton2-11/+34
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau4-96/+699