summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-07-13Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter1-0/+21
2000-07-13Uninitialised variables.Tim Potter1-0/+2
2000-07-12we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau2-5/+5
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau3-21/+41
2000-07-12An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel1-10/+37
2000-07-12Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug forChristopher R. Hertel1-1/+1
2000-07-11#ifndef RPCCLIENT_TESTGerald Carter1-35/+16
2000-07-11Allow name lookup to fail and fall back to using the "Everyone" SIDJeremy Allison1-3/+5
2000-07-11Add local fallback for name lookup if no winbindd running...Jeremy Allison1-9/+20
2000-07-10Ensure correct driver paths are returned in INFO_2 struct.Jeremy Allison1-6/+6
2000-07-10make protoGerald Carter1-0/+1
2000-07-10spoolenum commend (when compiled with the new prs_unistr())Gerald Carter1-7/+9
2000-07-10Fixed a bug in parsing the command line.Gerald Carter1-1/+1
2000-07-10included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter1-0/+92
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