summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Add more string explanations of RAP errors that are already documentedMartin Pool2002-01-221-8/+17
* We have to do some initialization before the string conversionMartin Pool2002-01-221-13/+15
* Raise log level of warning produced when the open() of the tdb fails.Tim Potter2002-01-221-1/+1
* Display tdb name of "unknown" in logging debug when tdb has not been named.Tim Potter2002-01-221-1/+1
* Added comment about running lp_load() before calling pidfile_create().Tim Potter2002-01-221-1/+4
* Call pidfile_create() as part of init sequence.Tim Potter2002-01-221-0/+3
* Having a const parameter for set_socket_options() causes too much confusion.Tim Potter2002-01-221-1/+1
* Removed freebsd hack. Not correct.Jeremy Allison2002-01-211-4/+0
* Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison2002-01-211-4/+10
* getpwnam_alloc -> getpwnamSimo Sorce2002-01-211-9/+8
* hmm, get it right this time.Simo Sorce2002-01-211-1/+1
* fix also the comment.Simo Sorce2002-01-211-2/+5
* replace getpwnam_alloc with plain getpwnam.Simo Sorce2002-01-211-2/+1
* Make the -L option to smbclient slightly less gross:Martin Pool2002-01-211-4/+22
* Spelling fix.Tim Potter2002-01-211-1/+1
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-2/+3
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-1/+2
* One less Get_Pwnam_Modify call!Andrew Bartlett2002-01-211-5/+0
* Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett2002-01-201-1/+1
* Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett2002-01-201-1/+1
* Spelling fixes.Tim Potter2002-01-203-13/+15
* fixes from 2.2Simo Sorce2002-01-201-93/+127
* This is another *BIG* change...Andrew Bartlett2002-01-2021-637/+1267
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-208-70/+23
* Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett2002-01-201-20/+40
* Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2002-01-202-103/+28
* Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2002-01-202-32/+41
* Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett2002-01-201-0/+2
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-209-95/+341
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-2016-148/+134
* Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison2002-01-201-1/+0
* Fix file size calculations for write cache code.Jeremy Allison2002-01-201-5/+41
* Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2002-01-202-3/+21
* Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison2002-01-191-31/+32
* Added #ifdef for FreeBSD TCP bug.Jeremy Allison2002-01-191-0/+4
* Report write fail in smb_dump.Jeremy Allison2002-01-191-1/+3
* Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison2002-01-193-0/+10
* fixes (asprintf) from 2.2Simo Sorce2002-01-195-17/+24
* Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett2002-01-181-9/+12
* Ensure (C) message is output on startup.Jeremy Allison2002-01-182-4/+4
* If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison2002-01-181-1/+7
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-1810-50/+146
* Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-26/+23
* Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...Jeremy Allison2002-01-181-4/+2
* Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-182-11/+19
* Always clear malloced memory for parse structs.Jeremy Allison2002-01-181-0/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-1719-72/+243
* Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett2002-01-171-1/+3
* Made a debug look nicer.Tim Potter2002-01-171-1/+2
* Added some guards.Tim Potter2002-01-171-0/+4