summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-07-26fix typo in debugGerald Carter1-1/+1
2003-07-26Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison1-1/+1
2003-07-25Start the packet signing engine in the kerberos case in the same placeJeremy Allison1-3/+8
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison7-19/+48
2003-07-25Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter1-1/+1
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter2-1/+8
2003-07-25fix case where no realm or workgroup means to use our ownGerald Carter1-2/+19
2003-07-25fix user_in_list to work with winbind groups again; my bugGerald Carter1-1/+1
2003-07-25fix some error returns and strings; patch from metzeGerald Carter1-6/+14
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter15-37/+37
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2-36/+83
2003-07-25Make wbinfo -p work again. Fixes bug 251.Tim Potter1-1/+1
2003-07-25Jean-Baptiste Marchand on the ethereal list used some auditing tricks toTim Potter1-10/+10
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter15-26/+26
2003-07-24Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison1-0/+1
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison3-10/+75
2003-07-24Add a macro to check whether module-specific data set already or not. Returns...Alexander Bokovoy1-0/+3
2003-07-24Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy1-1/+1
2003-07-24Some fclose -> x_fclose found by Tony Jago.Jeremy Allison1-2/+2
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison4-250/+256
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison3-19/+31
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison3-25/+122
2003-07-24Some more [ug]id_t printf fixes.Tim Potter1-4/+4
2003-07-23Ensure a prototype is generated for smb_snprintf()Tim Potter1-1/+1
2003-07-23connect to the right realm or domain for trusted AD domainsGerald Carter1-8/+4
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter25-87/+80
2003-07-23fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell1-6/+6
2003-07-23Fix out of date comment.Tim Potter1-2/+1
2003-07-23Move a function to avoid a warning.Tim Potter1-24/+24
2003-07-23Typo in comment.Tim Potter1-1/+1
2003-07-23Don't check in two places for signing turned off...Jeremy Allison1-3/+0
2003-07-23A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2-4/+10
2003-07-23Fix two memory leaks in the smb module:Tim Potter1-1/+7
2003-07-22removing unused functionGerald Carter1-43/+0
2003-07-22bumping version stringGerald Carter1-1/+1
2003-07-22Fix commentAlexander Bokovoy1-3/+3
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter7-13/+15
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter26-148/+172
2003-07-22Use %p for a pointer type in a printf-style format string. Also castingTim Potter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter10-97/+43
2003-07-22Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter1-3/+3
2003-07-21Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter3-197/+326
2003-07-21Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe1-1/+1
2003-07-20This creates passdb backend files automatically when adding first account.Rafal Szczesniak2-3/+38
2003-07-20Typo fixes.Rafal Szczesniak1-1/+1
2003-07-19Fix memleakVolker Lendecke1-3/+3
2003-07-19Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett1-11/+24
2003-07-19According to the result of voting, net has default debug level withRafal Szczesniak1-3/+12
2003-07-18Fix memleakVolker Lendecke1-1/+1
2003-07-18Fix two memleaks in pdb_ldap.c.Volker Lendecke2-1/+13