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
Age
Commit message (
Expand
)
Author
Files
Lines
2004-03-04
There's a specific error message NT_STATUS_ALIAS_EXISTS.
Volker Lendecke
1
-1
/
+1
2004-03-03
more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2e
Jim McDonough
1
-2
/
+2
2004-03-03
quick for for usrmgr. unknown_6 is really max dimension of logon hours array...
Jim McDonough
1
-30
/
+12
2004-03-01
Ok here it is my latest work on privileges
Simo Sorce
4
-40
/
+108
2004-02-29
Apply my experimental aliases support to HEAD. This will be a bit difficult to
Volker Lendecke
1
-3
/
+6
2004-02-29
net_rpc.c: Don't complain if [add|del]mem was successful.
Volker Lendecke
1
-1
/
+1
2004-02-25
Do the query part of the previous fix...reset time and duration are set in mi...
Jim McDonough
1
-2
/
+2
2004-02-25
reset time and duration are set in minutes, not seconds. Works from usrmgr.
Jim McDonough
1
-2
/
+2
2004-02-19
Fixup returns from lookupsids in the same way as lookupnames. Inspired by
Jeremy Allison
1
-6
/
+7
2004-02-19
comment out server portion of DsEnumerateDomainTrusts() since it causes 2k/xp...
Gerald Carter
2
-4
/
+11
2004-02-19
fixing error in logic when checking flags changed field on user primary group...
Gerald Carter
1
-28
/
+28
2004-02-17
Fix based on Volker's code to correctly return code from lsa_lookup_sids
Jeremy Allison
1
-17
/
+19
2004-02-17
Also set alias info for builtins.
Volker Lendecke
1
-1
/
+2
2004-02-17
In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when
Volker Lendecke
1
-1
/
+6
2004-02-16
Cosmetic fix: use sid_is_in_our_domain.
Volker Lendecke
1
-7
/
+3
2004-01-30
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
3
-4
/
+4
2004-01-26
(merge from 3.0)
Andrew Bartlett
1
-2
/
+2
2004-01-19
1. The most part of this patch changed the unknown_3 flag to the now known
Simo Sorce
1
-98
/
+176
2004-01-15
Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...
Gerald Carter
1
-1
/
+1
2004-01-13
sync HEAD with recent changes in 3.0
Gerald Carter
1
-3
/
+14
2004-01-09
fix some warnings from the Sun compiler; also merge some of abartlet's error ...
Gerald Carter
1
-1
/
+1
2004-01-05
(merge from 3.0)
Andrew Bartlett
1
-2
/
+2
2004-01-05
(merge from 3.0)
Andrew Bartlett
1
-99
/
+50
2003-12-16
make sure we delete the group mapping before calling the delete group script;...
Gerald Carter
1
-2
/
+4
2003-12-10
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...
Gerald Carter
1
-1
/
+1
2003-12-10
more group lookup access fixes on the neverending bug 281
Gerald Carter
2
-11
/
+10
2003-12-07
Merge from 3.0:
Andrew Bartlett
1
-0
/
+6
2003-12-04
fix process_incoming_data() to return the number of bytes handled this call w...
Gerald Carter
1
-1
/
+3
2003-12-04
* fix RemoveSidForeignDomain() ; bug 252
Gerald Carter
3
-57
/
+92
2003-11-25
Patch for #263 from jpjanosi@us.ibm.com.
Jeremy Allison
1
-1
/
+2
2003-11-24
more access fixes for group enumeration in LDAP; bug 281
Gerald Carter
3
-8
/
+24
2003-11-23
Merge from 3.0:
Andrew Bartlett
1
-9
/
+6
2003-11-22
(merge from 3.0)
Andrew Bartlett
4
-13
/
+42
2003-11-19
Correct fix for '$' termination test.
Jeremy Allison
1
-2
/
+1
2003-11-18
Fix to correct checking of '$' name termination.
Rafal Szczesniak
1
-1
/
+1
2003-11-17
* make sure we only enumerate group mapping entries
Gerald Carter
1
-135
/
+44
2003-11-09
Merge from 3.0:
Andrew Bartlett
1
-6
/
+0
2003-11-07
* only install swat html files once
Gerald Carter
1
-3
/
+17
2003-11-07
Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.com>
Jeremy Allison
2
-11
/
+86
2003-11-05
Merge of 64-bit printf warning fixes.
Tim Potter
2
-3
/
+3
2003-10-30
Another round of GUID->struct uuid.
Jim McDonough
1
-3
/
+3
2003-10-30
First round of merging various UUID structures.
Jim McDonough
3
-5
/
+6
2003-10-28
Fix for bug #667. DFS filenames can now have arbitrary case.
Jeremy Allison
1
-19
/
+39
2003-10-21
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
Jeremy Allison
1
-1
/
+2
2003-10-21
Add server side support for epmapper pipe. Currently only does a fixed
Jim McDonough
3
-0
/
+161
2003-10-17
* fix some compile warnings in the gums code
Gerald Carter
2
-1
/
+50
2003-10-06
split some security related functions in their own files.
Simo Sorce
2
-36
/
+36
2003-10-02
Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy Allison
1
-1
/
+1
2003-10-01
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...
Gerald Carter
1
-11
/
+19
2003-09-29
Merge from 3.0:
Tim Potter
5
-68
/
+58
[next]