ira/wip.git
2003-07-31 Gerald Carteronly honor the first OID in the sessetup snego negotiat...
2003-07-31 Alexander BokovoyReturn proper error when it is impossible to change...
2003-07-31 Volker LendeckeFix off-by-one found by valgrind.
2003-07-31 Volker Lendeckespnego.c has function definitions. Prototype them.
2003-07-31 Volker LendeckeFixes for memory leaks in gss spnego handling by aliguori.
2003-07-31 Volker LendeckeThis fixes an error I must have made when playing with...
2003-07-31 Volker LendeckeApply some const
2003-07-31 Gerald Cartermake sure the domain sid is set when enumerating truste...
2003-07-31 Gerald Carterworking on transtive trusts issue:
2003-07-31 Tim PotterWhoops - this is probably better shell syntax.
2003-07-31 Tim PotterTurn on automatic winbindd support for FreeBSD and...
2003-07-31 Andrew TridgellThis is a critical bug fix for a data corruption bug...
2003-07-31 Jeremy AllisonWrap calls to change_oem_password() in become_root...
2003-07-31 Jeremy AllisonTurn the 'doing_signing' variable on - fix bug where...
2003-07-30 Jeremy AllisonAdd a command line option (-S on|off|required) to enabl...
2003-07-30 Jeremy AllisonSave us from possibly uninitialised variable (caught...
2003-07-30 Jeremy AllisonFix bug we discovered in W2K client signing on secondar...
2003-07-30 Jeremy AllisonEliminate valgrind error when client gets bad sig on...
2003-07-30 Gerald Carteradd a few more tidy ups. Now onto winbindd
2003-07-30 Gerald Carteradd support for DsEnumerateDomainTrusted for enumeratin...
2003-07-30 Jeremy AllisonDon't revert something until you've seen if volker...
2003-07-30 Jeremy AllisonComment out mutex until I get dependencies sorted out...
2003-07-30 Volker Lendeckebin/net needs server_mutex as kerberos_verify now uses it.
2003-07-29 Jeremy AllisonPut mutex around access of replay cache for krb5 ticket...
2003-07-29 Herb Lewissplit replace into replace and replace1 to allow setenv...
2003-07-29 Jeremy AllisonFix bug #226. Stop unmangle of name into a wildcard...
2003-07-29 Alexander BokovoyAdd NT quotas support. Users allowed now to manage...
2003-07-29 Jeremy AllisonFinish tridge's patch as referenced here :
2003-07-29 Jeremy AllisonTypo on my part. I typed KRB5_KDB_BAD_ENCTYPE when...
2003-07-29 Jim McDonoughFix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn...
2003-07-29 Volker LendeckeThis adds gss-spnego to ntlm_auth. It contains some...
2003-07-29 Tim PotterTypo fix for bug 258.
2003-07-29 Jeremy AllisonImproved debug messages whilst trying to track down...
2003-07-29 Tim PotterMore memory leak fixes from Brett! It turns out PyDict...
2003-07-29 Tim PotterMemory leak fixes from Brett A. Funderburg - don't...
2003-07-29 Tim PotterAdd debug output api's from lsa/spoolss modules to...
2003-07-28 John TerpstraCorrected description of SWAT FLAGS since they have...
2003-07-28 John TerpstraCleanup of loadparm and swat to correctly display all...
2003-07-27 John TerpstraAdd buttons to Printers View
2003-07-27 John TerpstraClarified what the SWAT FLAGS mean and what they do.
2003-07-27 Andrew BartlettFix comment
2003-07-27 Andrew Bartlettthe testsuite lib needs dummyroot too.
2003-07-27 John TerpstraFix typo.
2003-07-27 Andrew BartlettUse the specified workgroup in 'net ads'. (Defaults...
2003-07-27 Andrew BartlettAllow the stat cache to better handle invalid multibyte...
2003-07-27 Andrew BartlettTry again to fix up 'session request' name exchange...
2003-07-27 Andrew BartlettIf we strupper_m after the alpha_strcpy() we know that...
2003-07-27 Andrew BartlettWhen removing an 'unused' function, it helps to remove...
2003-07-27 Andrew BartlettUse push_ucs2_allocate(), rather than convert_string_al...
2003-07-27 Andrew BartlettSome small fixes to our charset conversion code:
2003-07-27 John TerpstraAdding idmap backend man page section.
2003-07-27 Jeremy AllisonEnsure all code paths set add_script.
2003-07-26 John TerpstraFormat tidy up.
2003-07-26 John TerpstraFixes bug #243
2003-07-26 John TerpstraAdded buttons to change view mode. Fixes bug #212
2003-07-26 Gerald Carterremove unnceccsary $; spotted by Lee Taylor
2003-07-26 Gerald Carterfix typo in debug
2003-07-26 John TerpstraUpdating missing flags.
2003-07-26 Jeremy AllisonCorrectly detect an "add user script" - check that...
2003-07-25 Jeremy AllisonStart the packet signing engine in the kerberos case...
2003-07-25 Jeremy AllisonW00t! Client smb signing is now working correctly with...
2003-07-25 Gerald CarterFix bug #184; set max_pw_age in account_pol to -1 so...
2003-07-25 Gerald Carterdomain in schannel bind credentials must be the dest...
2003-07-25 Gerald Carterfix case where no realm or workgroup means to use our own
2003-07-25 Gerald Carterfix user_in_list to work with winbind groups again...
2003-07-25 Gerald Carterfix some error returns and strings; patch from metze
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-25 Gerald Carternew swat icons from Marc Jacobsen @ HP
2003-07-25 Gerald Cartercall chkconfig --del winbind on removal (bug #238)
2003-07-25 Gerald Carterfix libsmbclientr symlink (patch by Alex Duggan for...
2003-07-25 Gerald Carterfix bug config file path in winbind init script (bug...
2003-07-25 Andrew BartlettSchannel, once setup, may be used on *ANY* TCP/IP conne...
2003-07-25 Tim PotterMake wbinfo -p work again. Fixes bug 251.
2003-07-25 Tim PotterJean-Baptiste Marchand on the ethereal list used some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-24 Jeremy AllisonFix from matt.zinkevicius@hp.com to stop files being...
2003-07-24 Jeremy AllisonFix packet signing with asynchronous oplock breaks...
2003-07-24 Alexander BokovoyAdd a macro to check whether module-specific data set...
2003-07-24 Alexander BokovoyRise debug level to 5 for not-found-nt-quota message...
2003-07-24 Jeremy AllisonSome fclose -> x_fclose found by Tony Jago.
2003-07-24 Jeremy AllisonEnsure everywhere we defer an incoming SMB request...
2003-07-24 Jeremy AllisonSMB signing is now working with change notify. Need...
2003-07-24 Jeremy AllisonServer side NTLM signing works - until the first async...
2003-07-24 Tim PotterSome more [ug]id_t printf fixes.
2003-07-23 Tim PotterEnsure a prototype is generated for smb_snprintf()
2003-07-23 Gerald Carterconnect to the right realm or domain for trusted AD...
2003-07-23 Gerald Carterfix typo
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-23 Andrew Tridgellfixed segv in calls to pstrcpy() in cliprint.c
2003-07-23 Tim PotterFix out of date comment.
2003-07-23 Tim PotterMove a function to avoid a warning.
2003-07-23 Tim PotterTypo in comment.
2003-07-23 Jeremy AllisonDon't check in two places for signing turned off...
2003-07-23 Tim PotterA fix for bug 174. I'm pushing this to the tree to...
2003-07-23 Tim PotterFix two memory leaks in the smb module:
2003-07-22 Gerald Carterremoving unused function
2003-07-22 Gerald Carterbumping version string
2003-07-22 Alexander BokovoyFix comment
2003-07-22 Gerald Cartersync from bea3 release
2003-07-22 Tim PotterAnother round of uid/gid/pid format string changes...
next