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
2007-10-10
r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtree
Tim Potter
1
-7
/
+23
2007-10-10
r4863: schema_find_attribute() should be static
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4862: - better structure schema tests
Simo Sorce
10
-31
/
+54
2007-10-10
r4859: changed a numbe rof things:
Simo Sorce
1
-244
/
+150
2007-10-10
r4858: a better fix for alignment of enumerated types (I'm not even sure why
Andrew Tridgell
1
-4
/
+4
2007-10-10
r4844: - Remove the unused attrsyn structure
Simo Sorce
1
-175
/
+164
2007-10-10
r4843: fixed the alignment handling of enumerated types
Andrew Tridgell
2
-0
/
+7
2007-10-10
r4842: Set the end of a structure so that when you click on the proto tree,
Tim Potter
1
-0
/
+4
2007-10-10
r4841: Handle levels that are signed integer types.
Tim Potter
1
-1
/
+1
2007-10-10
r4833: added LOCAL-SOCKET to the list of tests that are expected to pass
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4832: added simple testing of tcp sockets to LOCAL-SOCKET test
Andrew Tridgell
1
-0
/
+108
2007-10-10
r4831: added udp support to our generic sockets library.
Andrew Tridgell
8
-79
/
+345
2007-10-10
r4828: don't apply the schema until we get it working properly
Andrew Tridgell
1
-37387
/
+0
2007-10-10
r4819: its just not my day today ....
Andrew Tridgell
2
-0
/
+2
2007-10-10
r4818: missed version.h here
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4817: ccache was being made ineffective on all the build farm machines
Andrew Tridgell
7
-1
/
+6
2007-10-10
r4816: Note that NTTIME is 4-byte aligned which makes the comment about align...
Tim Potter
1
-1
/
+1
2007-10-10
r4815: Handle uint8 and uint16 bitmap types.
Tim Potter
1
-3
/
+10
2007-10-10
r4814: cope with perl not being in /usr/bin for idl building
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4813: this is a temporary solution to a link problem we have on some
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4812: removed dependence on Data::Dumper
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4811: now that the event context is at the socket level, the event cleanup
Andrew Tridgell
2
-1
/
+13
2007-10-10
r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4806: - add some data to the configuration naming context
Stefan Metzmacher
2
-15
/
+270
2007-10-10
r4804: add more emuns and bitmaps
Stefan Metzmacher
1
-9
/
+26
2007-10-10
r4801: remove the two bogus ctype.h includes
Andrew Tridgell
1
-2
/
+0
2007-10-10
r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_t
Andrew Tridgell
1
-11
/
+1
2007-10-10
r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ...
Alexander Bokovoy
1
-0
/
+5
2007-10-10
r4798: When dissecting structures, name the protocol tree after the field name,
Tim Potter
1
-2
/
+2
2007-10-10
r4797: Add the name of what we are pointing to when dissecting pointers.
Tim Potter
1
-3
/
+3
2007-10-10
r4796: Get rid of unecessary #include
Tim Potter
1
-0
/
+2
2007-10-10
r4795: stronget type checking in composite connect function
Andrew Tridgell
1
-2
/
+4
2007-10-10
r4794: - disabled the ntacl command line utilities until they are rewritten t...
Andrew Tridgell
5
-852
/
+23
2007-10-10
r4793: minor doc updates
Andrew Tridgell
1
-15
/
+9
2007-10-10
r4792: use type safety int the test suite too
Andrew Tridgell
1
-6
/
+7
2007-10-10
r4791: used the new talloc type safety macros to make the "void *private"
Andrew Tridgell
5
-25
/
+25
2007-10-10
r4790: added type checking helper macros in talloc. These take advantage of
Andrew Tridgell
4
-9
/
+107
2007-10-10
r4787: Clean up gepdump code somewhat.
Jelmer Vernooij
1
-64
/
+59
2007-10-10
r4786: forgot to commit the exclusion for schema checking against our control...
Simo Sorce
1
-0
/
+8
2007-10-10
r4785: add schema objects to provision
Simo Sorce
2
-0
/
+37398
2007-10-10
r4784: finally make schema module use a single ldb
Simo Sorce
6
-52
/
+764
2007-10-10
r4783: got rid of another void* in the composite code. This brings us down to
Andrew Tridgell
5
-114
/
+88
2007-10-10
r4782: volker quite rightly pointed out that there is too much of a
Andrew Tridgell
5
-130
/
+131
2007-10-10
r4781: the tolower() in schema.c is a premature optimisation. I suspect the
Andrew Tridgell
2
-13
/
+8
2007-10-10
r4780: tolower() requires ctype.h
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...
Andrew Tridgell
1
-13
/
+40
2007-10-10
r4778: I forgot to set the session key for the spnego path. Fixed.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
15
-647
/
+519
2007-10-10
r4776: Add more debugs to SamSync test.
Andrew Bartlett
1
-25
/
+64
2007-10-10
r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...
Simo Sorce
1
-35
/
+57
[next]