index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
added rpcclient program
Luke Leighton
1998-09-25
3
-12
/
+432
*
major autoconf clean-up
Alexandre Oliva
1998-09-21
1
-0
/
+1
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
3
-26
/
+6
*
if an address is ipzero in cli_connect() then do a name query
Andrew Tridgell
1998-08-31
1
-1
/
+2
*
cast the qsort to prevent warnings
Andrew Tridgell
1998-08-31
1
-1
/
+1
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-5
/
+5
*
changed the way that name query records are sorted in replies. They
Andrew Tridgell
1998-08-30
1
-0
/
+44
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
1
-1
/
+1
*
some smbtorture hacks (random IPC calls)
Andrew Tridgell
1998-08-25
1
-5
/
+5
*
reduced the memory footprint a bit by changing some large static int
Andrew Tridgell
1998-08-17
1
-9
/
+10
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
1
-2
/
+0
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-2
/
+2
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
2
-4
/
+4
*
added ignore rules for the dummy files
Andrew Tridgell
1998-08-09
1
-0
/
+1
*
these dummy files are needed for autoconf processing
Andrew Tridgell
1998-08-09
1
-0
/
+0
*
I finished removing timestring() calls from DEBUG() messages. Also went
Christopher R. Hertel
1998-08-03
1
-36
/
+41
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-4
/
+4
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
3
-13
/
+9
*
Added strupper() function call to up-case the scope field in the
Christopher R. Hertel
1998-07-14
1
-6
/
+7
*
nisppass.c: Fixed incorrect parameter usage.
Jeremy Allison
1998-06-27
1
-0
/
+1
*
Remove the copyright to Canon Information Systems Australia, as we don't
Richard Sharpe
1998-06-21
1
-0
/
+1
*
clientgen: Added USE_SSL for client shutdown.
Jeremy Allison
1998-06-16
1
-0
/
+3
*
Added SSL support from Christian Starkjohann <cs@obdev.at>
Jeremy Allison
1998-06-16
1
-0
/
+13
*
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1998-05-14
1
-1
/
+3
*
test for overflow in nmb name parsing code
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
6
-50
/
+50
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
2
-5
/
+6
*
clientgen.c: Fixed null session setup bug.
Jeremy Allison
1998-04-29
1
-6
/
+11
*
This is the checkin that adds the security=domain functionality.
Jeremy Allison
1998-04-29
2
-4
/
+6
*
Fixed checked in code that didn't compile.
Jeremy Allison
1998-04-28
1
-9
/
+5
*
added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>
Luke Leighton
1998-04-28
1
-0
/
+59
*
This looks like a big change but really isn't.
Jeremy Allison
1998-04-25
1
-1
/
+0
*
Makefile: Added nterr.c into the mix.
Jeremy Allison
1998-04-23
1
-17
/
+36
*
We will need this new nterr.c for the DOMAIN_CLIENT code.
Jeremy Allison
1998-04-23
1
-3
/
+30
*
clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.c
Jeremy Allison
1998-04-23
1
-8
/
+63
*
clientgen.c: Added cli_ulogoff() call.
Jeremy Allison
1998-04-21
1
-0
/
+19
*
Makefile: Added genrand.o
Jeremy Allison
1998-04-20
1
-1
/
+6
*
clientgen.c: Changes 'cli_xxx_' calls to use the following
Jeremy Allison
1998-04-17
1
-53
/
+99
*
Changing of machine passwords now works !!!!!!
Jeremy Allison
1998-04-17
1
-0
/
+9
*
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1998-04-13
1
-4
/
+3
*
if the resolve order is blank then assume "host"
Andrew Tridgell
1998-04-12
1
-0
/
+2
*
support O_SYNC in opens for smbtorture
Andrew Tridgell
1998-04-12
1
-0
/
+4
*
chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"
Jeremy Allison
1998-03-27
1
-4
/
+4
*
RFC1002 says we must put compressed name pointers in the following
Jeremy Allison
1998-03-25
1
-2
/
+40
*
clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).
Jeremy Allison
1998-03-24
1
-1
/
+1
*
Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison
1998-03-19
2
-3
/
+107
*
Added SamOEMChangePassword functionality.
Jeremy Allison
1998-03-18
1
-0
/
+40
*
Fixes for the static data bugs & incorrect use of strtok
Jeremy Allison
1998-03-17
1
-7
/
+11
*
Adding the same change as was added to 1.9.18 branch to add the
Jeremy Allison
1998-03-16
2
-7
/
+266
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
7
-7
/
+7
[next]