summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Converted enumprinters and enumports cmd functions to use WERRORTim Potter2002-01-061-32/+39
* Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter2002-01-061-106/+129
* Check for winbind separator in user name for cli_session_setup()Tim Potter2002-01-061-1/+2
* spoolss rpc client cleanup:Tim Potter2002-01-062-91/+122
* Define a rpc_client doc group.Tim Potter2002-01-061-0/+3
* Minor doc cleanups.Tim Potter2002-01-061-2/+2
* Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter2002-01-061-0/+11
* Display nicer message when server name could not be resolved.Tim Potter2002-01-061-3/+3
* DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2002-01-062-1/+2
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* fixed another DATA_BLOB constructorAndrew Tridgell2002-01-051-6/+1
* simple fix for creating blank data blobsAndrew Tridgell2002-01-052-5/+8
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-0519-653/+690
* Add a talloc varient of the data_blob functions.Andrew Bartlett2002-01-052-4/+50
* Add a comment on how this error map was derrived.Andrew Bartlett2002-01-051-0/+22
* One line fix to get smbmount working again.Andrew Bartlett2002-01-051-0/+3
* Added DEBUG in set_share_mode to track down logic insanity.Jeremy Allison2002-01-051-0/+8
* Add a touch of constAndrew Bartlett2002-01-051-1/+1
* print the timezone in the same format as 'date +%z' - much better for scriptingAndrew Tridgell2002-01-041-5/+8
* Missed error return is can_rename fails.Jeremy Allison2002-01-041-0/+1
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-043-41/+102
* Added WERROR for non local domain.Jeremy Allison2002-01-031-0/+1
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-037-6/+17
* Don't use static memory, malloc it...Jeremy Allison2002-01-031-2/+12
* Fix the fix.... (sigh).Jeremy Allison2002-01-031-1/+1
* Ensure modtime is set correctly on destination files in copy command.Jeremy Allison2002-01-031-0/+4
* Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison2002-01-031-8/+9
* added nTSecurityDescriptor field to host acct dumpAndrew Tridgell2002-01-031-1/+3
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-034-410/+435
* Clarify doc for SAFE_FREE.Martin Pool2002-01-031-3/+7
* Make a couple more of the warnings also be C commentsAndrew Bartlett2002-01-031-2/+2
* A few changes to always output the erorr mapping even when the error wasAndrew Bartlett2002-01-031-27/+34
* Workaround some 'smarts' in Win2k.Andrew Bartlett2002-01-031-0/+20
* Re-add bail on failure.Andrew Bartlett2002-01-031-2/+8
* Fix talloc msg registrationMartin Pool2002-01-031-1/+1
* Put a name on lp_talloc poolMartin Pool2002-01-031-1/+1
* Make talloctort call talloc_describe_all before exitingMartin Pool2002-01-031-0/+2
* Cope nicely with pools with no name.Martin Pool2002-01-031-1/+10
* fixed ERRMAPEXTRACT torture to work with win2kAndrew Tridgell2002-01-031-11/+5
* smbd children should also register for POOL_USAGEMartin Pool2002-01-031-0/+1
* Cleanup format.Martin Pool2002-01-031-1/+1
* talloc accounting now includes number of chunks and bytes allocated.Martin Pool2002-01-031-9/+42
* Send back talloc allocation information when POOL_USAGE is received.Martin Pool2002-01-031-2/+8
* Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2002-01-032-4/+82
* smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2002-01-032-2/+7
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-034-2/+47
* Fixed crash bug in display_print_info_2()Tim Potter2002-01-031-65/+87
* Ignore dmalloc.log.Martin Pool2002-01-031-2/+3