summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-14Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison1-1/+1
2001-11-14Removed unused variable.Tim Potter1-1/+0
2001-11-14Reformatted to 75 columns.Tim Potter1-86/+114
2001-11-14Add basic "make check" and "make installcheck" targets, using theMartin Pool1-15/+57
2001-11-14Cosmetic fix for libpopt-checking test.Martin Pool2-630/+633
2001-11-13Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison1-68/+89
2001-11-13Fix winbind client code so that winbind calls are not made if theJeremy Allison2-15/+43
2001-11-13List of coding suggestions for submittersSteve French1-0/+86
2001-11-13verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()Gerald Carter1-6/+3
2001-11-13Fix typo.Martin Pool1-2/+0
2001-11-13new Win2k spoolss rpc opnum (unknown right now).Gerald Carter1-0/+6
2001-11-13Formatting fixes only.Jeremy Allison2-58/+57
2001-11-12Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French1-19/+35
2001-11-12Spelling fixes.Tim Potter1-6/+6
2001-11-12Don't check space on every extend if strict allocate not set.Jeremy Allison1-5/+3
2001-11-12messed up with patches, this should be the right one,Simo Sorce1-2/+1
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison4-997/+985
2001-11-12some bugfix and new functions,Simo Sorce4-41/+98
2001-11-12Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett1-23/+17
2001-11-11Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett1-47/+0
2001-11-11Fix up some DEBUG()sAndrew Bartlett2-34/+74
2001-11-11Add back the not null checks in a better place.Andrew Bartlett2-2/+14
2001-11-11make sam_account_ok static.Andrew Bartlett2-64/+58
2001-11-11This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2-6/+0
2001-11-11Minor updates. A small dose of const.Andrew Bartlett6-6/+6
2001-11-11autoconfAndrew Bartlett1-794/+755
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett3-279/+16
2001-11-10fixed, moved and added some functionsSimo Sorce3-99/+154
2001-11-10Use defined constants not integers.Jeremy Allison1-3/+3
2001-11-09As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke1-2/+6
2001-11-09Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter2-3/+10
2001-11-09Fixup __LPID -> _LPID.Jeremy Allison2-2/+2
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett7-28/+21
2001-11-09fix the tree so it compiles againAndrew Tridgell1-1/+1
2001-11-09Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2-13/+5
2001-11-08Change to guest logon code.Andrew Bartlett10-156/+292
2001-11-08Fixed incorrect debug message. )-:Tim Potter1-1/+1
2001-11-08spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool1-1/+2
2001-11-08Only 1mb allocate slop.Jeremy Allison1-56/+55
2001-11-08Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison1-40/+29
2001-11-08Added more define bits. Fixed error in vol attributes.Jeremy Allison2-4/+6
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison2-2/+2
2001-11-07Add function to add those hosts who have added msbrowse (domain master browsers)Steve French1-0/+8
2001-11-07Added delheaders as a dependency for clean.Tim Potter1-1/+10
2001-11-07add convert_string_allocate() functionSimo Sorce1-5/+86
2001-11-07UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett1-2/+4
2001-11-07Initilising these variables before appending the domain groups to themAndrew Bartlett2-1/+5
2001-11-06Fixed unsigned / long unsigned format missmatch.Jeremy Allison1-4/+4
2001-11-06Internationalization enbalement for net utility - replace printf with d_printfJim McDonough1-233/+233
2001-11-05Fixed looking up domain (winbind) users ahead of local users inTim Potter1-6/+18