summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-1/+2
2002-01-21One less Get_Pwnam_Modify call!Andrew Bartlett1-5/+0
2002-01-21Add the -s command to keep smbpasswd quiet during the tests.Andrew Bartlett1-2/+2
2002-01-20Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett1-1/+1
2002-01-20Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett1-1/+1
2002-01-20Also echo the smbpasswd command lineAndrew Bartlett1-0/+1
2002-01-20Spelling fixes.Tim Potter3-13/+15
2002-01-20This should get the oldstyle domain join tests working again.Andrew Bartlett1-1/+1
2002-01-20A couple more little fixes for the domain security tests.Andrew Bartlett2-5/+5
2002-01-20Vance and his eagle eyes spotted a copy and paste error in my smb.conf updates.Andrew Bartlett1-11/+0
2002-01-20Try to see if we can get these tests working...Andrew Bartlett2-5/+1
2002-01-20fixes from 2.2Simo Sorce1-93/+127
2002-01-20This is another *BIG* change...Andrew Bartlett26-721/+1363
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett8-70/+23
2002-01-20Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett1-20/+40
2002-01-20Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2-103/+28
2002-01-20Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2-32/+41
2002-01-20Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett1-0/+2
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett9-95/+341
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett16-148/+134
2002-01-20Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison1-1/+0
2002-01-20Fix file size calculations for write cache code.Jeremy Allison1-5/+41
2002-01-20Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2-3/+21
2002-01-19Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison1-31/+32
2002-01-19Added #ifdef for FreeBSD TCP bug.Jeremy Allison1-0/+4
2002-01-19Report write fail in smb_dump.Jeremy Allison1-1/+3
2002-01-19Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison3-0/+10
2002-01-19fixes (asprintf) from 2.2Simo Sorce5-17/+24
2002-01-19Fix up runlist botchup.Andrew Bartlett1-3/+3
2002-01-18Update the build farm's test runlist and make it a bit easier to read.Andrew Bartlett1-1/+12
2002-01-18Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett1-9/+12
2002-01-18Ensure (C) message is output on startup.Jeremy Allison2-4/+4
2002-01-18If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison1-1/+7
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett12-51/+178
2002-01-18Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison1-26/+23
2002-01-18Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...Jeremy Allison1-4/+2
2002-01-18Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2-11/+19
2002-01-18Always clear malloced memory for parse structs.Jeremy Allison1-0/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett19-72/+243
2002-01-17Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett1-1/+3
2002-01-17Made a debug look nicer.Tim Potter1-1/+2
2002-01-17Added some guards.Tim Potter1-0/+4
2002-01-17Fixed typo.Tim Potter1-1/+1
2002-01-17new config files for winbindd startupHerb Lewis2-0/+39
2002-01-17fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell1-1/+1
2002-01-17don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell1-4/+0
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison4-44/+51
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison4-27/+67
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison4-66/+48
2002-01-16Alphabetize.Jeremy Allison1-3/+3