index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member
Luke Leighton
1998-12-02
6
-82
/
+90
*
ERRmoredata is an acceptable error code, it is not an error.
Luke Leighton
1998-12-02
1
-2
/
+6
*
removed check on name of domain having to be right, etc etc.
Luke Leighton
1998-12-02
1
-8
/
+0
*
trailing backslashes spotted by andrej.
Luke Leighton
1998-12-02
1
-2
/
+2
*
issues spotted by andrej: %s\\%s not %s\%s
Luke Leighton
1998-12-02
3
-3
/
+4
*
string_to_sid was using next_token() this is bad as it stops you from
Luke Leighton
1998-12-02
1
-43
/
+44
*
Updated HEAD branch version to 2.1.0-prealpha in response to a user
John Terpstra
1998-12-02
1
-1
/
+1
*
adding group member code, made a start. found that the group members'
Luke Leighton
1998-12-02
6
-88
/
+640
*
ok. unix-nt mapping code issues
Luke Leighton
1998-12-01
3
-6
/
+6
*
check server role before doing nt user to unix user mapping
Luke Leighton
1998-12-01
1
-12
/
+15
*
query_aliasmem code. it works (hurrah).
Luke Leighton
1998-12-01
5
-62
/
+68
*
fixing smbpasswd to link to smbd to obtain domain sid
Luke Leighton
1998-12-01
3
-6
/
+9
*
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
1998-12-01
10
-74
/
+313
*
andrej spotted that entries _not_ in domain map user were being refused.
Luke Leighton
1998-12-01
1
-10
/
+6
*
hm. removed the "if failed to map nt name to unix name, fail tcon call"
Luke Leighton
1998-12-01
1
-8
/
+2
*
fix to domain_namemap (domain, ntname wrong way round oops)
Luke Leighton
1998-12-01
4
-8
/
+10
*
adding some samr parsing calls (group / alias adding / deleting)
Luke Leighton
1998-12-01
7
-501
/
+939
*
attempting to fix "domain user map" up, but it's a bit complicated.
Luke Leighton
1998-11-30
6
-96
/
+192
*
passdb.c now calls getpwnam() which returns results in a static buffer.
Luke Leighton
1998-11-30
1
-7
/
+21
*
pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.
Luke Leighton
1998-11-30
1
-6
/
+6
*
missed out endit()s, ta andrej.
Luke Leighton
1998-11-30
1
-0
/
+6
*
Earlier fix for smbmount timing window was the wrong patch.
Michael Warfield
1998-11-30
1
-9
/
+10
*
moving rpc/rpc.h to after netinet.h
Luke Leighton
1998-11-30
1
-5
/
+5
*
another attempt at a fix on connect_serverlist()...
Luke Leighton
1998-11-30
1
-8
/
+8
*
builtin alias password API
Luke Leighton
1998-11-30
2
-0
/
+727
*
andrej spotted problem with connect_serverlist (starts off assuming
Luke Leighton
1998-11-30
1
-1
/
+1
*
- adding builtin[alias]db.
Luke Leighton
1998-11-30
14
-69
/
+145
*
updated smb.conf - have not done a yodl2xxx.
Luke Leighton
1998-11-30
1
-19
/
+152
*
cvs getting it wrong. again.
Luke Leighton
1998-11-29
1
-8
/
+10
*
enabling optimisation switches on some compiler warnings
Luke Leighton
1998-11-29
1
-1
/
+1
*
"retired" two modules to preserve their cvs history.
Luke Leighton
1998-11-29
7
-1158
/
+2899
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
40
-1862
/
+1415
*
removed include of net/route.h because it prevents compilation under
Andrew Tridgell
1998-11-29
1
-4
/
+6
*
don't allow ".." in service name when doing "default service"
Andrew Tridgell
1998-11-29
1
-1
/
+3
*
Fixed typo. "Browsable is an acronym for browseable.
John Terpstra
1998-11-28
1
-1
/
+1
*
Now uninstalls man pages from correct source location.
Tim Potter
1998-11-27
1
-1
/
+1
*
make the help links appear in a separate window, so you can read the
Andrew Tridgell
1998-11-27
1
-1
/
+1
*
- removed smb.conf.5.html as it now comes as part of htmldocs
Andrew Tridgell
1998-11-27
2
-4484
/
+36
*
better layout of password options.
Andrew Tridgell
1998-11-27
1
-19
/
+23
*
install all html docs in yodl help directory
Andrew Tridgell
1998-11-27
1
-0
/
+7
*
re-ran yodl
Andrew Tridgell
1998-11-27
18
-66
/
+63
*
got rid of a dangerous message command example
Andrew Tridgell
1998-11-27
1
-9
/
+0
*
Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().
Tim Potter
1998-11-26
1
-1
/
+1
*
updated SWAT README to remove cgi-bin instructions
Andrew Tridgell
1998-11-26
1
-54
/
+5
*
we have a problem: resolution of "Primary Group RID" which we assumed
Luke Leighton
1998-11-26
3
-2
/
+16
*
yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.
Luke Leighton
1998-11-25
5
-51
/
+70
*
fixing group database issues
Luke Leighton
1998-11-25
8
-67
/
+94
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
27
-824
/
+2010
*
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
1998-11-25
13
-131
/
+380
*
added file from 2.0 branch
Herb Lewis
1998-11-25
1
-0
/
+17
[prev]
[next]