samba.git
2003-01-15 cvs2svn Import... This commit was manufactured by cvs2svn to create branc...
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-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 Gerald Carterremoving 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 Cartermerge: disable [u|g]idPool objects
2003-01-14 Gerald Cartermake -i flag work lik eit did in 2.2
2003-01-14 Gerald Cartermake -i flag work lik eit did in 2.2
2003-01-14 Andrew BartlettMerge from HEAD - patch by metze to fill in 'workgroup...
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-14 Andrew BartlettMerge from HEAD - eliminated unused arguments.
2003-01-14 Andrew BartlettMerge indirection, signed/unsigned and uninitialiased...
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 Tridgellmerge alt_name patch from head
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 AllisonDon't touch data after a free.
2003-01-13 Jeremy AllisonMissing indirect in final free.
2003-01-13 Jeremy AllisonMerge of indirection fixes from HEAD.
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 SharpeMore janitorial duties. Pulling these in from samba...
2003-01-13 Richard SharpeMake sure that those cleanups actually went in.
2003-01-13 Richard SharpeNow that I am running config.developer, I decided to...
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 Carter[merge] make sure to update print queue cache during...
2003-01-11 Gerald Cartertypo from merge
2003-01-11 Gerald Carterfix tdb_append() prototype
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 new message_send_pid() code that uses tdb append...
2003-01-11 Jeremy AllisonAdded tdb_append() call. Efficiently adds to an entry...
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 AllisonFirst part of efficiency fixes for message sending...
2003-01-10 Jeremy AllisonFix lpq_cache time check (missed from yesterday).
2003-01-10 Jeremy AllisonDon't delete jobs subitted after the lpq time.
2003-01-09 Gerald Cartera 0 length printer data value is not a memory allocatio...
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 Herb LewisMoved smbd process counting functions from smbd/server...
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 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 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 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 Herb Lewiscannot assign to const
2003-01-08 Jeremy AllisonFix open problem with changing attributes on an existin...
2003-01-08 Jeremy AllisonFix open problem with changing attributes on an existin...
2003-01-07 Volker LendeckeFix memory leak. Thanks, Herb!
2003-01-07 Volker LendeckeFix memory leak. Thanks, Herb!
2003-01-07 Herb Lewisthis makes it compile, but I'm not sure if it is correc...
2003-01-07 Herb Lewiscannot make assignments to const values.
next