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
2007-10-10
r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memory
Gerald Carter
1
-3
/
+1
2007-10-10
r11170: root free pass on eventlog open access check
Gerald Carter
1
-0
/
+7
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
4
-27
/
+26
2007-10-10
r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...
Gerald Carter
1
-6
/
+15
2007-10-10
r11072: add routines for converting REG_MULTI_SZ to and from char**
Gerald Carter
1
-1
/
+13
2007-10-10
r11069: make sure to zero memory when allocating a a REGVAL_CTR struct
Gerald Carter
1
-1
/
+5
2007-10-10
r11060: merging new eventlog code from trunk
Gerald Carter
2
-507
/
+469
2007-10-10
r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida...
Gerald Carter
1
-18
/
+5
2007-10-10
r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam
Jim McDonough
1
-0
/
+29
2007-10-10
r10819: merging a couple of fixes from trunk
Gerald Carter
3
-6
/
+4
2007-10-10
r10795: Fix code before decl error.
Jeremy Allison
1
-1
/
+2
2007-10-10
r10792: Fix the "schannel not stored across client disconnects" problem.
Jeremy Allison
2
-19
/
+20
2007-10-10
r10781: merging eventlog and svcctl code from trunk
Gerald Carter
5
-647
/
+1229
2007-10-10
r10724: Got a little ahead of myself...
Jeremy Allison
1
-1
/
+0
2007-10-10
r10722: Remove unused BOOL in struct dcinfo.
Jeremy Allison
1
-0
/
+4
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
17
-2424
/
+3403
2007-10-10
r10585: variation of fix in trunk for root-free-pass in registry access checks
Gerald Carter
1
-3
/
+2
2007-10-10
r10269: Server-side fix for creds change - revert jcmd's change.
Jeremy Allison
1
-8
/
+2
2007-10-10
r10264: reverse order of 'root free pass' checks in service and registry acce...
Gerald Carter
2
-17
/
+12
2007-10-10
r10221: add "free pass for root" in svcctl and default winreg access checks
Gerald Carter
2
-1
/
+17
2007-10-10
r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and loc...
Gerald Carter
1
-8
/
+32
2007-10-10
r9945: fix typos.
Günther Deschner
1
-1
/
+1
2007-10-10
r9788: more compiler warnings from Jason Mader
Gerald Carter
1
-2
/
+2
2007-10-10
r9780: Clean up a bunch of compiler warnings.
James Peach
2
-5
/
+0
2007-10-10
r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*
Gerald Carter
1
-2
/
+10
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2
-202
/
+130
2007-10-10
r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...
Gerald Carter
1
-1
/
+1
2007-10-10
r9594: return the mapped name in enum_dom_groups()
Gerald Carter
1
-1
/
+1
2007-10-10
r9276: Fix another unused variable warning. Bugzilla #2981.
Tim Potter
1
-4
/
+1
2007-10-10
r9275: Remove some dead code. Bugzilla #2982.
Tim Potter
1
-3
/
+0
2007-10-10
r9264: fix valgrind invalid write error in enumprinterdata()
Gerald Carter
1
-2
/
+3
2007-10-10
r9261: Fix #2976: windows member servers wouldn't alloc connections from users
Jim McDonough
1
-0
/
+9
2007-10-10
r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...
Jim McDonough
1
-3
/
+3
2007-10-10
r9229: merge from trunk:
Günther Deschner
1
-2
/
+37
2007-10-10
r9195: setting log level to 2 instead of 0
Gerald Carter
1
-1
/
+1
2007-10-10
r9194: do not enumerate privileges when they are not enabled
Gerald Carter
1
-1
/
+6
2007-10-10
r9114: removing gratuitous debug messages
Gerald Carter
1
-28
/
+1
2007-10-10
r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
Jim McDonough
1
-5
/
+12
2007-10-10
r9098: fix another usrmgr.exe crash when viewing user properties at debugleve...
Gerald Carter
1
-1
/
+1
2007-10-10
r9080: If we don't understand the auth, bind nak not pdu fault.
Jeremy Allison
1
-15
/
+13
2007-10-10
r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtorture
Günther Deschner
1
-4
/
+10
2007-10-10
r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to list
Günther Deschner
1
-2
/
+4
2007-10-10
r8959: Make msdfs code talloc based. Fix leaks.
Jeremy Allison
1
-4
/
+3
2007-10-10
r8950: Fix one more mem leak found by Gunther.
Jeremy Allison
1
-1
/
+1
2007-10-10
r8943: Fix segfault in enum_service_status
Gerald Carter
1
-43
/
+33
2007-10-10
r8941: Fix unused variable warning. Bugzilla #2940.
Tim Potter
1
-2
/
+1
2007-10-10
r8916: should fix the valgrind invalid read of size 1 onthe
Gerald Carter
1
-8
/
+8
2007-10-10
r8894: Fix a warning. Bugzilla #2939.
Tim Potter
1
-3
/
+1
2007-10-10
r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.
Jeremy Allison
1
-60
/
+65
2007-10-10
r8617: Be very explicit if addprinterex is called that the "addprinter command"
Jeremy Allison
1
-2
/
+7
[prev]
[next]