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
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
41
-80
/
+83
2007-10-10
r4548: Convert to talloc_p() and talloc_array_p() where appropriate.
Tim Potter
1
-5
/
+39
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
21
-37
/
+47
2007-10-10
r4546: Use talloc_p() instad of talloc()
Tim Potter
1
-1
/
+1
2007-10-10
r4542: use bitmap for samr_FieldsPresent and samr_AcctFlags
Stefan Metzmacher
1
-35
/
+38
2007-10-10
r4541: make use of new enum and bitmap features
Stefan Metzmacher
1
-71
/
+75
2007-10-10
r4540: sync enum and bitmap code
Stefan Metzmacher
3
-31
/
+26
2007-10-10
r4536: make use of the new enum and bitmap feature of pidl
Stefan Metzmacher
1
-15
/
+17
2007-10-10
r4535: add full support for
Stefan Metzmacher
4
-17
/
+225
2007-10-10
r4534: update the yapp generated code
Stefan Metzmacher
1
-354
/
+466
2007-10-10
r4533: parsing support for:
Stefan Metzmacher
1
-3
/
+18
2007-10-10
r4532: - rename bitmap -> bits
Stefan Metzmacher
4
-13
/
+13
2007-10-10
r4531: Include the OID locally, as it seems to be hard to get the includes
Andrew Bartlett
1
-1
/
+5
2007-10-10
r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...
Andrew Bartlett
1
-3
/
+23
2007-10-10
r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It
Andrew Tridgell
10
-108
/
+59
2007-10-10
r4524: converted a few bits of samr.idl to use enum properly
Andrew Tridgell
1
-7
/
+7
2007-10-10
r4523: the PROPERTIES change for typedef was not quite as simple as I thought...
Andrew Tridgell
2
-7
/
+19
2007-10-10
r4522: PROPERTIES are now handled at the typedef level
Andrew Tridgell
2
-297
/
+286
2007-10-10
r4521: fixed up the handling of PROPERTIES elements after the change to suppo...
Andrew Tridgell
5
-20
/
+20
2007-10-10
r4520: added a enum test function to the echo pipe
Andrew Tridgell
3
-0
/
+71
2007-10-10
r4519: added the enum print function in ndr_basic.c
Andrew Tridgell
1
-0
/
+6
2007-10-10
r4518: added proper support for "typedef enum" in pidl. We can now use enums ...
Andrew Tridgell
5
-258
/
+403
2007-10-10
r4517: Revert previous commit about giving arrays of scalars their own subtree.
Tim Potter
1
-12
/
+16
2007-10-10
r4513: add experimental modification attribute checking
Simo Sorce
1
-1
/
+451
2007-10-10
r4512: Give arrays of scalar types their own subtree.
Tim Potter
1
-12
/
+25
2007-10-10
r4511: Remove a crapload of dead code.
Tim Potter
1
-835
/
+0
2007-10-10
r4510: Some more tests for RPC-NETLOGON, checking the idea that we could
Andrew Bartlett
1
-0
/
+147
2007-10-10
r4509: Add missing cr.
Tim Potter
1
-1
/
+1
2007-10-10
r4508: - simplify the code and allocate only in one place
Stefan Metzmacher
1
-15
/
+4
2007-10-10
r4507: this default is unnneded because the switch level is in the r->in
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r4506: fix compiler warnings
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r4505: Add a first very basic schema module
Simo Sorce
4
-3
/
+501
2007-10-10
r4504: Setting
Andrew Bartlett
7
-10
/
+12
2007-10-10
r4503: add an error reporting function (fixes)
Simo Sorce
1
-8
/
+17
2007-10-10
r4502: add an error reporting function
Simo Sorce
1
-1
/
+17
2007-10-10
r4501: when copying files it is common for clients to copy the ACL. When the
Andrew Tridgell
1
-2
/
+8
2007-10-10
r4500: Allow GENSEC modules to be disabled by setting a flag on their module
Andrew Bartlett
5
-8
/
+8
2007-10-10
r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.
Andrew Bartlett
6
-105
/
+191
2007-10-10
r4495: Some more regexps for handling stuff in the lsa and samr pipes -
Tim Potter
1
-1
/
+14
2007-10-10
r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off by
Andrew Bartlett
2
-8
/
+46
2007-10-10
r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)
Andrew Tridgell
1
-0
/
+0
2007-10-10
r4492: r.in.info is a pointer that needs to be allocated before use
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4491: don't dereference q1.out.sam unless we know it is not NULL
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4490: when implementing one rpc server call in terms of another call, you
Andrew Tridgell
1
-1
/
+3
2007-10-10
r4489: Remove an obsolete file.
Tim Potter
1
-3
/
+0
2007-10-10
r4488: removed an unused variable
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4487: fixed the use of ldb_msg_add_*() in the samr password backend
Andrew Tridgell
1
-18
/
+28
2007-10-10
r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...
Andrew Tridgell
3
-7
/
+7
2007-10-10
r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SE...
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r4484: - use the nTMixedDomain attribute to check if our domain is mixed mode...
Stefan Metzmacher
2
-5
/
+10
[prev]
[next]