summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-04-11Modification to compile under egcs 2.91.63.Tim Potter1-3/+6
1999-04-08Mainly BDC-related changes.Matthew Chapman1-10/+26
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+5
1999-04-08Mainly BDC-related changes.Matthew Chapman10-56/+648
1999-04-08Mainly BDC-related changes.Matthew Chapman4-8/+370
1999-04-08Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1-2/+3
1999-04-08Always do a compile before CVS commit! )-:Tim Potter2-1/+2
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter4-2/+13
1999-04-07Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.Tim Potter1-4/+4
1999-04-06Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1-3/+3
1999-04-05Under IRIX, a void function may return a value, even if that value isTim Potter1-1/+1
1999-04-05Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1-9/+12
1999-04-05Use VFS I/O for stat_cache_lookup()Tim Potter1-3/+5
1999-04-05Disable VFS routines if no libdl available.Tim Potter2-3/+13
1999-04-04Fixed spelling typo in Kerberos configure option.Tim Potter1-1/+1
1999-04-04Updated for VFS merge.Tim Potter1-6/+47
1999-04-04Fixed up incorrect calls to read_file().Tim Potter1-2/+2
1999-04-04Use VFS operations for file I/O.Tim Potter1-8/+7
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+2
1999-04-04#ifdef'ed out functions obsoleted by VFS:Tim Potter1-4/+14
1999-04-04Added smbd/vfs.o and smbd/vfs-wrap.o to object list for smbd.Tim Potter1-1/+2
1999-04-04Wrote VFS initialisation routines.Tim Potter1-0/+407
1999-04-04Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1-0/+180
1999-04-04Use VFS operations for file I/O.Tim Potter7-110/+126
1999-04-04Call VFS initialisation, share connect and share disconnect functions.Tim Potter1-1/+35
1999-04-04Use VFS operations for file I/O.Tim Potter1-22/+32
1999-04-04Use VFS operations for file I/O.Tim Potter1-5/+5
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+3
1999-04-04Use VFS operations for file I/O.Tim Potter2-7/+8
1999-04-04Added struct vfs_ops describing virtual filesystem operations.Tim Potter1-30/+77
1999-04-04Added configuration parameter 'vfs object' to specify loadable objectTim Potter1-0/+20
1999-04-01new files needed by profiling codeAndrew Tridgell2-0/+145
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell12-629/+870
1999-03-30declare ttarf as double, as in client.cAlexandre Oliva1-1/+1
1999-03-30use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva2-4/+4
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton4-10/+57
1999-03-25"User Manager" - create user + change password now work.Luke Leighton3-7/+68
1999-03-25SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)Luke Leighton1-1/+1
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton5-12/+174
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva3-6/+31
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton4-0/+89
1999-03-25SAM database "set user info".Luke Leighton18-170/+772
1999-03-24NULL pointer handling in nt_lm_owf_genLuke Leighton1-1/+4
1999-03-24matt, you had removed a "pointer" from DOM_R_REF structure which made itLuke Leighton1-1/+5
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton9-73/+111
1999-03-24Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman5-37/+86
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton4-21/+42
1999-03-23Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1-1/+1
1999-03-23ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1-7/+6
1999-03-23Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1-4/+4