We need to test for major/minor macros.
[ira/wip.git] / source3 /
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 Jeremy AllisonGetting ready to add winbindd support for HPUX 11.
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 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 Andrew BartlettFix up the SPNEGO segfault.
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 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-03 Jeremy AllisonAdded WERROR for non local domain.
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
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...
2002-01-03 Martin PoolSend back talloc allocation information when POOL_USAGE...
2002-01-03 Martin PoolAdd talloc_asprintf_append, which grows an existing...
2002-01-03 Martin Poolsmbd now sends a reply to MSG_REQ_POOL_USAGE, though...
2002-01-03 Martin Poolsmbd should register to receive MSG_REQ_POOL_USAGE...
2002-01-03 Tim PotterFixed crash bug in display_print_info_2()
2002-01-03 Martin PoolIgnore dmalloc.log.
2002-01-03 Martin PoolIf we receive a message that is not handled then emit...
2002-01-03 Martin Pooldebug output on receipt of message.
2002-01-03 Martin PoolOops, rerun autoconf after last change.
2002-01-03 Tim PotterWelcome to preprocessor hell. Had to put a #ifndef...
2002-01-03 Martin PoolAdd instructions on using dmalloc.
2002-01-03 Tim PotterFixed crash bug in display_print_info_1()
2002-01-03 Tim PotterInitialise result on success in cli_spoolss_enum_printe...
2002-01-03 Tim PotterThe werror<->nt status code map has changed and has...
2002-01-03 Tim PotterRemoved unused #define
2002-01-02 Jeremy Allisondebug statement fixups.
2002-01-02 Gerald Carterremoved stuff I wasn't using
2002-01-02 Gerald Cartersync up ldap defaults with 2.2
next