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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-12
/
+0
2007-10-10
r2653: - data_blob() and data_blob_talloc() now get automatic names
Andrew Tridgell
1
-0
/
+3
2007-10-10
r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()
Andrew Tridgell
1
-2
/
+12
2007-10-10
r2641: talloc_p() now produces a named talloc pointer, with the name
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2632: a new approach to handling const errors. We have had huge numbers of
Andrew Tridgell
1
-0
/
+2
2007-10-10
r2618: before we had refererence counts in talloc I added a hack in the
Andrew Tridgell
1
-1
/
+0
2007-10-10
r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n...
Tim Potter
1
-0
/
+11
2007-10-10
r2520: - finished implementing the server side of the old style search requests
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2518: Some long overdue changes:
Jelmer Vernooij
1
-5
/
+113
2007-10-10
r2510: Make C++ compilers happy, use ifdef instead of if
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
1
-21
/
+28
2007-10-10
r2459: added STATUS_NO_MORE_FILES nt status code
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2456: got rid of some outdated global macros
Andrew Tridgell
1
-13
/
+0
2007-10-10
r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2404: the first large lump of posix vfs stuff.
Andrew Tridgell
1
-0
/
+5
2007-10-10
r2386: fixed some indentation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2328: add the start of a new system and protocol
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r2321: add complately untested LDAP server start
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r2242: some older versions of gcc don't properly handle the
Andrew Tridgell
1
-2
/
+3
2007-10-10
r2159: converted samba4 over to UTF-16.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2039: got rid of the free() ptr in DATA_BLOB
Andrew Tridgell
1
-1
/
+0
2007-10-10
r2005: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
1
-10
/
+0
2007-10-10
r1984: this change is what you should read to understand the new talloc()
Andrew Tridgell
1
-3
/
+0
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-30
/
+9
2007-10-10
r1912: move popt_common.h
Stefan Metzmacher
2
-52
/
+1
2007-10-10
r1911: merge a few popt parameters from 3.0 move some to better places
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r1903: hmm a better solution is to include popt.h where it is needed
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r1902: we need to include popt.h before popt_common.h
Stefan Metzmacher
2
-2
/
+1
2007-10-10
r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition
Andrew Tridgell
1
-0
/
+3
2007-10-10
r1894: Convert // to /* */
Volker Lendecke
1
-1
/
+1
2007-10-10
r1877: since make proto catches all functions
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1836: - as abartlet said to me, we need to contact the users domain pdcfor d...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
3
-16
/
+38
2007-10-10
r1785: remove unneeded dependencies on openldap client libraries
Simo Sorce
2
-14
/
+0
2007-10-10
r1760: name the struct
Simo Sorce
1
-1
/
+1
2007-10-10
r1756: merge volkers ldap client lib to samba4 for simo to start with the
Stefan Metzmacher
2
-1
/
+3
2007-10-10
r1745: More work on cleaning up SMB signing.
Andrew Bartlett
1
-3
/
+7
2007-10-10
r1735: Clean up SMB signing - we don't have more than one 'real' way to sign
Andrew Bartlett
1
-7
/
+2
2007-10-10
r1729: Make the SMB signing code more generic (to share more between client a...
Andrew Bartlett
1
-11
/
+13
2007-10-10
r1686: Don't use a void* for the context inside the SMB signing code.
Andrew Bartlett
1
-1
/
+6
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
2
-53
/
+53
2007-10-10
r1633: fixed a couple of async oplock handling errors
Andrew Tridgell
1
-0
/
+4
2007-10-10
r1629: server_zone needs to be "int" not "int16_t" as it can hold values
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1596: Fix up copyrights.
Jim McDonough
1
-1
/
+2
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
4
-11
/
+54
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
1
-118
/
+122
2007-10-10
r1523: declaring variables "in" and "out" in every C module is a bad idea!
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1522: Oops - I forgot this file in the prvevious commit.
Andrew Bartlett
1
-0
/
+57
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
2
-31
/
+4
[next]