summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett2001-09-191-1/+1
* | fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-3/+4
* | move to SAFE_FREE()Simo Sorce2001-09-1723-168/+129
* | Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett2001-09-151-0/+10
* | added a new global option "hostname lookups = yes/no"Andrew Tridgell2001-09-131-0/+8
* | convert more code to use XFILEAndrew Tridgell2001-09-102-7/+7
* | declare dbf in one spotAndrew Tridgell2001-09-102-2/+0
* | added xfileAndrew Tridgell2001-09-101-0/+340
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-104-42/+22
* | convert more code to using d_printfAndrew Tridgell2001-09-081-2/+2
* | added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-073-36/+167
* | got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* | Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-061-0/+201
* | Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-66/+39
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-2/+2
* | Fixed some compiler warnings.Tim Potter2001-09-041-2/+0
* | more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-3/+3
* | Merge from TNG - function to initialise NTTIME structure.Tim Potter2001-08-281-0/+9
* | fixed typoAndrew Tridgell2001-08-281-1/+1
* | converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-273-8/+8
* | started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-6/+11
* | bzero is not used (deprecated) as it's a BSDism.Jeremy Allison2001-08-261-62/+52
* | Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel2001-08-261-5/+76
* | Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel2001-08-261-32/+56
* | fixes big endian unistring problems. Need to check that it didn'tHerb Lewis2001-08-241-2/+9
* | get rid of old debug code and possible socket leakHerb Lewis2001-08-241-9/+1
* | better error reporting for servers that don't do port 445Andrew Tridgell2001-08-231-1/+1
* | a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-203-15/+26
* | More Realloc fixes.Jeremy Allison2001-08-191-4/+3
* | removed unused fileAndrew Tridgell2001-08-161-113/+0
* | this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-124-14/+32
* | Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-101-13/+23
* | Use the new client error api.Tim Potter2001-08-101-2/+2
* | Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-082-2/+2
* | me stupid.Simo Sorce2001-08-051-1/+1
* | Some fixes about malloc/Realloc and mem leakSimo Sorce2001-08-053-6/+15
* | Oops. Typo.Jeremy Allison2001-08-011-1/+1
* | Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2001-08-011-6/+6
* | Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-6/+152
* | need to push smb_search strings in client charsetAndrew Tridgell2001-07-251-5/+5
* | got rid of INFO: msgs at debug level 1Andrew Tridgell2001-07-251-2/+2
* | ucs2 is always a multiple of 2 bytesAndrew Tridgell2001-07-251-0/+6
* | Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-241-21/+33
* | Fix case insensitive password change code.Jeremy Allison2001-07-231-0/+13
* | changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2001-07-222-73/+186
* | switch from UCS2 to UCS-2LEAndrew Tridgell2001-07-222-18/+3
* | ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrapTim Potter2001-07-201-13/+34
* | It looks like the rpc client code in libsmb hasn't been converted to theTim Potter2001-07-201-0/+10
* | removed some unnecessary codeAndrew Tridgell2001-07-181-10/+0