1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Tim Potter 2f25e5118f Converted enumprinters and enumports cmd functions to use WERROR
values returned from cli functions.  They are converted to NTSTATUS codes
using the error map functions.

Do buffer size loop checks by setting offered = 0 and using the return
value of needed in the next call.
(This used to be commit 4efbdda3fc)
2002-01-06 09:03:48 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00
auth I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
bin Add a very trivial talloc torture program, bin/talloctort. Not built 2001-12-19 04:46:35 +00:00
client One line fix to get smbmount working again. 2002-01-05 03:45:50 +00:00
codepages removed old unused files 2001-10-03 13:05:59 +00:00
groupdb Fixed nasty cast of tdb_delete in traversals. 2002-01-03 22:48:48 +00:00
include DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent 2002-01-06 02:55:37 +00:00
intl Fixed nasty cast of tdb_delete in traversals. 2002-01-03 22:48:48 +00:00
lib simple fix for creating blank data blobs 2002-01-05 23:30:59 +00:00
libads added nTSecurityDescriptor field to host acct dump 2002-01-03 11:59:33 +00:00
libsmb Converted enumprinters and enumports cli functions to return WERRORs. 2002-01-06 09:02:14 +00:00
locking Added DEBUG in set_share_mode to track down logic insanity. 2002-01-05 02:37:23 +00:00
msdfs get rid of compiler warnings (casts and delete unused variables) 2001-10-23 19:10:30 +00:00
nmbd When running interactive we want to set our own process group for 2001-12-30 01:46:38 +00:00
nsswitch Further rpc_client removal, this time from winbindd. 2002-01-01 04:50:45 +00:00
pam_smbpass pam_smbpass updates from a.bokovoy@sam-solutions.net 2001-12-11 23:44:33 +00:00
param Put a name on lp_talloc pool 2002-01-03 05:57:21 +00:00
passdb fixing compile error 2002-01-02 22:02:11 +00:00
po added fr.msg from Fanch 2001-12-09 17:06:45 +00:00
popt stop popt from doing its own intl stuff 2001-11-25 00:10:28 +00:00
printing Fixed nasty cast of tdb_delete in traversals. 2002-01-03 22:48:48 +00:00
profile Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. 2001-10-02 04:29:50 +00:00
rpc_client Add prs_dump_before to dump everything from the start of the prs 2002-01-02 07:48:07 +00:00
rpc_parse Add prs_dump_before to dump everything from the start of the prs 2002-01-02 07:48:07 +00:00
rpc_server I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
rpcclient Converted enumprinters and enumports cmd functions to use WERROR 2002-01-06 09:03:48 +00:00
script much better ADS error handling system 2001-12-19 12:21:12 +00:00
smbd Get this code back to where it belongs... 2002-01-06 01:37:14 +00:00
smbwrapper Got medieval on another pointless extern. Removed extern struct ipzero 2001-11-26 03:11:44 +00:00
tdb Fixed nasty cast of tdb_delete in traversals. 2002-01-03 22:48:48 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture Update the NT_STATUS -> DOS error table. 2002-01-03 08:36:47 +00:00
ubiqx Again, just syncronizing. The a function name was changed in the sll 2000-06-08 17:42:20 +00:00
utils print the timezone in the same format as 'date +%z' - much better for scripting 2002-01-04 23:02:14 +00:00
web Store some path names in global variables initialized to configure 2001-11-19 02:49:53 +00:00
.cvsignore Ignore dmalloc.log. 2002-01-03 03:47:09 +00:00
acconfig.h cope with systems that don't have full gssapi libs 2001-12-31 14:31:13 +00:00
aclocal.m4 Added SWAT i18n feature: 2001-09-24 15:55:09 +00:00
architecture.doc first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
change-log global change from samba.anu.edu.au to samba.org 1998-11-21 13:20:31 +00:00
CodingSuggestions added "net join" command 2001-11-24 14:16:41 +00:00
config.guess By popular demand: a new config.guess and config.sub 2001-12-08 17:37:59 +00:00
config.sub By popular demand: a new config.guess and config.sub 2001-12-08 17:37:59 +00:00
configure Oops, rerun autoconf after last change. 2002-01-03 03:14:51 +00:00
configure.developer Change ./configure.developer to stay in effect across a 2001-09-25 05:08:05 +00:00
configure.in Add instructions on using dmalloc. 2002-01-03 03:04:35 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 2000-03-09 22:22:38 +00:00
Doxyfile Make CodingSuggestions show up in the Doxygen pages. 2001-11-16 07:28:23 +00:00
dynconfig.c Move all other paths into dynconfig 2001-11-19 05:49:20 +00:00
install-sh merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
internals.doc The big character set handling changeover! 2001-07-04 07:15:53 +00:00
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 2001-11-16 07:28:23 +00:00
Makefile.in I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
parsing.doc Added info about parsing debug messages. 1998-10-27 21:07:52 +00:00
smbadduser JHT ==> Removed linefeed that caused problems. 1997-10-13 12:13:11 +00:00