summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* | split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+851
* | lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-1/+1
* | util_file.c:Luke Leighton1998-11-052-0/+507
* | split string and unicode string routines into these files.Luke Leighton1998-11-052-0/+1162
* | added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
* | Just moving things around a bit.Christopher R. Hertel1998-10-281-328/+0
* | Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
* | Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-281-2/+8
* | fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
* | use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* | fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
* | add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* | added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-262-45/+801
* | Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1998-10-261-0/+322
* | include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+1
* | rpctorture commandLuke Leighton1998-10-221-0/+5
* | domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-1/+22
* | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+1
* | Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-202-193/+303
* | some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-202-5/+7
* | removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-201-17/+0
* | - dce/rpc codeLuke Leighton1998-10-191-16/+4
* | removed an incorrect commentAndrew Tridgell1998-10-191-4/+0
* | Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-2/+3
* | Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-174-6/+10
* | Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-5/+7
* | second implementation of crc32, used with permission of francesco ferraraLuke Leighton1998-10-151-4/+2
* | more warnings...Luke Leighton1998-10-141-1/+1
* | dce/rpcLuke Leighton1998-10-141-58/+58
* | signed / unsigned issues spotted by herbLuke Leighton1998-10-091-2/+2
* | dce/rpcLuke Leighton1998-10-081-5/+8
* | added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1998-10-081-0/+3
* | crc32 algorithm. obtained from dr dobb's journalLuke Leighton1998-10-061-0/+70
* | remove unused arguments from some static functions.Andrew Tridgell1998-10-061-4/+4
* | - fixed cast warningsAndrew Tridgell1998-10-052-11/+15
* | fixed typo in getgroups codeAndrew Tridgell1998-10-051-1/+3
* | added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+23
* | more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-042-0/+19
* | started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-1/+1
* | use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-1/+1
* | added support for printing via smbwrapperAndrew Tridgell1998-10-041-1/+11
* | use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-041-1/+1
* | added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+1
* | fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
* | added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-1/+1
* | - ignore *.p filesAndrew Tridgell1998-10-032-1/+2
* | added sys_getwd()Andrew Tridgell1998-10-021-3/+13
* | use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1998-10-021-2/+2
* | Got very strict about the differences and uses ofJeremy Allison1998-09-292-6/+58