summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-07-10Added wbinfo and .libsTim Potter1-0/+2
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter6-19/+23
2000-07-10Moved winbind client functions from various odd locations toTim Potter8-168/+240
2000-07-10make protoTim Potter2-335/+336
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter5-53/+177
2000-07-10Spelling fixes.Tim Potter1-3/+3
2000-07-10Fix for passing NULL pointer as an array parameter inTim Potter2-4/+4
2000-07-10Added some useful debugging stuff.Tim Potter1-10/+66
2000-07-09Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel1-6/+20
2000-07-07Just a few changes due to bringing some partial files backGerald Carter1-3/+10
2000-07-07More rpcclient merge issues:Gerald Carter16-14/+1471
2000-07-07More rpcclient merge issues:Gerald Carter5-1/+1222
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison4-68/+87
2000-07-06Don't check NT permissions when printing from lanman.Tim Potter2-6/+14
2000-07-06Implemented NT printer descriptor checking. Yay!Tim Potter2-68/+115
2000-07-06Moved authenticated pipe user details into a current_user struct.Tim Potter2-2/+2
2000-07-06Moved printer ACE mask values from nt_printing.h to rpc_spoolss.hTim Potter2-9/+6
2000-07-06Include nss.h if present or define enough values to allow client access toTim Potter1-0/+15
2000-07-06Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter1-189/+287
2000-07-06Pass either an authenticated pipe or SMB user in a current_user struct downTim Potter1-13/+38
2000-07-06Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter1-3/+3
2000-07-06Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter2-0/+3
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