summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* removed references to loopback RPC connections.Gerald Carter2000-07-141-45/+80
* removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2000-07-142-105/+60
* Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2000-07-142-206/+3
* make protoGerald Carter2000-07-143-352/+454
* adding more spoolss command into rpcclient. They don't all workGerald Carter2000-07-142-2/+368
* Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter2000-07-131-0/+21
* Uninitialised variables.Tim Potter2000-07-131-0/+2
* we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau2000-07-122-5/+5
* - The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau2000-07-123-21/+41
* An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel2000-07-121-10/+37
* Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug forChristopher R. Hertel2000-07-121-1/+1
* #ifndef RPCCLIENT_TESTGerald Carter2000-07-111-35/+16
* Allow name lookup to fail and fall back to using the "Everyone" SIDJeremy Allison2000-07-111-3/+5
* Add local fallback for name lookup if no winbindd running...Jeremy Allison2000-07-111-9/+20
* Ensure correct driver paths are returned in INFO_2 struct.Jeremy Allison2000-07-101-6/+6
* make protoGerald Carter2000-07-101-0/+1
* spoolenum commend (when compiled with the new prs_unistr())Gerald Carter2000-07-101-7/+9
* Fixed a bug in parsing the command line.Gerald Carter2000-07-101-1/+1
* included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter2000-07-101-0/+92
* Added wbinfo and .libsTim Potter2000-07-101-0/+2
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-106-19/+23
* Moved winbind client functions from various odd locations toTim Potter2000-07-108-168/+240
* make protoTim Potter2000-07-102-335/+336
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-105-53/+177
* Spelling fixes.Tim Potter2000-07-101-3/+3
* Fix for passing NULL pointer as an array parameter inTim Potter2000-07-102-4/+4
* Added some useful debugging stuff.Tim Potter2000-07-101-10/+66
* Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel2000-07-091-6/+20
* Just a few changes due to bringing some partial files backGerald Carter2000-07-071-3/+10
* More rpcclient merge issues:Gerald Carter2000-07-0716-14/+1471
* More rpcclient merge issues:Gerald Carter2000-07-075-1/+1222
* printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison2000-07-064-68/+87
* Don't check NT permissions when printing from lanman.Tim Potter2000-07-062-6/+14
* Implemented NT printer descriptor checking. Yay!Tim Potter2000-07-062-68/+115
* Moved authenticated pipe user details into a current_user struct.Tim Potter2000-07-062-2/+2
* Moved printer ACE mask values from nt_printing.h to rpc_spoolss.hTim Potter2000-07-062-9/+6
* Include nss.h if present or define enough values to allow client access toTim Potter2000-07-061-0/+15
* Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter2000-07-061-189/+287
* Pass either an authenticated pipe or SMB user in a current_user struct downTim Potter2000-07-061-13/+38
* Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter2000-07-061-3/+3
* Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter2000-07-062-0/+3
* Make prototypes for functions returning an enum nss_status.Tim Potter2000-07-061-1/+1
* Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter2000-07-061-3/+3
* Moved lib/util_seaccess.o from LIB_OBJ to SMBD1_OBJ as it is only used byTim Potter2000-07-061-2/+2
* new protosAndrew Tridgell2000-07-061-1/+0
* the smbw sample progAndrew Tridgell2000-07-061-0/+93
* don't need shmem any moreAndrew Tridgell2000-07-063-38/+0
* wrote a little sample smbw programAndrew Tridgell2000-07-061-1/+8
* added -L optionAndrew Tridgell2000-07-061-2/+8
* got smbw to compile again on LinuxAndrew Tridgell2000-07-062-3/+4