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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-18
python: create a script for reorgnizing an LDB file.
Matthieu Patou
1
-0
/
+60
2009-09-18
s4:provision - Bump down the domain and forest level to Windows 2000
Matthias Dieter Wallnöfer
2
-9
/
+10
2009-09-17
s4:provision - Some rework (continuation)
Matthias Dieter Wallnöfer
4
-40
/
+311
2009-09-17
pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl.
Matthieu Patou
2
-2
/
+19
2009-09-17
talloc: don't crash if f is NULL in talloc_report_*
Andrew Tridgell
1
-2
/
+4
2009-09-17
s3-rpc: samba3 needs the DCERPC_NDR64 define
Andrew Tridgell
1
-0
/
+3
2009-09-17
s4-sam: add a note about the solaris client
Andrew Tridgell
1
-0
/
+2
2009-09-17
ndrdump: fixed help
Andrew Tridgell
1
-1
/
+1
2009-09-17
ndr: num_auths is an array size, thus a uint3264
Andrew Tridgell
1
-2
/
+2
2009-09-17
ndr: split out ndr enum functions
Andrew Tridgell
4
-6
/
+80
2009-09-17
idl: recompile our IDL
Andrew Tridgell
25
-3558
/
+3558
2009-09-17
s4-pidl: add support for NDR64
Andrew Tridgell
2
-6
/
+9
2009-09-17
s4-rpc: added NDR64 support
Andrew Tridgell
6
-8
/
+33
2009-09-17
ndr: added support for NDR64
Andrew Tridgell
3
-18
/
+54
2009-09-17
util: use likely/unlikely for NT_STATUS_* macros
Andrew Tridgell
1
-3
/
+3
2009-09-17
libreplace: added likely()/unlikely() macros for gcc
Andrew Tridgell
1
-0
/
+19
2009-09-18
s3:smbd: Attempt to fix the build on HP/UX
Volker Lendecke
1
-0
/
+1
2009-09-18
s3:smbd: Fix an inappropriate pointer return in a bool fn
Volker Lendecke
1
-1
/
+1
2009-09-18
s3:winbind: Fix some enum type mismatches found by the Solaris compiler
Volker Lendecke
3
-3
/
+3
2009-09-17
s3: build with pam support when possible
Björn Jacke
1
-3
/
+3
2009-09-17
Re-generated idl files with () for enum values.
Jeremy Allison
23
-1014
/
+1014
2009-09-17
Ensure we enclose the enum values in brackets to make the cast work.
Jeremy Allison
1
-0
/
+2
2009-09-17
Check in modified generated files for systems where pidl can't run.
Jeremy Allison
24
-1066
/
+1068
2009-09-17
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
6
-12
/
+61
2009-09-17
Fix the problem with pidl generating invalid C for enums. According
Jeremy Allison
1
-1
/
+9
2009-09-17
spnego: Support ASN.1 BIT STRING and use it in SPNEGO.
Kouhei Sutou
6
-12
/
+61
2009-09-17
s4:descriptor module - Revert and const fixups
Matthias Dieter Wallnöfer
1
-7
/
+18
2009-09-17
s4:descriptor - cosmetic
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-17
s4:libnet_become_dc - Fix some uninitialised variables
Matthias Dieter Wallnöfer
1
-3
/
+3
2009-09-17
s4:provision - Some rework
Matthias Dieter Wallnöfer
12
-23610
/
+23878
2009-09-17
void functions can't return a value. Found by the Solaris compiler.
Jeremy Allison
1
-1
/
+1
2009-09-17
void functions can't return a value. Found by the Solaris compiler.
Jeremy Allison
1
-1
/
+1
2009-09-17
void functions can't return a value. Found by the Solaris compiler.
Jeremy Allison
1
-1
/
+1
2009-09-17
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
5
-5
/
+69
2009-09-17
Remove ununsed variable warning.
Jeremy Allison
1
-1
/
+0
2009-09-17
s4/domain behaviour flags: Fix them up in various locations
Matthias Dieter Wallnöfer
4
-16
/
+10
2009-09-17
s4/python: flags
Matthias Dieter Wallnöfer
2
-9
/
+83
2009-09-17
libds/common/flags: various
Matthias Dieter Wallnöfer
2
-28
/
+36
2009-09-13
Port the Samba 3 shm_setup to QNX.
Matt Kraai
1
-0
/
+18
2009-09-13
util_smb: For some (unknown) reason the previous patch changed the permission...
Matthias Dieter Wallnöfer
1
-0
/
+0
2009-09-13
Port the Samba 4 shm_setup to QNX.
Matt Kraai
1
-0
/
+18
2009-09-17
idl: added DRS GetNCChanges level 10
Andrew Tridgell
4
-0
/
+209
2009-09-17
idl: rebuild drsuapi.idl
Andrew Tridgell
5
-51
/
+258
2009-09-17
idl: added DsExecuteKCC IDL
Andrew Tridgell
2
-4
/
+22
2009-09-16
ndr: added --ndr64 flag to ndrdump
Andrew Tridgell
4
-6
/
+44
2009-09-17
s3-winbindd: add and use winbindd_lookup_names().
Günther Deschner
2
-20
/
+47
2009-09-17
s3-winbindd: add and use winbindd_lookup_sids().
Günther Deschner
3
-96
/
+78
2009-09-17
cifs-upcall: fix the build after spnego merge.
Günther Deschner
1
-0
/
+1
2009-09-17
w32err: use WERR_DC_NOT_FOUND name instead of WERR_DOMAIN_CONTROLLER_NOT_FOUND
Kamen Mazdrashki
1
-2
/
+2
2009-09-17
w32err: Set hex format values for all errors
Kamen Mazdrashki
1
-90
/
+90
[next]