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
/
rpc_server
/
srv_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
1999-01-29
fix for enumerate domain users (bug spotted by sean matthews).
Luke Leighton
1
-3
/
+7
1999-01-28
error code cleanup
Luke Leighton
1
-27
/
+27
1999-01-15
Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem were
Matthew Chapman
1
-4
/
+4
1998-12-08
adding srvsvc pipe.
Luke Leighton
1
-2
/
+16
1998-12-07
- lib/unix_sec_ctxt.c
Luke Leighton
1
-131
/
+635
1998-12-04
- oops, i got "add alias member" and "delete alias member" swapped.
Luke Leighton
1
-3
/
+2
1998-12-04
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1
-20
/
+20
1998-12-03
added createalias command to rpcclient
Luke Leighton
1
-1
/
+1
1998-12-03
create domain group command (creategroup) added to rpcclient.
Luke Leighton
1
-2
/
+2
1998-12-02
added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member
Luke Leighton
1
-8
/
+10
1998-12-02
adding group member code, made a start. found that the group members'
Luke Leighton
1
-0
/
+235
1998-12-01
query_aliasmem code. it works (hurrah).
Luke Leighton
1
-5
/
+9
1998-12-01
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
1
-4
/
+114
1998-12-01
adding some samr parsing calls (group / alias adding / deleting)
Luke Leighton
1
-7
/
+12
1998-11-30
- adding builtin[alias]db.
Luke Leighton
1
-8
/
+15
1998-11-29
weekend work. user / group database API.
Luke Leighton
1
-85
/
+50
1998-11-25
yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.
Luke Leighton
1
-19
/
+19
1998-11-25
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1
-4
/
+2
1998-11-23
uninitialised counter
Luke Leighton
1
-1
/
+1
1998-11-23
unix instance of group database API
Luke Leighton
1
-10
/
+34
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-4
/
+2
1998-11-17
make_uni_hdr() reverted accidentally with a -1 on username length
Luke Leighton
1
-2
/
+2
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-69
/
+193
1998-11-06
grumble, grumble off-by-one unicode string fixes, gonna stuff my other
Luke Leighton
1
-5
/
+5
1998-10-27
amazing. the improvements to NT continue, evidence for which shows up
Luke Leighton
1
-2
/
+2
1998-10-22
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
Jeremy Allison
1
-1
/
+1
1998-10-22
bug fix in lsa_trans_names.
Luke Leighton
1
-3
/
+3
1998-10-22
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
1
-2
/
+1
1998-10-21
domain aliases added a bit better: does local aliases if you query
Luke Leighton
1
-26
/
+42
1998-10-21
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
1
-14
/
+172
1998-10-21
added "start index" skipping into querydispinfo.
Luke Leighton
1
-5
/
+15
1998-10-19
- dce/rpc code
Luke Leighton
1
-2
/
+6
1998-10-16
dce/rpc
Luke Leighton
1
-0
/
+76
1998-10-15
bug-fixing against:
Luke Leighton
1
-27
/
+88
1998-10-02
- static function "create_new_hashes" was identical to "nt_lm_owf_gen".
Luke Leighton
1
-1
/
+1
1998-09-29
Got very strict about the differences and uses of
Jeremy Allison
1
-17
/
+17
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-30
/
+12
1998-09-26
Small update to clitar.c to omit warnings about servers not
Richard Sharpe
1
-1
/
+1
1998-09-24
this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
Luke Leighton
1
-24
/
+33
1998-08-24
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1
-4
/
+4
1998-08-22
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1
-0
/
+9
1998-06-09
loadparm.c: Removed 'domain other sids' parameter.
Jeremy Allison
1
-2
/
+2
1998-05-21
fixed signed / unsigned warnings spotted by tim winders. also fixed
Luke Leighton
1
-3
/
+3
1998-05-19
ldap.c :
Luke Leighton
1
-29
/
+9
1998-05-18
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1
-12
/
+36
1998-05-14
passdb.c
Jeremy Allison
1
-7
/
+12
1998-05-14
Fixed dce/rpc to use global_machine_sid (auto generated in server.c if
Jeremy Allison
1
-1
/
+3
1998-05-14
chgpasswd.c: Added comments to #ifdefs
Jeremy Allison
1
-2
/
+5
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-3
/
+3
1998-05-11
password back-end database support
Luke Leighton
1
-105
/
+28
[next]