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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-04
pidl: remove 'pointer_default_top()' support
Stefan Metzmacher
3
-18
/
+1
2008-02-04
spoolss.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-68
/
+67
2008-02-04
samr.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-48
/
+47
2008-02-04
netlogon.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-78
/
+77
2008-02-04
winreg.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-22
/
+21
2008-02-04
svcctl.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-50
/
+49
2008-02-04
wkssvc.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-72
/
+71
2008-02-04
srvsvc.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-73
/
+72
2008-02-04
Remaining changes to implement the prefork process model
Andrew Bartlett
6
-9
/
+250
2008-02-04
Rework process_single.c to take advantage of cluster_id() now taking an addit...
Andrew Bartlett
1
-9
/
+22
2008-02-04
Rework cluster_id() to take an additional argument, as we need
Andrew Bartlett
11
-27
/
+42
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
11
-11
/
+12
2008-02-02
pidl/Samba4::NDR::Parser: correctly get the name of an array element
Stefan Metzmacher
2
-5
/
+18
2008-02-02
pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference types
Stefan Metzmacher
1
-3
/
+14
2008-02-02
pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a function
Stefan Metzmacher
1
-25
/
+34
2008-02-02
pidl: revert changes it didn't want to push...sorry!
Stefan Metzmacher
4
-379
/
+58
2008-02-01
Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers
Stefan Metzmacher
1
-7
/
+7
2008-02-01
WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elements
Stefan Metzmacher
2
-14
/
+14
2008-02-01
LOOKS OK... pidl: get the pointer types correct when an element has multiple ...
Stefan Metzmacher
2
-18
/
+306
2008-02-01
CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array element
Stefan Metzmacher
2
-5
/
+18
2008-02-01
CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ...
Stefan Metzmacher
1
-3
/
+14
2008-02-01
CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() in...
Stefan Metzmacher
1
-25
/
+34
2008-02-01
pidl: cosmetic fix to use the same value everywhere
Stefan Metzmacher
1
-1
/
+1
2008-02-01
Samba4 poor mans debug_ctx()
Amin Azez
1
-0
/
+4
2008-02-01
pidl/IDL: don't strip ',' from the properties content
Stefan Metzmacher
4
-467
/
+399
2008-02-01
pidl/Samba4::NDR::Parse: move the calculation of NDR_PULL_SET_MEM_CTX() flags...
Stefan Metzmacher
1
-43
/
+27
2008-02-01
Fix sending of large nttrans responses.
Amin Azez
1
-1
/
+1
2008-01-31
pidl/Samba4::NDR::Parser: pass down the correct $var_name to AllocateArrayLev...
Stefan Metzmacher
1
-4
/
+2
2008-01-31
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
14
-26
/
+73
2008-01-31
merged tdb transaction fix
Andrew Tridgell
1
-0
/
+3
2008-01-30
libndr: depend on samba-config, so that callers doesn't need to know about it
Stefan Metzmacher
1
-1
/
+1
2008-01-30
pidl: be consistent and always ask pkg-config only for 'ndr'
Stefan Metzmacher
1
-1
/
+1
2008-01-29
python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).
Jelmer Vernooij
1
-0
/
+5
2008-01-29
Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...
Jelmer Vernooij
2
-3
/
+2
2008-01-28
torture: Fix too early free in spoolss notify test.
Jelmer Vernooij
1
-5
/
+6
2008-01-26
ldb: Add ldb_oom() calls in a couple of places.
Jelmer Vernooij
4
-2
/
+18
2008-01-26
python: Use relative paths for registry.
Jelmer Vernooij
1
-1
/
+8
2008-01-26
python: Load smb.conf file for the provision tests.
Jelmer Vernooij
1
-2
/
+6
2008-01-25
Fix netlogon rpc-server build.
Günther Deschner
1
-4
/
+4
2008-01-25
Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).
Günther Deschner
1
-1
/
+7
2008-01-25
NET-BECOME-DC: always try to build ejs and python code
Stefan Metzmacher
1
-9
/
+16
2008-01-25
torture: the libnet torture test depend on python
Stefan Metzmacher
1
-1
/
+2
2008-01-25
configure: define HAVE_WORKING_PYTHON
Stefan Metzmacher
1
-0
/
+1
2008-01-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
23
-312
/
+959
2008-01-25
python: Give precedence to Samba's syspath over the already set system one.
Jelmer Vernooij
1
-1
/
+1
2008-01-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
4
-14
/
+37
2008-01-25
python/provision: Reload secrets when necessary, fix unix names in mappings.
Jelmer Vernooij
1
-7
/
+9
2008-01-25
pidl/Samba4::Header: fix typedefs of unions and structs without elements
Stefan Metzmacher
1
-0
/
+2
2008-01-25
configure.ac: we should use AC_CONFIG_FILES() in order to use AC_OUTPUT only ...
Stefan Metzmacher
1
-10
/
+10
2008-01-25
configure.ac: we should only create ldb.pc when use the internal ldb
Stefan Metzmacher
1
-1
/
+1
[next]