index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
1998-11-10
rpcclient registry key delete command: "regdeletekey".
Luke Leighton
6
-0
/
+198
1998-11-10
registry modification requires a "sync" or "refresh" on the parent key.
Luke Leighton
5
-0
/
+122
1998-11-10
include/local.h:
Jeremy Allison
12
-38
/
+81
1998-11-10
oops!
Luke Leighton
1
-0
/
+102
1998-11-10
rpcclient registry commands.
Luke Leighton
24
-226
/
+2383
1998-11-10
util functions split into relevant modules, first pass.
Luke Leighton
4
-2094
/
+197
1998-11-10
Default for SMB_PASSWD program was set to smbpasswd ! This explained the prob...
Jeremy Allison
2
-3
/
+3
1998-11-09
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
13
-105
/
+49
1998-11-09
split socket util functions into util_sock.c. util.c NOT committed
Luke Leighton
4
-0
/
+2069
1998-11-09
I talked to Dave Miller and he thinks that we should have TCP_NODELAY
Andrew Tridgell
2
-0
/
+10
1998-11-09
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
10
-4653
/
+1773
1998-11-07
codepages/codepage_def.936: Updated comment.
Jeremy Allison
5
-109
/
+80
1998-11-06
grumble, grumble off-by-one unicode string fixes, gonna stuff my other
Luke Leighton
1
-5
/
+5
1998-11-06
lib/charcnv.c: Improved debug comment.
Jeremy Allison
7
-79
/
+124
1998-11-05
Useful script to extract all parameters out of the loadparm.c file
Jeremy Allison
1
-0
/
+2
1998-11-05
the start of the start of the SAM database API
Luke Leighton
6
-0
/
+1766
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-11-05
don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
Andrew Tridgell
1
-1
/
+5
1998-11-05
check return value of locking_init()
Andrew Tridgell
1
-10
/
+12
1998-11-05
Added scripts/convert_smbpasswd to SCRIPTS
Jeremy Allison
1
-1
/
+1
1998-11-05
Realise this needs to be without the '.sh' ending as we will be
Jeremy Allison
1
-0
/
+0
1998-11-05
Very simple awk script to convert a 1.9.18 password file into Samba 2.0
Jeremy Allison
1
-0
/
+17
1998-11-04
Added scripting option (-s) to smbpasswd.
Jeremy Allison
1
-10
/
+73
1998-11-03
fix to some of the unicode string handling. there are others pending
Luke Leighton
1
-7
/
+7
1998-11-03
Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...
Jeremy Allison
9
-623
/
+665
1998-11-02
memory leak in SAM group code: need these to track it down.
Luke Leighton
2
-0
/
+834
1998-11-02
client/client.c: Patch to tidy up file size output.
Jeremy Allison
2
-5
/
+2
1998-11-02
removed comment line at end of file
Luke Leighton
2
-3
/
+4
1998-10-31
don't core dump in smbstatus if we can't open the shmem system
Andrew Tridgell
1
-0
/
+1
1998-10-31
took out Lukes change as it breaks domain logons for Win95 clients
Andrew Tridgell
1
-4
/
+0
1998-10-31
added copyright notice from Patrick Powell
Andrew Tridgell
1
-8
/
+5
1998-10-30
Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to the
Jeremy Allison
1
-2
/
+7
1998-10-30
do not print garbage just because someone does not want dependencies :-)
Alexandre Oliva
1
-24
/
+24
1998-10-29
looks like someone forgot to commit these...
Alexandre Oliva
3
-2
/
+5
1998-10-29
Fixed bug (that I introduced when doing the "delete on close" work
Jeremy Allison
1
-7
/
+9
1998-10-29
modify dependency tracking code so that it:
Alexandre Oliva
1
-10
/
+29
1998-10-29
Tidied up option processing in smbclient - usage message now actually
Jeremy Allison
1
-123
/
+132
1998-10-29
some versions of Irix pass the HAVE__ACL test but don't have acl.h
Herb Lewis
1
-1
/
+1
1998-10-28
This should have gone with the last batch.
Christopher R. Hertel
1
-4
/
+3
1998-10-28
I've moved the debugparse module files into the ubiqx directory because I
Christopher R. Hertel
3
-15
/
+445
1998-10-28
Still moving things around. debugparse.h will be removed from the include
Christopher R. Hertel
3
-85
/
+2
1998-10-28
Just moving things around a bit.
Christopher R. Hertel
1
-328
/
+0
1998-10-28
Added clear-out-structure fix for make_unistr2.
Jeremy Allison
1
-0
/
+2
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
5
-6
/
+18
1998-10-28
Fix from thwartedefforts@wonky.org (slightly modified) to
Jeremy Allison
1
-1
/
+1
1998-10-28
fixed problem with snprintf.c and mkproto
Andrew Tridgell
2
-4
/
+13
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
[next]