Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Added "use mmap" for HPUX. | Jeremy Allison | 2001-07-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode | Jeremy Allison | 2001-07-30 | 1 | -57/+6 | |
| | | | | | | | | | | | | | | | push calls. If this breaks authentication then good, it needed fixing anyway :-). Jeremy. | |||||
| * | | cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't an | Tim Potter | 2001-07-23 | 1 | -1/+4 | |
| | | | | | | | | | | | | entry. | |||||
| * | | Added a warning debug if cli_samr_lookup_rids is called with more than 1000 | Tim Potter | 2001-07-23 | 1 | -1/+7 | |
| | | | | | | | | | | | | rids as this seems to crash LSASS.EXE more often than not. | |||||
| * | | In cli_lsa_lookup_sids() don't append a separator character between domain | Tim Potter | 2001-07-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | and name if there is no name. | |||||
| * | | Changed the cli_lsa_lookup_sids() function to unpack the domain and user or | Tim Potter | 2001-07-20 | 1 | -3/+7 | |
| | | | | | | | | | | | | group using rpcstr_pull_unistr2_fstring rather than pull_ascii_fstring (!!) | |||||
| * | | formatting fix | Andrew Tridgell | 2001-07-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | fixed some unicode and LANMAN2 bugs in trans2 find first | Andrew Tridgell | 2001-07-07 | 1 | -103/+77 | |
| | | | ||||||
| * | | Add backend encryption support for NTLMv2. | Andrew Bartlett | 2001-07-07 | 2 | -5/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The leg-work for this was done by the folks at samba-tng.org, I'm just bringing it accross to HEAD. The MD5 implementation is seperatly derived, and does not have the copyright problems that the one in TNG has. Also add const to a few places where it makes sence. Andrew Bartlett | |||||
* | | | Sync-up with SAMBA_2_2 branch. | Jeremy Allison | 2001-10-11 | 12 | -247/+738 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Sync-up with 2.2 | Jeremy Allison | 2001-07-06 | 2 | -13/+139 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 18 | -580/+1237 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-07-05 | 3 | -0/+2831 | |
|\| | | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | Renamed formal parameter fd to fnum because we're talking about SMB file | Tim Potter | 2001-07-05 | 1 | -10/+7 | |
| | | | | | | | | | | | | handles, not unix ones. | |||||
| * | | strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵ | Andrew Tridgell | 2001-07-04 | 4 | -9/+9 | |
| | | | | | | | | | | | | can't redefine them. damn. | |||||
| * | | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 15 | -266/+94 | |
| | | | | | | | | | | | | | | | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. | |||||
| * | | Fixed incorrect comment for cli_NetServerEnum() | Tim Potter | 2001-07-03 | 1 | -4/+4 | |
| | | | ||||||
| * | | Insure caught the fact that PTRDIFFs were being done between two unrelated | Jeremy Allison | 2001-07-02 | 2 | -5/+17 | |
| | | | | | | | | | | | | | | | pointers. Jeremy. | |||||
| * | | cli_read() was reading too many bytes. | Andrew Tridgell | 2001-07-01 | 1 | -2/+1 | |
| | | | ||||||
| * | | Use a logical cli_read(), removed the cli_read_one() hack. | Jeremy Allison | 2001-06-29 | 1 | -124/+61 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fix a stupid typo ... | Richard Sharpe | 2001-06-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Put an 0x in front of a hex number. | Tim Potter | 2001-06-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵ | Andrew Tridgell | 2001-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | instead of a define | |||||
| * | | - make the regresison test mode code build in by default. This should | Andrew Tridgell | 2001-06-25 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | allow us to have test targets without special configure options - fixed make proto so that it actually does something | |||||
| * | | added the ability to test smbd safely as an ordinary user. The way it works is | Andrew Tridgell | 2001-06-22 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that libsmb/ creates a local tcp socket then launches smbd as a subprocess attached to that socket. smbd thinks it is being launched from inetd. to use it do the following: - compile with -DSMB_REGRESSION_TEST - run like this (also works with smbtorture etc) export SMBD_TEST=1 export LIBSMB_PROG=bin/smbd smbclient //server/share -Uuser%pass obviously you need to setup a smb.conf etc. Using --prefix to configure is useful. The aim of all this stuff is to add a decent set of regression tests to the build farm, so we know if smbd actually runs correctly on all the platforms, not just builds. We can run smbtorture, masktest, locktest etc, plus a bunch of smbclient scripts and any new tests we write. This doesn't help much with nmbd (at least not yet) but its a good start. | |||||
| * | | Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts to | Tim Potter | 2001-06-22 | 1 | -20/+34 | |
| | | | | | | | | | | | | allocate 0 bytes. | |||||
| * | | Merged cli_read_one() function for reading DCE/RPC reply fragments. | Tim Potter | 2001-06-22 | 1 | -0/+46 | |
| | | | ||||||
| * | | added some comments to make the cli read code clearer | Andrew Tridgell | 2001-06-22 | 1 | -4/+14 | |
| | | | ||||||
| * | | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 2001-06-21 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | but the code suffered from bitrot and is not now reentrant. That means we can get bizarre behaviour i've fixed this by making next_token() reentrant and creating a next_token_nr() that is a small non-reentrant wrapper for those lumps of code (mostly smbclient) that have come to rely on the non-reentrant behaviour | |||||
| * | | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 2001-06-21 | 4 | -14/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | send unaligned unicode strings sometimes! Fixed our handling of the workgroup name tacked on the end of the NT1 negprot response (a unaligned unicode) fixed a couple of places where we should be using the message_end fns instead of pre-calculated buffer lengths | |||||
| * | | Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>, | Jeremy Allison | 2001-06-21 | 2 | -8/+15 | |
| | | | | | | | | | | | | | | | | | | Samba Users Group Japan, ensure that we don't use dos_to_unix(xx,True), but always use dos_to_unix(xx,False) to prevent overwriting. Jeremy. | |||||
| * | | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 2001-06-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | Jermey. | |||||
| * | | Added cli_samr_delete_dom_user() function. | Tim Potter | 2001-06-20 | 1 | -0/+44 | |
| | | | ||||||
| * | | New info level tester. | Jeremy Allison | 2001-06-18 | 1 | -0/+43 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | added a oplock break handler hook to the client code, this allows for more ↵ | Andrew Tridgell | 2001-06-18 | 2 | -47/+79 | |
| | | | | | | | | | | | | complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly | |||||
| * | | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 2001-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | and the use of this function only increased timeouts when Samba queries a broken DNS server. | |||||
| * | | Added a unix error code for NT_STATUS_PATH_NOT_COVERED. | Tim Potter | 2001-06-15 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch. | Tim Potter | 2001-06-15 | 1 | -0/+49 | |
| | | | ||||||
| * | | Added some msdfs client routines. | Tim Potter | 2001-06-13 | 1 | -0/+222 | |
| | | | ||||||
| * | | Fix up the problems with calling smbc_init multiple times. | Richard Sharpe | 2001-06-07 | 1 | -0/+6 | |
| | | | ||||||
| * | | Added stubs for dfs rpc client routines. | Tim Potter | 2001-06-06 | 1 | -0/+79 | |
| | | | ||||||
| * | | Fixed bug in cli_samr_create_dom_user() | Tim Potter | 2001-06-06 | 1 | -4/+68 | |
| | | | | | | | | | | | | | | | | | | Added cli_samr_lookup_names() Removed redundant argument to cli_samr_connect() | |||||
| * | | Set correct reply word in large writeX (greater than 64k) replies. | Jeremy Allison | 2001-06-05 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | Also added smbtorture test for this. Jeremy. | |||||
| * | | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2001-06-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added add domain user to rpcclient. | Tim Potter | 2001-06-04 | 1 | -0/+150 | |
| | | | | | | | | | | | | Added cli_ functions for set userinfo and userinfo2. | |||||
| * | | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -2/+0 | |
| | | | ||||||
* | | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-05-31 | 2 | -0/+256 | |
|\ \ \ | | |/ | |/| | 'SAMBA_2_2_RELEASE'. | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-05-31 | 2 | -0/+256 | |
| |\| | ||||||
| | * | Added srv_get_info client command. | Tim Potter | 2001-05-24 | 1 | -0/+46 | |
| | | | ||||||
| | * | Added logon control2 client call. | Tim Potter | 2001-05-24 | 1 | -29/+15 | |
| | | |