Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | libsmb/cli_netlogon.c: Fixed confusing debug messages. | Jeremy Allison | 2002-04-17 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | param/loadparm.c: Added missing debugs that would have helped me find a misconfiguration I lost a day on.... Jeremy. | |||||
| * | | Add a patch to look up the DMB if the LMB cannot be found. Based on a ↵ | Richard Sharpe | 2002-04-15 | 1 | -6/+10 | |
| | | | | | | | | | | | | suggestion from Jürgen Appel <jappel@linux01.gwdg.de> | |||||
| * | | Merged in Tim's fixes, tridge's fix. | Jeremy Allison | 2002-04-14 | 2 | -21/+23 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Add code to try a reverse lookup of the name of the server based on the IP | Richard Sharpe | 2002-04-09 | 1 | -0/+29 | |
| | | | | | | | | | | | | | | | if we fail to connect both with the server name and *SMBSERVER and the server name is an IP address. | |||||
| * | | Always pass NT password as well as Lanman. | Jeremy Allison | 2002-04-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merge from HEAD: | Tim Potter | 2002-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | >Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead >of strdup(). | |||||
| * | | more rpcclient syncs with HEAD. Should not affect server functionality | Gerald Carter | 2002-04-03 | 6 | -28/+445 | |
| | | | | | | | | | | | | | | | at all. Will perform some more testing tomorrow to make sure I haven't broken things.... | |||||
| * | | Some merges from HEAD. rpcclient's spoolss functions still do not | Gerald Carter | 2002-04-02 | 1 | -248/+660 | |
| | | | | | | | | | | | | work (parsing problems). Intermediate checkin. Does compile. | |||||
| * | | Small optimization to receive_smb to allow us to specify negative timeouts and | Richard Sharpe | 2002-03-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | thus tell the smblib stuff that it is OK if a packet does not arrive. | |||||
| * | | After consulting with Andrew & others, ported HEAD winbindd into 2.2.x. | Jeremy Allison | 2002-03-22 | 8 | -33/+328 | |
| | | | | | | | | | | | | | | | | | | This winbindd has *much* greater stability and has been more tested than the old 2.2.x one. Big change though.... Jeremy. | |||||
| * | | Correctly increment offset in cli_smbwrite. | Jeremy Allison | 2002-03-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Test against W2K that we're doing large read/writes correctly (we are). | Jeremy Allison | 2002-03-20 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | At least with 14 word writes. Jeremy. | |||||
| * | | Use the noduplicates namequery. | Jeremy Allison | 2002-03-19 | 1 | -5/+69 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Looks a big change but isn't. | Jeremy Allison | 2002-03-18 | 5 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Finally (now it's going away of course... :-) got rid of the horror that is dos_to_unix(XXX,BOOL) - modifying the target. Replaced with dos_to_unix_static that always returns a static string and dos_to_unix which always modifies the string in place. MUCH CLEANER ! Made VFS interfaces const clean. Jeremy. | |||||
| * | | No real meat to this commit. Mostly format updates and removed | Gerald Carter | 2002-03-12 | 1 | -313/+217 | |
| | | | | | | | | | | | | | | | cli_spoolss_routerreplyprinter() as that is going to rpc_client/cli_spoolss_notify.c due to linking dependencies. | |||||
| * | | Merge in the locking changes from HEAD. Added "inherit acls" parameter, | Jeremy Allison | 2002-03-11 | 1 | -0/+58 | |
| | | | | | | | | | | | | | | | no code yet. Jeremy. | |||||
| * | | first pass at inplementing SPOOLSS_ROUTERREPLYPRINTER. This is only the | Gerald Carter | 2002-03-08 | 1 | -0/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsing and the client routines. I have some hacked server code that makes the Win2k Printers folder display the updated driver name when changing settings via the properties page (ask me if this doesn't make sense), but it's too ugly too live. That will come later. Makefile.in simply include libsmb/cli_spoolss.o and related files into smbd (will need this for printer change notification). | |||||
| * | | Added case statment for decoding enumprinters level 0 result. | Tim Potter | 2002-03-08 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add missing error codes. Tify up libsmb error return. | Jeremy Allison | 2002-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | More connectathon fixes. srvsvc returns WERRORs not NTSTATUS codes. | Jeremy Allison | 2002-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Added aDIR mask for setfileinfo. Jeremy. | |||||
| * | | Ensure that all methods of looking up and connecting to DC's work | Jeremy Allison | 2002-02-28 | 4 | -23/+31 | |
| | | | | | | | | | | | | | | | using identical logic. Remove the zero_ip global. Jeremy. | |||||
| * | | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 2002-02-26 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | (and yes I know who you are..... :-). Jeremy. | |||||
| * | | merge from head | Herb Lewis | 2002-02-16 | 1 | -2/+11 | |
| | | | | | | | | | | | | Try not to malloc -1 bytes (apx 4GB) when the data is already in error. | |||||
| * | | really get rid of compiler warning this time :-) | Herb Lewis | 2002-02-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | get rid of compiler warning | Herb Lewis | 2002-02-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | * fix smbd crash when netbios session request fails | Gerald Carter | 2002-02-13 | 3 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | from spoolss_connect_to_client(). * Added check against running cli_errstr() against an uninitialised cli_state struct | |||||
| * | | reformat | Gerald Carter | 2002-02-13 | 1 | -37/+38 | |
| | | | ||||||
| * | | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy. | |||||
| * | | Don't clear a printer handle before passing it to the close fn (D'oh !). | Jeremy Allison | 2002-01-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merged Martin's RAP names. | Jeremy Allison | 2002-01-22 | 1 | -20/+24 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | fixes to check asprintf return | Simo Sorce | 2002-01-19 | 1 | -10/+13 | |
| | | | | | | | | | | | | thanks to Andreas Moroder for spotting them | |||||
| * | | Allow for winbind separator in connects. Patch from Alexander Bokovoy ↵ | Jeremy Allison | 2002-01-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | <a.bokovoy@sam-solutions.net>. Jeremy. | |||||
| * | | Merge errormap typo fix. | Jeremy Allison | 2002-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixup the use of %S in the homes share. When we're doing the substitue the | Jeremy Allison | 2002-01-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | new snum doesn't exist yet, so we can't substitute based on it - we get servicename being "homes". Renamed XXX_NOT_CHANGED constants to SMB_XXX_NOT_CHANGED. Jeremy. | |||||
| * | | Fixup error mapping so we have only one table containing errno -> dos error ↵ | Jeremy Allison | 2002-01-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | -> NT STATUS maps. Fixes problem with disk full returning incorrect error. Jeremy. | |||||
| * | | Alphabetize, added altname cmd. | Jeremy Allison | 2002-01-16 | 2 | -0/+65 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Check malloc fixes from andreas moroder <claudiamoroder@st-ulrich.suedtirol.net> | Jeremy Allison | 2002-01-15 | 1 | -3/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added code into smbclient to test the UNIX extensions. They seem to work | Jeremy Allison | 2002-01-15 | 1 | -10/+173 | |
| | | | | | | | | | | | | | | | fine.... Jeremy. | |||||
| * | | bin/rpcclient pip -c "setprinterdata q1 test2 value" | Gerald Carter | 2002-01-11 | 1 | -16/+50 | |
| | | | ||||||
| * | | Changed the macros in byteorder to be const safe by default. This means | Jeremy Allison | 2002-01-11 | 9 | -60/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | we can't use the CVAL(a,b) = x form but must use SCVAL(a,b,x). This gets rid of most of the const warnings that have been plaguing us for some time now. Yes, I intend to add this to HEAD also once I've fixed the printer issue. Jeremy. | |||||
| * | | few quick fixes to make enumprinters, getprinter work | Gerald Carter | 2002-01-11 | 1 | -14/+12 | |
| | | | ||||||
| * | | Sync up with HEAD changes. | Jeremy Allison | 2002-01-11 | 1 | -4/+18 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Backport the ERRgeneral changes 'cos Tim's too lazy to do it even when | Jeremy Allison | 2002-01-07 | 2 | -1/+34 | |
| | | | | | | | | | | | | | | | I ask nicely :-) :-). Jeremy. | |||||
| * | | Fix new errormap table..... This looks good. | Jeremy Allison | 2002-01-03 | 2 | -407/+430 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fix clistr_pull error with unicode and -1 src_len. Stopped smbclient -L | Jeremy Allison | 2002-01-03 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | from working. Jeremy. | |||||
| * | | comile error and warnings on IRIX | Herb Lewis | 2002-01-02 | 2 | -5/+5 | |
| | | | ||||||
| * | | configure configure.in: Updated with HEAD unicos stuff. | Jeremy Allison | 2002-01-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | libsmb/errormap.c: Merge from HEAD - correct error table. include/rpc_samr.h rpc_server/srv_samr_nt.c: Make user enumeration work for w2k and win9x. This means different return sizes depending on client bugs. This sucks :-(. Jeremy. | |||||
| * | | backport from head, passdb backends are a bit different (I've seen only the ↵ | Simo Sorce | 2001-12-30 | 1 | -5/+3 | |
| | | | | | | | | | | | | ldap init fns) so I leave to other (jeremy, jerry ?) to backports the mods if they think it is ok. | |||||
| * | | Get religion on using SAFE_FREE. | Jeremy Allison | 2001-12-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | lib/snprintf.c: Fix typo. | Jeremy Allison | 2001-12-21 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | libsmb/cliconnect.c: Fix for non null-terminated strings. nsswitch/pam_winbind.c: Fix typo. Jeremy. |