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
1999-01-13
fixed an uninitialized variable in lookupsmbgrpgid() and
Gerald Carter
2
-1
/
+3
1998-12-20
adding start of remote lookup for domain member role.
Luke Leighton
1
-29
/
+125
1998-12-16
A while back, Andrew and I talked about making the debug parsing code a
Christopher R. Hertel
1
-1
/
+159
1998-12-14
added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.
Luke Leighton
1
-5
/
+40
1998-12-14
trying to track down issues in get_home_dir().
Luke Leighton
1
-4
/
+8
1998-12-09
oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.
Luke Leighton
2
-16
/
+15
1998-12-09
need to initialise global_myworkgroup
Luke Leighton
1
-1
/
+14
1998-12-08
Adding George's Mac extension code.
Jeremy Allison
1
-0
/
+140
1998-12-07
fixed warnings (and potential errors) due to integer overflow when
Andrew Tridgell
1
-2
/
+3
1998-12-07
first attempt at making unix setuid/setgid code that is independent of
Luke Leighton
1
-0
/
+303
1998-12-07
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1
-6
/
+7
1998-12-05
oops - lock test was the wrong way around
Andrew Tridgell
1
-1
/
+1
1998-12-05
fixed pidfile handling to check for a lock on the file, so we can be
Andrew Tridgell
1
-16
/
+33
1998-12-04
- renamed do_samr_xxx to samr_xxx
Luke Leighton
2
-8
/
+8
1998-12-03
moved get_unixgroups it will be needed by the unix instance of the group
Luke Leighton
1
-0
/
+49
1998-12-03
jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.
Luke Leighton
1
-1
/
+1
1998-12-02
removed check on name of domain having to be right, etc etc.
Luke Leighton
1
-8
/
+0
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
[next]