Change the passdb interface to use allocated strings.
[ira/wip.git] / source3 /
2002-01-15 Andrew BartlettChange the passdb interface to use allocated strings.
2002-01-14 Andrew Bartlettrerun autoconf
2002-01-14 Andrew BartlettI like --enable-developer, but I find it rather usless...
2002-01-14 Andrew BartlettInitialise cli variables and try not to do a cli_shutdo...
2002-01-14 Andrew BartlettFix a segfault in auth/auth_domain.c error cases.
2002-01-14 Jeremy AllisonRemoved MAXSTATUS which was set incorrectly - thus...
2002-01-14 Martin PoolFIXME We should turn the global list off when using...
2002-01-14 Martin PoolMove local variable to avoid warning when compiled...
2002-01-14 Martin PoolPSTRING_SANCTIFY:
2002-01-14 Tim PotterRemoved fprintf(stderr, ...); calls which should not...
2002-01-13 Andrew BartlettA couple of coding syle updates to follow the re-indent.
2002-01-13 Andrew BartlettRe-indent these two functions to make it actually possi...
2002-01-13 Andrew Tridgelldon't try to allocate zero bytes
2002-01-13 Andrew BartlettI'm doing some things towards the NamedPipes game with...
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-12 Simo Sorceupdates from 2.2
2002-01-12 Jeremy AllisonAdded PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level...
2002-01-12 Andrew BartlettThanks to vance for spotting the missing Makefile.in...
2002-01-12 Andrew BartlettMove all the pdb_get...() and pdb_set...() functions...
2002-01-12 Jeremy AllisonAdded the O_NOFOLLOW flag if follow symlinks is set...
2002-01-11 Jeremy AllisonRound and round we go....
2002-01-11 Jeremy AllisonLatest attempt at changeid.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-11 Andrew Tridgellfixed a crash bug in domain auth caused by an uninitial...
2002-01-11 Andrew Tridgellfixed a crash in merge_aces()
2002-01-11 Andrew Tridgellforce the time difference in cache comparisons to be...
2002-01-11 Andrew Tridgellmake the winbind sequence number code more robust
2002-01-11 Andrew Tridgellcope with direct IP addresses in resolve_name()
2002-01-11 Samba Release Accountpreparing for release of 3.0-alpha13
2002-01-11 Andrew BartlettMake this error match Win2k.
2002-01-11 Andrew BartlettThe DC is meant to be sent the *unmapped* username...
2002-01-11 Tim PotterAlways query the PDC for the list of trusted domains...
2002-01-11 Andrew BartlettBack out the crazy notion that the NTLMSSP flags actual...
2002-01-11 Tim PotterCorrect4ed comment.
2002-01-11 Andrew BartlettFix up 'net ads join' to delete and rejoin if the accou...
2002-01-11 Tim PotterSome memory leak fixes.
2002-01-11 Andrew Tridgellmake sure resolve_name() only returns valid IP addresses
2002-01-10 Tim PotterSince AB has been changing the winbind interface it...
2002-01-10 Herb Lewisadded structure members referred to by recent changes...
2002-01-10 Herb Lewismerge tpots name changes into IRIX part of code. When...
2002-01-10 Andrew BartlettReturn the winbind separator over the socket, so progra...
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 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
next