summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-07-06Make prototypes for functions returning an enum nss_status.Tim Potter1-1/+1
2000-07-06Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter1-3/+3
2000-07-06Moved lib/util_seaccess.o from LIB_OBJ to SMBD1_OBJ as it is only used byTim Potter1-2/+2
2000-07-06new protosAndrew Tridgell1-1/+0
2000-07-06the smbw sample progAndrew Tridgell1-0/+93
2000-07-06don't need shmem any moreAndrew Tridgell3-38/+0
2000-07-06wrote a little sample smbw programAndrew Tridgell1-1/+8
2000-07-06added -L optionAndrew Tridgell1-2/+8
2000-07-06got smbw to compile again on LinuxAndrew Tridgell2-3/+4
2000-07-06Bracked unbracketed macro arguments while looking for another bug.Tim Potter1-2/+2
2000-07-05Merge of wbinfo program from TNG.Tim Potter3-2/+421
2000-07-04the dummy field in driver_info_6 is before the driver version and notJean-François Micouleau1-2/+2
2000-07-04driver_info_6 had a prs_align() that should not have been there.Jean-François Micouleau1-2/+0
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter5-39/+49
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-14/+18
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter9-747/+2396
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter7-105/+353
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter4-6/+105
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