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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
1998-12-02
issues spotted by andrej: %s\\%s not %s\%s
Luke Leighton
1
-2
/
+2
1998-12-02
string_to_sid was using next_token() this is bad as it stops you from
Luke Leighton
1
-43
/
+44
1998-12-01
fixing smbpasswd to link to smbd to obtain domain sid
Luke Leighton
2
-4
/
+7
1998-12-01
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
2
-40
/
+69
1998-12-01
fix to domain_namemap (domain, ntname wrong way round oops)
Luke Leighton
3
-7
/
+7
1998-12-01
adding some samr parsing calls (group / alias adding / deleting)
Luke Leighton
3
-9
/
+36
1998-11-30
attempting to fix "domain user map" up, but it's a bit complicated.
Luke Leighton
3
-39
/
+61
1998-11-30
- adding builtin[alias]db.
Luke Leighton
3
-16
/
+20
1998-11-29
"retired" two modules to preserve their cvs history.
Luke Leighton
3
-0
/
+2184
1998-11-29
weekend work. user / group database API.
Luke Leighton
2
-49
/
+91
1998-11-25
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
7
-408
/
+574
1998-11-24
sorting out difference between aliases and groups in the cases where
Luke Leighton
1
-1
/
+4
1998-11-23
unused variable removed
Luke Leighton
1
-1
/
+1
1998-11-23
unix instance of group database API
Luke Leighton
2
-6
/
+22
1998-11-23
replace ' with _ as well
Andrew Tridgell
1
-1
/
+2
1998-11-23
changed string_sub() to replace " ; and ` in the inserted string with _
Andrew Tridgell
1
-19
/
+52
1998-11-21
global change from samba.anu.edu.au to samba.org
Andrew Tridgell
2
-2
/
+2
1998-11-18
Fixed problem with HAVE_NETGROUP being used on platforms
Jeremy Allison
1
-12
/
+14
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
11
-60
/
+116
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
3
-6
/
+40
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-1
/
+1
1998-11-13
include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
Jeremy Allison
1
-2
/
+2
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
[next]