kai/samba.git
2002-01-20 Andrew BartlettVance and his eagle eyes spotted a copy and paste error...
2002-01-20 Andrew BartlettTry to see if we can get these tests working...
2002-01-20 Simo Sorcefixes from 2.2
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
2002-01-20 Andrew BartlettFix up an embarrsing bug I introduced when I moved...
2002-01-20 Andrew BartlettKill off the old varient of 'check_plaintext_password...
2002-01-20 Andrew BartlettAdd a touch of 'const' to some auth components, and...
2002-01-20 Andrew BartlettFix a couple of memory leaks in the cli_establish_conne...
2002-01-20 Andrew BartlettThis is the current patch from Luke Leighton <lckl...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-20 Jeremy AllisonEnsure identical between 2.2.3 and 3.0 - no need for...
2002-01-20 Jeremy AllisonFix file size calculations for write cache code.
2002-01-20 Jeremy AllisonAttempt to fix bugs in write cache code (yes I know...
2002-01-19 Jeremy AllisonReadline has problems on non tty fd's. Use readline...
2002-01-19 Jeremy AllisonAdded #ifdef for FreeBSD TCP bug.
2002-01-19 Jeremy AllisonReport write fail in smb_dump.
2002-01-19 Jeremy AllisonFix to close winbindd_idmap on exit. Pointed out by...
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2002-01-19 Andrew BartlettFix up runlist botchup.
2002-01-18 Andrew BartlettUpdate the build farm's test runlist and make it a...
2002-01-18 Andrew BartlettDon't do tridge's crazy 'am I a trusted domain' lookup...
2002-01-18 Jeremy AllisonEnsure (C) message is output on startup.
2002-01-18 Jeremy AllisonIf 127.0.0.1 matches both allow & deny then allow....
2002-01-18 Andrew BartlettThis is the 'winbind default domain' patch from Alexand...
2002-01-18 Jeremy AllisonTidyup & code refactoring from Martin.Sheppard@csiro.au.
2002-01-18 Jeremy AllisonEnsure we log tdb open fails. Patch from Alexander...
2002-01-18 Jeremy AllisonAdded prs_mem_clear(). Clear memory on buffer reallocat...
2002-01-18 Jeremy AllisonAlways clear malloced memory for parse structs.
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-17 Andrew BartlettMove the bang (!) command back to the bottom of the...
2002-01-17 Tim PotterMade a debug look nicer.
2002-01-17 Tim PotterAdded some guards.
2002-01-17 Tim PotterFixed typo.
2002-01-17 Herb Lewisnew config files for winbindd startup
2002-01-17 Andrew Tridgellfixed a typo in the error map for WRONG_PASSWORD
2002-01-17 Andrew Tridgelldon't use O_NONBLOCK in open(). This was added erroneou...
2002-01-16 Jeremy AllisonSeparate out get_user_home_dir() from get_user_home_ser...
2002-01-16 Jeremy AllisonMerged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
2002-01-16 Jeremy AllisonFixup error mapping so we have only one table containin...
2002-01-16 Jeremy AllisonAlphabetize.
2002-01-16 Jeremy AllisonAdded CIFS UNIX extension code to client.
2002-01-16 Jeremy AllisonFix name register bug with non-existent wins server.
2002-01-16 Jeremy AllisonAt leadt don't lose this - I need to re-sync trans2...
2002-01-16 Martin PoolRoll back PSTRING_SANCTIFY patch; just leave non-contro...
2002-01-16 Tim PotterQuieten some pointer cast warnings.
2002-01-16 Andrew Tridgellmuch better support for organisational units in ADS...
2002-01-16 Martin PoolRoll back PSTR insertion.
2002-01-16 Tim PotterMerge of name_status_find() debugs.
2002-01-15 Jim McDonoughFix from 2.2. It didn't break on HEAD because it isn...
2002-01-15 Jeremy AllisonMissing assign fix from Bernt Nilsson bkn@ida.liu.se.
2002-01-15 Andrew BartlettFor some reason I wasn't thinking about failure cases...
2002-01-15 Martin PoolConvert to the new pstring interface. This diff is...
2002-01-15 Martin PoolSplit pstring definitions into their own header.
2002-01-15 Martin PoolIntegrate with PSTRING_SANCTIFY.
2002-01-15 Martin Pool#ifdef variable that's not used without dmalloc
2002-01-15 Martin PoolAdd constness to parameters
2002-01-15 Herb Lewisadding wins commands to winbindd - will check in the...
2002-01-15 Martin PoolAdd constness to parameters
2002-01-15 Martin PoolAdd constness to filenames passed to functions.
2002-01-15 Andrew BartlettCommit the auth associated changes I missed from the...
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... preparing 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 Gerald Cartercommit some changes for ab, and keep working on the...
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...
next