summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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
2001-06-09Fixed typo in Solaris and UnixWare ACLs.Jeremy Allison1-1/+1
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison11-81/+89
2001-06-08Herb's IRIX fix for deleting default ACLs.Jeremy Allison1-0/+5
2001-06-08Log tdb failures.Jeremy Allison1-2/+6
2001-06-08AIX has no default acls.Jeremy Allison1-0/+6
2001-06-08Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison1-19/+56
2001-06-08Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2-601/+615
2001-06-08Extra stuff for large readwrite support.Jeremy Allison4-6/+10
2001-06-08Correctly make max pathlength 255.Jeremy Allison1-1/+1
2001-06-07Fix up the problems with calling smbc_init multiple times.Richard Sharpe1-0/+6
2001-06-07Fixed typo in #ifndef at head of file.Tim Potter1-2/+2
2001-06-07Added comment about possible optimisation to winbindd_pam_auth()Tim Potter1-0/+4
2001-06-07Fixed bug in winbind_sid_to_gid() function.Tim Potter1-1/+1
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison4-19/+12
2001-06-06Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2-21/+29
2001-06-06Fix for cli_samr_connect() arg change.Tim Potter1-1/+1
2001-06-06Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter1-2/+2
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter2-3/+7
2001-06-06Added stubs for dfs rpc client routines.Tim Potter2-0/+111