ira/wip.git
2002-01-10 Andrew BartlettThis changes the winbind protcol a bit:
2002-01-10 Martin PoolQuieten warning about uninitialized variable.
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
2002-01-10 Tim PotterSpelling fix.
2002-01-10 Martin Poolbrowse_fn: FIXME: If the remote machine returns non...
2002-01-10 Jeremy AllisonFirst part of UNIX extensions (#ifdefed out) more to...
2002-01-10 Jeremy AllisonOh joy - the original code didn't do mapping of the...
2002-01-10 Jeremy AllisonEnsure this is committed last.
2002-01-10 Jeremy AllisonWe need to test for major/minor macros.
2002-01-10 Tim PotterAlthough configure.in and configure were checked in...
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2002-01-09 Jeremy AllisonAdded tests for st_blocks in struct stat, and added...
2002-01-09 Jeremy AllisonFixed typo.
2002-01-09 Jeremy AllisonMove SAFE_FREE into tdb.c to stop exporting it into...
2002-01-09 Martin PoolAdd two more memory-debug smbcontrol messages: these...
2002-01-09 Martin PoolFIXME: At the moment, if the user should happen to...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-09 Martin PoolWith --enable-dmalloc, also use dmalloc's wrappers...
2002-01-09 Martin PoolSample configuration for dmalloc.
2002-01-09 Martin PoolAdd UNUSED(paramname) macro to be used in parameter...
2002-01-09 Martin PoolAdd UNUSED(paramname) macro to be used in parameter...
2002-01-09 Jeremy AllisonWhen re-writing tdb version numbers as little endian...
2002-01-09 Martin PoolFix macro name controlling inclusion of DMALLOC.
2002-01-09 Martin PoolAdd harmless parentheses so that dmalloc doesn't get...
2002-01-09 Tim PotterMerge from appliance-head:
2002-01-09 Tim PotterFor hysterical raisins you must use string_set() to...
2002-01-09 Jeremy AllisonFixed all uses of tdb_fetch/store/_int to use explicit...
2002-01-09 Jeremy AllisonHPUX nss fix.
2002-01-09 Jeremy AllisonFixed up atomic update code.
2002-01-09 Jeremy AllisonAdded int32 version of "atomic" update.
2002-01-09 Jeremy AllisonAdded int32 versions of the endian-dependent code.
2002-01-08 Jeremy AllisonMy previous fix had a bug....
2002-01-08 Gerald CarterI think I've finally gotten this straighten out in...
2002-01-08 Gerald Carteri **really** hate stuck tags in CVS :-( Figured out why
2002-01-08 Jeremy AllisonGetting ready to add winbindd support for HPUX 11.
2002-01-08 Gerald Carterentering placeholders for forthcoming documentation
2002-01-08 Jeremy AllisonAnother attempt at getting changeid correct. Jerry...
2002-01-08 Andrew Tridgell- fixed my breakage of CPPFLAGS
2002-01-08 Jeremy AllisonCaught one problem where a BOOL fn was returning 3...
2002-01-08 Jeremy AllisonDebugs that print out a share mode table in debug level...
2002-01-08 Jeremy AllisonAdded get_called_name() function, which replaces global...
2002-01-07 Jeremy AllisonReturn called NetBIOS name if present in preference...
2002-01-07 Herb Lewismerge changes from 2.2 branch to prevent smb.conf from...
2002-01-07 Gerald Cartersync getopt() args with 2.2
2002-01-07 Andrew Tridgell- use CFLAGS when linking shared libs (for things like...
2002-01-07 Tim PotterSed error. The status value in the PRINTER_INFO_2...
2002-01-07 Tim PotterConverted getprinterdriver to WERROR - it always return...
2002-01-07 Tim PotterSpelling fix.
2002-01-07 Tim PotterDon't log the password in pam_sm_authenticate() unless...
2002-01-06 Gerald Carter sync up comments with 2.2
2002-01-06 Tim PotterConverted enumprinters and enumports cmd functions...
2002-01-06 Tim PotterConverted enumprinters and enumports cli functions...
2002-01-06 Tim PotterCheck for winbind separator in user name for cli_sessio...
2002-01-06 Tim Potterspoolss rpc client cleanup:
2002-01-06 Tim PotterDefine a rpc_client doc group.
2002-01-06 Tim PotterMinor doc cleanups.
2002-01-06 Tim PotterAdded a get_dos_error_msg() function to mirror the...
2002-01-06 Tim PotterDisplay nicer message when server name could not be...
2002-01-06 Tim PotterDOS error 31 is ERRgeneral, General Failure. This...
2002-01-06 Andrew BartlettGet this code back to where it belongs...
2002-01-06 Andrew BartlettSome more SPNEGO fixes.
2002-01-05 Andrew Tridgellfixed another DATA_BLOB constructor
2002-01-05 Andrew Tridgellsimple fix for creating blank data blobs
2002-01-05 Gerald Cartermerge from 2.2
2002-01-05 Andrew BartlettFix up the SPNEGO segfault.
2002-01-05 Gerald Carteryeah! I think I figured it out now
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-05 Andrew BartlettAdd a talloc varient of the data_blob functions.
2002-01-05 Andrew BartlettAdd a comment on how this error map was derrived.
2002-01-05 Gerald Carterforgot a few files
2002-01-05 Gerald Cartermerge from 2.2 and regenerate docs
2002-01-05 Andrew BartlettOne line fix to get smbmount working again.
2002-01-05 Jeremy AllisonAdded DEBUG in set_share_mode to track down logic insanity.
2002-01-05 Andrew BartlettAdd a touch of const
2002-01-04 Andrew Tridgellprint the timezone in the same format as 'date +%z...
2002-01-04 Jeremy AllisonMissed error return is can_rename fails.
2002-01-04 Jeremy AllisonRe-wrote the guts of the rename_internals code to cope...
2002-01-04 Gerald Cartersync with 2.2
2002-01-03 Jeremy AllisonAdded WERROR for non local domain.
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2002-01-03 John TerpstraNote: This does NOT work yet. More work is in progress...
2002-01-03 Jeremy AllisonDon't use static memory, malloc it...
2002-01-03 Jeremy AllisonFix the fix.... (sigh).
2002-01-03 Jeremy AllisonEnsure modtime is set correctly on destination files...
2002-01-03 Jeremy AllisonFixed embarressing 16k strack trashing bug :-(.
2002-01-03 Andrew Tridgelladded nTSecurityDescriptor field to host acct dump
2002-01-03 Andrew BartlettUpdate the NT_STATUS -> DOS error table.
2002-01-03 Martin PoolClarify doc for SAFE_FREE.
2002-01-03 Andrew BartlettMake a couple more of the warnings also be C comments
2002-01-03 Andrew BartlettA few changes to always output the erorr mapping even...
2002-01-03 Andrew BartlettWorkaround some 'smarts' in Win2k.
2002-01-03 Andrew BartlettRe-add bail on failure.
2002-01-03 Martin PoolFix talloc msg registration
2002-01-03 Martin PoolPut a name on lp_talloc pool
2002-01-03 Martin PoolMake talloctort call talloc_describe_all before exiting
2002-01-03 Martin PoolCope nicely with pools with no name.
2002-01-03 Andrew Tridgellfixed ERRMAPEXTRACT torture to work with win2k
2002-01-03 Martin Poolsmbd children should also register for POOL_USAGE
2002-01-03 Martin PoolCleanup format.
2002-01-03 Martin Pooltalloc accounting now includes number of chunks and...
next