summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-078-0/+28
* sync getopt() args with 2.2Gerald Carter2002-01-071-1/+1
* - use CFLAGS when linking shared libs (for things like -64 on irix)Andrew Tridgell2002-01-073-7/+6
* Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2002-01-074-4/+4
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-072-65/+81
* Spelling fix.Tim Potter2002-01-072-665/+662
* Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD isTim Potter2002-01-071-2/+10
* 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