summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell14-290/+153
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell8-654/+673
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison4-16/+22
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison8-18/+227
2001-06-20Warning fix from Andrew Bartlett.Jeremy Allison1-1/+1
2001-06-20initial support for paramter type P_LISTSimo Sorce6-690/+856
2001-06-20make protoTim Potter1-0/+2
2001-06-20Added cli_samr_delete_dom_user() function.Tim Potter1-0/+44
2001-06-20Added delete domain user rpcclient command.Tim Potter1-1/+84
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell6-613/+670
2001-06-20Merge from appliance branch:Tim Potter1-2/+8
2001-06-19INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison3-12/+7
2001-06-19Only try and open a directory if we get EISDIR.Jeremy Allison1-4/+8
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison3-3/+5
2001-06-19Fixed typo.Tim Potter1-1/+1
2001-06-19Fixed typo in debug message.Tim Potter1-1/+1
2001-06-19added a torture target for building all torture progs. Fixed a typo in locktestAndrew Tridgell2-1/+4
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell8-8/+3061
2001-06-19torture code is moving to its own directoryAndrew Tridgell1-3053/+0
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2-2/+2
2001-06-19Added $(PROFILE_OBJ) to winbindd objects.Tim Potter1-1/+1
2001-06-19Set support for info levels...Jeremy Allison1-20/+14
2001-06-18Best-effort so far implementation of new W2K info levels.Jeremy Allison1-0/+148
2001-06-18New info level tester.Jeremy Allison2-0/+90
2001-06-18Fix for assert fail - left over when moved to dynamic allocation.Jeremy Allison1-3/+1
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison9-953/+614
2001-06-18Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory supportJeremy Allison1-6/+16
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell6-49/+135
2001-06-18Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter4-71/+9
2001-06-18Fixed typo in nmblookup example.Tim Potter1-1/+1
2001-06-18Fixed typo in configure error message.Tim Potter2-2/+2
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison5-0/+331
2001-06-15Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison3-0/+113
2001-06-15Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....Jeremy Allison1-1/+1
2001-06-15Be sure to not use strlen with NULL pointer.Simo Sorce1-1/+2
2001-06-15Prototype update.Tim Potter1-0/+3
2001-06-15Added a unix error code for NT_STATUS_PATH_NOT_COVERED.Tim Potter1-0/+1
2001-06-15Add password length field to SAM_USER_INFO24 structure and fix initTim Potter2-1/+10
2001-06-15Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.Tim Potter1-0/+49
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter3-3/+3
2001-06-13Oops - proto.h contained junk from another workarea.Tim Potter1-13/+5
2001-06-13Added some msdfs client routines.Tim Potter4-600/+1159
2001-06-13Renamed -d option (make verbose) on smbstatus to -v.Tim Potter1-3/+11
2001-06-13Make message receive fn static.Jeremy Allison2-3/+4
2001-06-12Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversionJeremy Allison1-30/+16
2001-06-12Fixed typo in debug message.Tim Potter1-1/+1
2001-06-12Removed commented out msdfs code that was being called anyway.Tim Potter1-2/+0
2001-06-12lib/util_getent.c: removed debug code.Jeremy Allison2-9/+51
2001-06-11Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........Jeremy Allison1-16/+47
2001-06-11Fixed potential free of NULL found by SGI speedshop.Jeremy Allison1-1/+2