Another attempt at getting changeid correct. Jerry / JF please check !
[ira/wip.git] / source3 /
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
2002-01-02 Gerald Carterooops./ forgot one
2002-01-02 Gerald Carterfixing compile error
2002-01-02 Jeremy AllisonWe should be SHLD not LINK when creating shared libraries.
2002-01-02 Andrew BartlettWe go to a lot of effort to avoid strcpy() in Samba...
2002-01-02 Martin PoolAdd prs_dump_before to dump everything from the start...
2002-01-02 Andrew BartlettActually enforce the passdb API.
2002-01-02 Jeremy AllisonMake user enumeration work for w2k and win9x.
2002-01-02 Andrew BartlettAnother touch of 'const'
2002-01-02 Martin PoolDoc.
2002-01-02 Martin PoolAlso capture received data
2002-01-02 Martin Poolstruct cli_state remembers the pipe name that it's...
2002-01-02 Martin Poolstruct cli_state remembers the pipe name that it's...
2002-01-02 Andrew BartlettMinor update to make the output 'real C'. (The output...
2002-01-02 Tim PotterRemoved reference to rpc_client/cli_netlogon.o from...
2002-01-01 Andrew Tridgelltry to handle broken const in headers on cray unicos
2002-01-01 Andrew BartlettThis brings the NT->DOS error mapping into better line...
2002-01-01 Andrew BartlettAdd a function to convert 'NT_STATUS...' strings back...
2002-01-01 Andrew BartlettAllow usernames in the form of 'NT_STATUS_....' to...
2002-01-01 Andrew BartlettNow that winbind doesn't rely on this, we may as well...
2002-01-01 Andrew BartlettFurther rpc_client removal, this time from winbindd.
2002-01-01 Andrew Tridgellrenamed ans1.h to asn_1.h to prevent conflict caused...
2002-01-01 Andrew BartlettA farily large commit:
2002-01-01 Andrew BartlettAdd a specialised version of tpot's libsmb samlogon...
2002-01-01 Andrew BartlettFix up C99 comment.
2002-01-01 Andrew BartlettNamed constants are always much better than magic numbe...
next