Add FIXME about dodgy argument parser.
[samba.git] / source3 /
2003-01-20 Martin PoolAdd FIXME about dodgy argument parser.
2003-01-19 Jeremy AllisonMerge in more of the SuSE patches for Heimdal. These...
2003-01-19 Gerald Carterstrip any trailing \'s from reg key names in an open
2003-01-18 Jim McDonoughFix some debug levels (were set to 0 with RPC module...
2003-01-18 Gerald Carterremoving extra debug statement
2003-01-17 Jim McDonoughdlsym() can return NULL validly, so we can't use that...
2003-01-17 Jim McDonoughEnable dynamic loading of RPC modules. See docs/textdo...
2003-01-17 Gerald Carterconnect to the actual netbios name in smb.conf and...
2003-01-17 Jeremy AllisonFix reference count bug where smbd's would not terminat...
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-17 Andrew Tridgellthe 'static' keyword here is useless as we are not...
2003-01-17 Andrew Tridgellfix some undefined behaviour with increments in C....
2003-01-17 Tim PotterLet's clean up client side ntlmssp!
2003-01-17 Tim PotterRemove unused variable in reply_spnego_ntlmssp_ok
2003-01-16 Richard SharpeFix an error where the SK Offset was truncated to 16...
2003-01-16 Jeremy AllisonFixed up mutex protection around winbindd logon code...
2003-01-16 Andrew Bartlett(missed in last commit)
2003-01-16 Andrew Tridgellallow a couple of LSA functions to take a username...
2003-01-16 Andrew BartlettAdd LIBSMB_OBJ for the new ntlm_auth functionality.
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-16 Jeremy AllisonMore Heimdal changes. Still not compiling with Heimdal...
2003-01-16 Jeremy AllisonFist part of fixes to make us compile with Heimdal...
2003-01-16 Andrew BartlettFix a signed/unsigned warning.
2003-01-16 Jeremy AllisonAdd mutex protection around auth calls.
2003-01-15 Gerald Carters/WIFSIGNALLED/WIFSIGNALED/g
2003-01-15 Tim PotterRemoved level 0 DEBUG leftover from testing.
2003-01-15 Andrew BartlettMissed auth_ntlmssp.c in last night's checkin. Also...
2003-01-15 Gerald Carterremove torture tools on make clean
2003-01-15 Gerald Cartersmall merges from SAMBA_3_0; mostly typos, renames...
2003-01-15 Herb Lewisinitialize acct_ctrl before using it
2003-01-15 Gerald Carter* removed unused variable from rpcclient code
2003-01-15 Andrew BartlettRefactor the NTLMSSP code again - this time we use...
2003-01-15 Andrew BartlettDoing a malloc(strlen(s)) then a pstrpcp(y, s) is just...
2003-01-15 Andrew Tridgelladded cli_lsa_enum_account_rights() call. Note that...
2003-01-15 Andrew BartlettFix warnings by getting the function into a shape the...
2003-01-15 Andrew BartlettCrash fixes:
2003-01-15 Martin PoolOne more from waitpid() audit: Correctly interpret...
2003-01-15 Martin PoolRun autoheader
2003-01-15 Martin PoolFix bug where the existence of config.cache would cause...
2003-01-15 Herb LewisIRIX uses libns_winbind.so instead of libnss_winbind.so
2003-01-14 Gerald Carter[merge] removing unused variable and unused file
2003-01-14 Andrew BartlettFix some debug lines, and add a bit more info to help...
2003-01-14 Gerald Cartermake -i flag work lik eit did in 2.2
2003-01-14 Andrew BartlettCommit my (disabled) fstring/pstring mixup detection...
2003-01-14 Andrew BartlettThe last of the fstring/pstring mixups, and an extra...
2003-01-14 Andrew BartlettA couple more pstcpy/fstrcpy mixups - doing an fstrcpy...
2003-01-14 Tim PotterAdded comment about a SMB_ASSERT()
2003-01-14 Tim PotterRemove wrapper function _get_trust_account_password...
2003-01-14 Tim PotterAdded a comment in case anyone is thinking of doing...
2003-01-14 Andrew Tridgellquery_alt_name takes a forced unicode string in win2000...
2003-01-14 Andrew Tridgellclearer debug message when the user is already in the...
2003-01-14 Andrew Tridgelladd help text for 'net ads lookup'
2003-01-13 Jeremy AllisonMissing indirect in final free.
2003-01-13 Andrew BartlettAlways initialise this variable - and don't set the...
2003-01-13 Andrew BartlettFix typo, and the build.
2003-01-13 Richard SharpeMake sure that those cleanups actually went in.
2003-01-13 Andrew BartlettPatch from metze to add what he feels is the correct...
2003-01-13 Andrew BartlettPatch from metze to to make testparm show values for...
2003-01-13 Andrew BartlettPatch from ab, to make findsmb omit -r most of the...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2003-01-13 Andrew BartlettFix to debian bug #171071 - we had the wrong dereferenc...
2003-01-13 Andrew BartlettDon't force the DOS password into a 14 char space,...
2003-01-13 Andrew BartlettEnsure we do not pass uninitialised data to the kernel...
2003-01-13 Martin PoolFix typo in comment.
2003-01-13 Tim PotterMerge ... remove "winbindd holding pattern" from applia...
2003-01-12 Andrew BartlettKeep all the const warnings in one place, by adding...
2003-01-12 Andrew BartlettOops, this is the change to use an fstring for the...
2003-01-12 Andrew BartlettMake the 'service' in make_connection() use an fstrcpy...
2003-01-11 Andrew BartlettWhile the usage is most bisarre, this fixes up another...
2003-01-11 Andrew BartlettUse size_t for the counter vars, to match the type...
2003-01-11 Andrew BartlettA couple more fstring/pstring issues - and move from...
2003-01-11 Andrew BartlettRemove an unused paramter for our old LM-only password...
2003-01-11 Andrew BartlettFix a number of client-side fstring/pstring mixups.
2003-01-11 Andrew BartlettPatch from Nik Conwell <nik@bu.edu>. Don't reference...
2003-01-11 Andrew BartlettReturn the 'freindly' NT error message if at all possible.
2003-01-11 Andrew BartlettNo point having this for both parts of the 'if' statement.
2003-01-11 Gerald Cartertypo from merge
2003-01-11 Gerald Carterfix tdb_append() prototype
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-11 Jeremy AllisonAdded new message_send_pid() code that uses tdb append...
2003-01-11 Jeremy AllisonAdded tdb_append() call. Efficiently adds to an entry...
2003-01-10 Jeremy AllisonFirst part of efficiency fixes for message sending...
2003-01-10 Jeremy AllisonFix lpq_cache time check (missed from yesterday).
2003-01-09 Gerald Cartera 0 length printer data value is not a memory allocatio...
2003-01-09 Martin Pooltdb_chainlock_with_timeout: Add TODO: If we time out...
2003-01-09 Tim PotterRemove read_with_timeout() and replaced its only caller...
2003-01-09 Tim PotterRemove dead function.
2003-01-09 Tim PotterMoved smbd process counting functions from smbd/server...
2003-01-09 Martin PoolCorrect misleading comment: winbindd_lookupname gets...
2003-01-08 Jeremy AllisonEnsure we return disk full by default on short writes.
2003-01-08 Jeremy AllisonEnsure we don't get an invalid number for total smbd...
2003-01-08 Herb Lewisreran autoconf
2003-01-08 Richard SharpeSome fixes to editreg. Clientgen should not be touched...
2003-01-08 Jeremy AllisonFix erroneous free of SAM_ACCOUNT (make clearer when...
2003-01-08 Tim PotterRemoved pointless null statement in signal handler.
2003-01-08 Tim PotterDisplay an error message when the server cannot be...
2003-01-08 Jeremy AllisonFix open problem with changing attributes on an existin...
2003-01-07 Volker LendeckeFix memory leak. Thanks, Herb!
next