summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-6/+6
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-14/+17
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-40/+108
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-18/+29
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter7-170/+259
2000-06-15support both read and write locks inside the tdbAndrew Tridgell1-1/+6
2000-06-15- use read locks when possibleAndrew Tridgell1-42/+44
2000-06-15use the right MMAP flagAndrew Tridgell1-1/+1
2000-06-15open files with O_NONBLOCK when available. This is necessary toAndrew Tridgell1-1/+6
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell6-132/+233
2000-06-15add -d debuglevel optionAndrew Tridgell1-1/+5
2000-06-15Removed some debugs.Tim Potter1-12/+0
2000-06-14Added nsswitch/common.o to SMBD_OBJ1Tim Potter1-1/+1
2000-06-14Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter1-28/+74
2000-06-14#include nsswitch/winbind_nss.hTim Potter1-0/+2
2000-06-14Merge from TNG.Tim Potter2-55/+157
2000-06-14Merged parse_domain_user() from TNG.Tim Potter1-0/+20