summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell4-14/+30
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2-8/+15
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2-2/+2
2001-06-20Added cli_samr_delete_dom_user() function.Tim Potter1-0/+44
2001-06-18New info level tester.Jeremy Allison1-0/+43
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2-47/+79
2001-06-18Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter1-1/+1
2001-06-15Added a unix error code for NT_STATUS_PATH_NOT_COVERED.Tim Potter1-0/+1
2001-06-15Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.Tim Potter1-0/+49
2001-06-13Added some msdfs client routines.Tim Potter1-0/+222
2001-06-07Fix up the problems with calling smbc_init multiple times.Richard Sharpe1-0/+6
2001-06-06Added stubs for dfs rpc client routines.Tim Potter1-0/+79
2001-06-06Fixed bug in cli_samr_create_dom_user()Tim Potter1-4/+68
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-1/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-06-04Added add domain user to rpcclient.Tim Potter1-0/+150
2001-05-31merge from 2.2Gerald Carter1-2/+0
2001-05-24Added srv_get_info client command.Tim Potter1-0/+46
2001-05-24Added logon control2 client call.Tim Potter1-29/+15
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2-0/+224
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+57
2001-05-17Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe1-1/+1
2001-05-17Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe1-3/+3
2001-05-15Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe1-24/+24
2001-05-14Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter1-3/+2
2001-05-11Use talloc_strdup() instead of strdup().Tim Potter1-1/+1
2001-05-11Memory leak fixes plus general cleanup.Tim Potter1-1/+4
2001-05-08Fix for query_dispinfo()Tim Potter1-0/+70
2001-05-07Some reformatting (sorry Gerald).Tim Potter2-143/+155
2001-05-07Fixed a compiler warning. Still more const warnings though. )-:Tim Potter1-1/+1
2001-05-04Zero fnum when initialising a cli_state.Tim Potter1-0/+2
2001-05-04Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions.Tim Potter1-0/+107
2001-05-04Added cli_samr_enum_dom_groups() function.Tim Potter1-0/+77
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison1-12/+1
2001-04-28- fixed some compiler warningsAndrew Tridgell1-1/+1
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter3-162/+300
2001-04-22merging from 2.2 to headAndrew Tridgell4-55/+195
2001-04-15Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other thanJeremy Allison1-4/+12
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2-7/+7
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-4/+4
2001-03-29Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison1-0/+41
2001-03-29Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison1-6/+20
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-10/+10
2001-03-28More memory leaks fixed courtesy of Insure ...Richard Sharpe1-11/+44
2001-03-27merge from 2.2.Gerald Carter1-3/+3
2001-03-27One small Insure fix for a memory leak. More fixes to come perhaps ...Richard Sharpe1-2/+52
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell1-2/+2
2001-03-16added STR_ASCII support to clistr_pull()Andrew Tridgell2-5/+6