summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed another possible memleak in cli_initialise()Tim Potter2001-08-061-0/+6
* Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter2001-08-061-10/+14
* Changed lone malloc() call to talloc(). Spotted byTim Potter2001-08-061-1/+1
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison2001-07-301-57/+6
* cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't anTim Potter2001-07-231-1/+4
* Added a warning debug if cli_samr_lookup_rids is called with more than 1000Tim Potter2001-07-231-1/+7
* In cli_lsa_lookup_sids() don't append a separator character between domainTim Potter2001-07-201-1/+2
* Changed the cli_lsa_lookup_sids() function to unpack the domain and user orTim Potter2001-07-201-3/+7
* formatting fixAndrew Tridgell2001-07-081-1/+1
* fixed some unicode and LANMAN2 bugs in trans2 find firstAndrew Tridgell2001-07-071-103/+77
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-072-5/+100
* Renamed formal parameter fd to fnum because we're talking about SMB fileTim Potter2001-07-051-10/+7
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-044-9/+9
* The big character set handling changeover!Andrew Tridgell2001-07-0415-266/+94
* Fixed incorrect comment for cli_NetServerEnum()Tim Potter2001-07-031-4/+4
* Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2001-07-022-5/+17
* cli_read() was reading too many bytes.Andrew Tridgell2001-07-011-2/+1
* Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2001-06-291-124/+61
* Fix a stupid typo ...Richard Sharpe2001-06-271-2/+2
* Put an 0x in front of a hex number.Tim Potter2001-06-261-1/+1
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-4/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-3/+9
* Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter2001-06-221-20/+34
* Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter2001-06-221-0/+46
* added some comments to make the cli read code clearerAndrew Tridgell2001-06-221-4/+14
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-5/+8
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-214-14/+30
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-212-8/+15
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-202-2/+2
* Added cli_samr_delete_dom_user() function.Tim Potter2001-06-201-0/+44
* New info level tester.Jeremy Allison2001-06-181-0/+43
* added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2001-06-182-47/+79
* Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-181-1/+1
* Added a unix error code for NT_STATUS_PATH_NOT_COVERED.Tim Potter2001-06-151-0/+1
* Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.Tim Potter2001-06-151-0/+49
* Added some msdfs client routines.Tim Potter2001-06-131-0/+222
* Fix up the problems with calling smbc_init multiple times.Richard Sharpe2001-06-071-0/+6
* Added stubs for dfs rpc client routines.Tim Potter2001-06-061-0/+79
* Fixed bug in cli_samr_create_dom_user()Tim Potter2001-06-061-4/+68
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-1/+5
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Added add domain user to rpcclient.Tim Potter2001-06-041-0/+150
* merge from 2.2Gerald Carter2001-05-311-2/+0
* Added srv_get_info client command.Tim Potter2001-05-241-0/+46
* Added logon control2 client call.Tim Potter2001-05-241-29/+15
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-242-0/+224
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+57
* Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe2001-05-171-1/+1