summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix double free.Jelmer Vernooij2008-10-211-1/+0
|
* Fix the build.Jelmer Vernooij2008-10-211-2/+2
|
* Revert "Registry server LDB backend: Don't make copies of the same type"Jelmer Vernooij2008-10-211-2/+2
| | | | | | | The original data pointer may go away so we do want to make copies in this case. This reverts commit 625359b2e266105022309df8985720108ecd6f67.
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij2008-10-21684-202129/+9132
|\ | | | | | | | | | | Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c
| * Remove unused function str_list_match.Jelmer Vernooij2008-10-201-13/+0
| |
| * Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-2013-6/+38
| | | | | | | | remove some unused functions.
| * Provide two symbols to allow ndrdump compiled by Samba 3 to be used forJelmer Vernooij2008-10-201-1/+1
| | | | | | | | Samba 4.
| * Regenerate pidl output.Jelmer Vernooij2008-10-201-2/+2
| |
| * Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+1
| | | | | | | | 3.
| * Use common detection function for zlib.Jelmer Vernooij2008-10-181-26/+0
| |
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2008-10-178-131/+170
| |\
| | * Transform the sequence_number operation into a normal extended operation as ↵Simo Sorce2008-10-168-131/+170
| | | | | | | | | | | | it should always have been. Make it also async so that it is not a special case.
| * | Assert that the server provides allowedAttributes (etc) on each entryAndrew Bartlett2008-10-161-2/+6
| |/ | | | | | | | | | | | | This attribute is critical for the operation of nearly all the Microsoft Mangement Console tools Andrew Bartlett
| * s4: fix registry/rpc.c after winreg changes.Günther Deschner2008-10-151-5/+5
| | | | | | | | | | | | jelmer, can you check if this is ok? Guenther
| * winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-151-1/+1
| |
| * Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-151-2/+2
| |\
| | * Fix very old bug in ASQSimo Sorce2008-10-141-2/+2
| | |
| * | Share ndr_compression.c.Jelmer Vernooij2008-10-141-1/+0
| |/
| * Remove unused structures.Jelmer Vernooij2008-10-142-188/+4
| |
| * Revert chunk applied by mistake as part of the cosmetic fixes fromi MathiasSimo Sorce2008-10-131-1/+1
| |
| * Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer2008-10-131-1/+1
| | | | | | | | This commit applies some cosmetic corrections for the DSDB (Directory Server Database).
| * Fix number of arguments for file_load() functions.Jelmer Vernooij2008-10-121-2/+2
| |
| * Remove gencache in Samba 4 - it's unused and behind on the Samba 3Jelmer Vernooij2008-10-122-469/+0
| | | | | | | | version.
| * Move zlib to top-level root.Jelmer Vernooij2008-10-12200-54050/+0
| |
| * Remove unused json code.Jelmer Vernooij2008-10-1246-43802/+0
| |
| * Use common util_file code.Jelmer Vernooij2008-10-123-3/+3
| |
| * Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij2008-10-122-2/+2
| | | | | | | | file generation.
| * Fix warning, prototype.Jelmer Vernooij2008-10-121-1/+1
| |
| * Fix include paths to new location of libutil.Jelmer Vernooij2008-10-1111-14/+14
| |
| * Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-1155-11069/+0
| | | | | | | | | | | | Conflicts: source4/Makefile
| * Provide malloc_array() in Samba 4.Jelmer Vernooij2008-10-111-0/+9
| |
| * Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-114-15/+25
| | | | | | | | | | | | | | 4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory.
| * Fix subunit files location after cherrypicks.Jelmer Vernooij2008-10-081-0/+1
| |
| * Merge commit 'master/master'Andrew Tridgell2008-10-032-24/+22
| |\
| | * Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer2008-10-031-22/+20
| | |
| | * s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher2008-10-021-2/+2
| | | | | | | | | | | | metze
| * | handle NULL strings in strchr_m() and strrchr_m()Andrew Tridgell2008-09-301-0/+7
| |/ | | | | | | | | This is needed for the LSA server code which needs to cope with a NULL names passed to lsa_LookupNames3()
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-304-34/+5
| |\
| | * Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer2008-09-301-3/+3
| | |
| | * wmi: Use cli_credentials.Jelmer Vernooij2008-09-302-14/+2
| | |
| | * Remove ldb_module_wait implementation - ldb_module.wait() is gone.Jelmer Vernooij2008-09-301-17/+0
| | |
| * | The author of the upstream code asked for this code to be GPLv2+ not GPLv3Andrew Tridgell2008-09-301-1/+1
| | |
| * | merged a bugfix for the idtree code from the Linux kernel. ThisAndrew Tridgell2008-09-301-1/+13
| |/ | | | | | | | | | | matches commit 7aae6dd80e265aa9402ed507caaff4a5dba55069 in the kernel. Many thanks to Jim Houston for pointing out this fix to us
| * s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymoreStefan Metzmacher2008-09-291-3/+3
| | | | | | | | metze
| * LDB ASYNC: misc changesSimo Sorce2008-09-291-12/+1
| |
| * LDB ASYNC: ldb misc changesSimo Sorce2008-09-292-54/+44
| |
| * LDB ASYNC: core modulesSimo Sorce2008-09-2911-2152/+1534
| |
| * LDB ASYNC: other backendsSimo Sorce2008-09-293-582/+619
| |
| * LDB ASYNC: ldb_tdb backendSimo Sorce2008-09-294-315/+242
| |
| * LDB ASYNC: Core filesSimo Sorce2008-09-295-164/+489
| |