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
r10438: Move portability functions to lib/replace/; replace now simply ensures
Jelmer Vernooij
1
-13
/
+0
2007-10-10
r10426: - restructure the winbind server code a bit
Stefan Metzmacher
1
-0
/
+7
2007-10-10
r10315: Remove use of fstring and pstring in dynconfig.c
Jelmer Vernooij
1
-14
/
+10
2007-10-10
r10078: - add a 'struct data_blob_list_item'
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r10044: Microsoft has defined this bit:
Andrew Bartlett
1
-1
/
+1
2007-10-10
r10026: Move registry header file to lib/registry
Jelmer Vernooij
1
-135
/
+0
2007-10-10
r10015: Change the NT4 registry backend to use the IDL-generate parse functions.
Jelmer Vernooij
1
-9
/
+0
2007-10-10
r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.
Jelmer Vernooij
1
-10
/
+4
2007-10-10
r9798: Add generic functions for handling smb.conf files (the parameters don'...
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r9728: A *major* update to the credentials system, to incorporate the
Andrew Bartlett
2
-2
/
+9
2007-10-10
r9698: Fix a bit of memory management
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r9672: Fix build for compilers that don't like undefined-length arrays at the...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r9638: add error code that you get when you call DsGetNCChanges() with a tmp_...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r9602: Add support for reading share_info.tdb and smb.conf.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r9595: Add ldb map module
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r9589: Support reading secrets tdb
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r9581: Registry db
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r9557: Some more updates. Use combined function for parsing a set of
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r9556: Define a few libsamba structs
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r9518: - remove the subcontext_size() hack from rev 9509
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r9514: add some new error codes I was getting with DsGetNCChanges() and DsAdd...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs,
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r9503: removed duplicate REG_* defines from registry.h now that they are
Andrew Tridgell
1
-16
/
+0
2007-10-10
r9453: Add samba3_samaccount (fix the build)
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-0
/
+1
2007-10-10
r9371: add the usefull trick hack for NT_STATUS_NO_MEMORY too
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r9085: Missing structs.h entry.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r9048: added a new DOS error code (thanks to EMC)
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8940: Add TDR (Trivial Data Representation). The aim is to use this later for
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8933: Fix missing prototype warnings
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r8847: Rework the Samba4 'net join' code. I'm trying to get this closer to
Andrew Bartlett
1
-3
/
+2
2007-10-10
r8806: Move data representation-independent data into seperate header
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r8752: With all the infrustructure done, details like a SamSync migration
Andrew Bartlett
1
-0
/
+1
2007-10-10
r8744: Split 'net samdump' out into a separate file
Andrew Bartlett
1
-1
/
+2
2007-10-10
r8713: Experiment to try and fix warnings on 64-bit machines without breaking
Tim Potter
1
-0
/
+4
2007-10-10
r8692: Starting parts of code to provide user modify functionality.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r8690: Code cleanups, improvements necessary for dependencies (not added yet)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r8460: removed the unused function krb5_locate_kdc(). It causes a build failu...
Andrew Tridgell
1
-2
/
+0
2007-10-10
r8458: next target is irix - this gets the socket wrapper code building
Andrew Tridgell
1
-4
/
+0
2007-10-10
r8438: - More win32 portability fixes. Now fails on socketwrapper (because
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r8420: slowly getting my way through some more heimdal portability fixes
Andrew Tridgell
1
-0
/
+4
2007-10-10
r8313: moved PRINTF_ATTRIBUTE to replace.h to try to get irix building with h...
Andrew Tridgell
1
-11
/
+2
2007-10-10
r8306: some more heimdal configure checks
Andrew Tridgell
1
-0
/
+4
2007-10-10
r8288: The SMB_ASSERT_ARRAY macro isn't used anymore.
Tim Potter
1
-3
/
+0
2007-10-10
r8174: Check DOS error codes in torture chkpath test.
Jeremy Allison
1
-0
/
+1
2007-10-10
r8164: - match the ordering w2k3 uses for the PAC_BUFFER:
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r8161: Update Samba4 for the new Heimdal update.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r8148: - make the PAC generation code a bit more readable and add some outof ...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r8128: Janitor work...
Rafal Szczesniak
1
-1
/
+0
[next]