summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-07-03Renamed generic_request() to winbindd_request()Tim Potter2-4/+4
2000-07-03Re-ran autoconfTim Potter1-137/+136
2000-07-01reverting Jeremy's changes to enumprinterdata.Jean-François Micouleau1-2/+2
2000-07-01Found that the minimum priority is 1 and not 0 on NT.Jean-François Micouleau2-5/+12
2000-07-01Removed unneccessary ()'s afer &'s that made it look like weJeremy Allison1-125/+125
2000-06-30Merge from TNG.Tim Potter2-191/+206
2000-06-30Fixed oops with missing MANGLE_PATH directive.Jeremy Allison1-2/+6
2000-06-29simpler configure testAndrew Tridgell1-2/+1
2000-06-29slightly saner defaultsAndrew Tridgell1-3/+3
2000-06-29Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison3-28/+29
2000-06-28Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exeJeremy Allison1-49/+75
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison5-424/+439
2000-06-26Fixed display of "Everyone" in SD's.Jeremy Allison1-1/+5
2000-06-26fixed size alignment in tallocAndrew Tridgell1-2/+2
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison4-9/+20
2000-06-23Fix a malloc of zero problem.Jeremy Allison1-38/+49
2000-06-23lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2-2/+6
2000-06-23make protoTim Potter1-0/+41
2000-06-23Some compile fixes.Tim Potter1-3/+0
2000-06-23Got a bit carried away deleting things.Tim Potter1-1/+1
2000-06-23Removed unused variables.Tim Potter1-2/+0
2000-06-23Added parenthesis around definition of PRINTER_ACE_PRINT.Tim Potter1-1/+1
2000-06-23Added return for become_authenticated_pipe_user() function.Tim Potter1-0/+2
2000-06-23make protoTim Potter1-386/+393
2000-06-23Added MAX_SEC_CTX_DEPTHTim Potter1-0/+2
2000-06-23Delete OriginalDir stuff.Tim Potter3-16/+20
2000-06-23Moved some static functions to sec_ctx.cTim Potter1-222/+30
2000-06-23Added smbd/sec_ctx.o to smbd objects.Tim Potter1-1/+2
2000-06-23Call init_sec_ctx() instead of init_uid().Tim Potter1-9/+1
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter6-42/+42
2000-06-23I've been working on refactoring some of the mess that is the become_user()Tim Potter1-0/+295
2000-06-23just enough to get rpcclient to compile. Look for #if 0Gerald Carter5-4/+15
2000-06-22Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison3-16/+67
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison4-499/+428
2000-06-21fixed two minor bugs in new sys_select()Andrew Tridgell1-5/+5
2000-06-21A neater way of solving the S_ISSOCK, S_ISFIFO problem.Tim Potter2-47/+54
2000-06-21Changed default printer driver to "" from NULL.Jeremy Allison1-1/+1
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison5-31/+36
2000-06-20Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison5-3/+16
2000-06-19Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison3-18/+19
2000-06-16reverted lukes changes in param/Andrew Tridgell2-0/+139
2000-06-16more update.Luke Leighton2-139/+0
2000-06-16Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter1-1/+3
2000-06-16Whoops - dodgy make proto.Tim Potter1-1/+1
2000-06-16make protoTim Potter1-403/+416
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-1/+1
2000-06-16Changed function prototype for pipe api functions to take a pipes_structTim Potter1-1/+1
2000-06-16Added some permission constants that are set for NT printer securityTim Potter1-0/+7
2000-06-16Call print_access_check() function from printing back end.Tim Potter1-15/+45
2000-06-16Added print_access_check() function for checking printer securityTim Potter1-0/+71