summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett7-35/+154
2002-09-06Oops...Andrew Bartlett1-1/+1
2002-09-06Add some DEBUG()s to some libads failure modes.Andrew Bartlett1-1/+5
2002-09-06One less user of Get_Pwnam_modify()...Andrew Bartlett1-2/+4
2002-09-06Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett4-727/+775
2002-09-06Initial version of printerdata_ex browsing.Tim Potter3-5/+38
2002-09-06Move printerdata dictionary object into it's own file.Tim Potter3-12/+49
2002-09-06Decode list of dependent files in printer driver info3 and info6.Tim Potter1-1/+31
2002-09-06level keys are inserted by conv routines.Tim Potter1-14/+0
2002-09-06Display debug data we are marshalling/unmarshalling a UNISTR in aTim Potter1-1/+7
2002-09-06cli_spoolss_enumprinterdrivers:Tim Potter1-0/+4
2002-09-05Move the fancy NT_STATUS macros to a new file, so we can include them earlierAndrew Bartlett3-38/+63
2002-09-05Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simplyJeremy Allison2-32/+9
2002-09-05Fixed a little, long standing bug: smbclient -M <name> should resolveVolker Lendecke1-3/+8
2002-09-05Delivery notify messages over the back channel in *reverse* order inTim Potter1-3/+30
2002-09-05Remove donotify as notifies are cheap now.Jeremy Allison1-11/+11
2002-09-05We shouldn't add printing flag here.Jeremy Allison1-1/+1
2002-09-05Send any queued up print notify messages in exit_server() so theyTim Potter1-0/+2
2002-09-05A netshareenum reply always contains an enum_hnd. win2k returns zeroTim Potter1-4/+2
2002-09-05Roussed on Jeremy for not putting in enough debugs in the new printTim Potter2-0/+8
2002-09-05initial mem_ctx to NULLAndrew Tridgell2-2/+2
2002-09-05The new popt_common_debug code obviates the need to muck around withTim Potter1-10/+2
2002-09-04Added better error code on out of space. Removed total jobs check - notJeremy Allison3-53/+16
2002-09-04Only cache the user list on the SAMR handle for a particularAndrew Bartlett1-6/+24
2002-09-04Merge of (apparently working :-) new printing notify code.Jeremy Allison4-37/+213
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison9-28/+59
2002-09-04don't use ENCTYPE_ARCFOUR_HMAC unless the kerberos lib supports itAndrew Tridgell1-5/+4
2002-09-04Set default ACB attributes on 'unixsam' accounts. This means that machineAndrew Bartlett1-0/+9
2002-09-04Fix typo in comment.Tim Potter1-1/+1
2002-09-04Quietened some debugs.Tim Potter1-2/+2
2002-09-04remove inet_aton()Gerald Carter1-1/+1
2002-09-04DeletePrinterDriver[Ex]() fixes from APP_HEADGerald Carter2-171/+238
2002-09-03Fix the struct_blob.Richard Sharpe2-5/+9
2002-09-03Ensure we open UNIX fifo's non-blocking like we used to do.Jeremy Allison1-0/+11
2002-09-03Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> whereJeremy Allison1-1/+7
2002-09-03Formatting tidyup and additon of cli_close_connection() before bugfix.Jeremy Allison2-118/+101
2002-09-03Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe2-4/+52
2002-09-03Parse the NTLMSSP Challenge in cliconnect.c.Richard Sharpe1-2/+28
2002-09-03Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ...Tim Potter1-67/+34
2002-09-03Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter1-51/+61
2002-09-03Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter1-2/+2
2002-09-03Fix setprinterdata rpcclient command to use new cli_spoolss_setprinterdataTim Potter1-6/+12
2002-09-03Make sure that an NTLMSSP negotiate blob has the correct stuff in it!Richard Sharpe1-2/+3
2002-09-03Add type A to the small MSRPC generator ...Richard Sharpe1-0/+2
2002-09-03The session key in NTLMSSP AUTH blobs is actually an empty string.Richard Sharpe1-1/+1
2002-09-03Implemented client function for deleteprinterdataex.Tim Potter1-0/+15
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter2-4/+4
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-4/+47
2002-09-03Display printerdata values in hex.Tim Potter1-1/+2
2002-09-03Added utility function to convert python strings to hex dump + ascii.Tim Potter1-0/+73