Age | Commit message (Expand) | Author | Files | Lines |
1998-11-12 | security descriptors. | Luke Leighton | 2 | -26/+39 |
1998-11-12 | include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string... | Jeremy Allison | 1 | -34/+34 |
1998-11-12 | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1 | -0/+53 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 3 | -6/+6 |
1998-11-11 | Fix from richard.kettlewell@kewill.com for leapyear bugs. | Jeremy Allison | 1 | -1/+5 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 2 | -13/+86 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 3 | -37/+156 |
1998-11-10 | util functions split into relevant modules, first pass. | Luke Leighton | 1 | -1992/+99 |
1998-11-09 | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1 | -1/+1 |
1998-11-09 | split socket util functions into util_sock.c. util.c NOT committed | Luke Leighton | 1 | -0/+851 |
1998-11-06 | lib/charcnv.c: Improved debug comment. | Jeremy Allison | 1 | -1/+1 |
1998-11-05 | util_file.c: | Luke Leighton | 2 | -0/+507 |
1998-11-05 | split string and unicode string routines into these files. | Luke Leighton | 2 | -0/+1162 |
1998-10-31 | added copyright notice from Patrick Powell | Andrew Tridgell | 1 | -8/+5 |
1998-10-28 | Just moving things around a bit. | Christopher R. Hertel | 1 | -328/+0 |
1998-10-28 | Fixes to allow this to pass SGI compiler in -fullwarn mode (with one | Jeremy Allison | 1 | -9/+9 |
1998-10-28 | Quick fixes to fix the broken tree. Needed for my morning compiles. | Jeremy Allison | 1 | -2/+8 |
1998-10-28 | fixed problem with snprintf.c and mkproto | Andrew Tridgell | 1 | -4/+4 |
1998-10-28 | use abort() instead of exit() in smb_panic() | Andrew Tridgell | 1 | -1/+1 |
1998-10-28 | fixed handling of %.0f in replacement snprintf.c | Andrew Tridgell | 1 | -12/+28 |
1998-10-27 | add ifdef for "long double" | Andrew Tridgell | 1 | -12/+18 |
1998-10-26 | added a vsnprintf() implementation from cvslock. See the notes on the | Andrew Tridgell | 2 | -45/+801 |
1998-10-26 | Here is the simple debug parser and the debug2html converter. Still to do: | Christopher R. Hertel | 1 | -0/+322 |
1998-10-23 | include/smb.h: Added #defines for lots of things - makes our code a *lot* eas... | Jeremy Allison | 1 | -1/+1 |
1998-10-22 | rpctorture command | Luke Leighton | 1 | -0/+5 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -1/+22 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1 | -1/+1 |
1998-10-20 | Fixed bug found by John Blair where trim_string wasn't | Jeremy Allison | 2 | -193/+303 |
1998-10-20 | some quite important bug-fixes i missed because i transferred the wrong | Luke Leighton | 2 | -5/+7 |
1998-10-20 | removed setenv(), replaced with smbw_setenv() | Andrew Tridgell | 1 | -17/+0 |
1998-10-19 | - dce/rpc code | Luke Leighton | 1 | -16/+4 |
1998-10-19 | removed an incorrect comment | Andrew Tridgell | 1 | -4/+0 |
1998-10-18 | Fixed sys_lseek and seek_file calls so all returns | Jeremy Allison | 1 | -2/+3 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 4 | -6/+10 |
1998-10-16 | Re-added code to tell the user how many open files they | Jeremy Allison | 1 | -5/+7 |
1998-10-15 | second implementation of crc32, used with permission of francesco ferrara | Luke Leighton | 1 | -4/+2 |
1998-10-14 | more warnings... | Luke Leighton | 1 | -1/+1 |
1998-10-14 | dce/rpc | Luke Leighton | 1 | -58/+58 |
1998-10-09 | signed / unsigned issues spotted by herb | Luke Leighton | 1 | -2/+2 |
1998-10-08 | dce/rpc | Luke Leighton | 1 | -5/+8 |
1998-10-08 | added "permission obtained from John Erickson <jerickson@ddj.com> ...." | Luke Leighton | 1 | -0/+3 |
1998-10-06 | crc32 algorithm. obtained from dr dobb's journal | Luke Leighton | 1 | -0/+70 |
1998-10-06 | remove unused arguments from some static functions. | Andrew Tridgell | 1 | -4/+4 |
1998-10-05 | - fixed cast warnings | Andrew Tridgell | 2 | -11/+15 |
1998-10-05 | fixed typo in getgroups code | Andrew Tridgell | 1 | -1/+3 |
1998-10-05 | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1 | -0/+23 |
1998-10-04 | more solaris 2.5 fixups. It now seems to be working pretty well. | Andrew Tridgell | 2 | -0/+19 |
1998-10-04 | started basic support for solaris 2.5 in smbwrapper. | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | use *SMBSERVER convention in smbwrapper to allow us to connect to | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | added support for printing via smbwrapper | Andrew Tridgell | 1 | -1/+11 |