summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Under IRIX, a void function may return a value, even if that value isTim Potter1999-04-051-1/+1
* Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1999-04-051-9/+12
* Use VFS I/O for stat_cache_lookup()Tim Potter1999-04-051-3/+5
* Disable VFS routines if no libdl available.Tim Potter1999-04-052-3/+13
* Documentation for VFS construction.Tim Potter1999-04-051-0/+9
* Fixed spelling typo in Kerberos configure option.Tim Potter1999-04-041-1/+1
* Updated for VFS merge.Tim Potter1999-04-041-6/+47
* Fixed up incorrect calls to read_file().Tim Potter1999-04-041-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-8/+7
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+2
* #ifdef'ed out functions obsoleted by VFS:Tim Potter1999-04-041-4/+14
* Added smbd/vfs.o and smbd/vfs-wrap.o to object list for smbd.Tim Potter1999-04-041-1/+2
* Wrote VFS initialisation routines.Tim Potter1999-04-041-0/+407
* Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1999-04-041-0/+180
* Use VFS operations for file I/O.Tim Potter1999-04-047-110/+126
* Call VFS initialisation, share connect and share disconnect functions.Tim Potter1999-04-041-1/+35
* Use VFS operations for file I/O.Tim Potter1999-04-041-22/+32
* Use VFS operations for file I/O.Tim Potter1999-04-041-5/+5
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+3
* Use VFS operations for file I/O.Tim Potter1999-04-042-7/+8
* Added struct vfs_ops describing virtual filesystem operations.Tim Potter1999-04-041-30/+77
* Added configuration parameter 'vfs object' to specify loadable objectTim Potter1999-04-041-0/+20
* new files needed by profiling codeAndrew Tridgell1999-04-012-0/+145
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-0112-629/+870
* declare ttarf as double, as in client.cAlexandre Oliva1999-03-301-1/+1
* use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1999-03-302-4/+4
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-294-10/+57
* "User Manager" - create user + change password now work.Luke Leighton1999-03-253-7/+68
* SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)Luke Leighton1999-03-251-1/+1
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-255-12/+174
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-253-6/+31
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-254-0/+89
* SAM database "set user info".Luke Leighton1999-03-2518-170/+772
* NULL pointer handling in nt_lm_owf_genLuke Leighton1999-03-241-1/+4
* matt, you had removed a "pointer" from DOM_R_REF structure which made itLuke Leighton1999-03-241-1/+5
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-249-73/+111
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-245-37/+86
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-234-21/+42
* Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1999-03-231-1/+1
* ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1999-03-231-7/+6
* Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1999-03-231-4/+4
* #if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)Matthew Chapman1999-03-231-1/+1
* Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1999-03-233-46/+10
* If a buffer pointer is NULL then its length_is() attribute should not beMatthew Chapman1999-03-231-4/+19
* The line:Matthew Chapman1999-03-211-2/+2
* Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.Matthew Chapman1999-03-211-0/+1
* added a "createuser" command.Luke Leighton1999-03-196-34/+326
* value->enc_secret not value->secretLuke Leighton1999-03-191-6/+4
* const char* instead of char* for inputLuke Leighton1999-03-191-1/+1
* return type of nt_decrypt_string2 set to BOOL.Luke Leighton1999-03-192-6/+40