summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-121-22/+1
| | | | | the symlink will get updated with the right target when waf dist is used in each directory
* subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij2010-04-111-1/+1
|
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
| | | | | | Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit.
* s4:registry - "patchfile_preg.c" - use more "sizeof"s on length specificationMatthias Dieter Wallnöfer2010-04-101-6/+6
| | | | This makes the code more clear to read.
* s4:registry - "patchfile_preg.c" - fix indentationMatthias Dieter Wallnöfer2010-04-101-5/+9
|
* s4:registry - "patchfile_preg.c" - fix a datatypeMatthias Dieter Wallnöfer2010-04-101-1/+1
| | | | This should be an "uint16_t" (only two bytes are written).
* s4:ldif_handlers tokenGroups are SIDsAndrew Bartlett2010-04-101-0/+1
|
* s4/schema: Torture test for schemaInfo implementationKamen Mazdrashki2010-04-091-0/+209
| | | | | | | This test checks if schemaInfo revision changes when an object is added or modified in Schema. Ref. [MS-ADTS], 3.1.1.2.1
* s4/ldif: Handle Schema:schemaInfo blobsKamen Mazdrashki2010-04-092-0/+21
|
* s4:registry - "patchfile_preg.c" - assign a better type to the "i" counter ↵Matthias Dieter Wallnöfer2010-04-081-2/+1
| | | | | | | variable The "i" variable sums up "size" values which are of type "size_t". Therefore also "i" itself should be from this type.
* s4:registry - "patchfile_preg.c" - make a SIVAL statement nicerMatthias Dieter Wallnöfer2010-04-081-1/+1
|
* s4-net: Use new Net() object in net export keytab.Jelmer Vernooij2010-04-081-3/+3
|
* pynet: Create a net class.Jelmer Vernooij2010-04-081-2/+2
|
* s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij2010-04-081-28/+28
|
* s4-python: More cleanups.Jelmer Vernooij2010-04-082-6/+5
|
* s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij2010-04-081-26/+26
|
* s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij2010-04-081-5/+4
|
* s4:registry - "REGF backend" - don't ignore wrong-sized ↵Matthias Dieter Wallnöfer2010-04-081-2/+5
| | | | REG_DWORD/REG_DWORD_BIG_ENDIAN values
* s4:registry - "patchfile_preg.c" - fix the read operation of the data length ↵Matthias Dieter Wallnöfer2010-04-081-0/+4
| | | | on big-endian platforms
* s4:registry - "patchfile_preg.c" - use "sizeof(uint32_t)" for some size ↵Matthias Dieter Wallnöfer2010-04-081-2/+2
| | | | | | specifications Looks nicer.
* LDB:sample_module - reintroduce accidentally removed "ldb_msg_add_fmt" statementMatthias Dieter Wallnöfer2010-04-071-0/+2
| | | | Obviously this is really needed by the "samba4.ldb" test.
* LDB:python bindings - also empty LDB message elements should have a python ↵Matthias Dieter Wallnöfer2010-04-071-3/+6
| | | | | | representation Bug found by ekacnet (see technical mailing list).
* s4:registry - "regf backend" - fix it up regarding ↵Matthias Dieter Wallnöfer2010-04-071-4/+6
| | | | | | | | | REG_DWORD/REG_DWORD_BIG_ENDIAN_VALUES This is needed to make it platform independently work (also on big endian platforms as little endian). Also add a size check before storing a DWORD.
* urgent_replication: Use standard comments rather than docstrings.Jelmer Vernooij2010-04-071-29/+28
|
* s4:pyregistry.c - fix indentationMatthias Dieter Wallnöfer2010-04-071-17/+18
|
* LDB:sample_module.c - remove code parts which generate warningsMatthias Dieter Wallnöfer2010-04-061-4/+0
| | | | | | Btw: The use of the "ldb_msg_add_fmt" operation directly on the request message object is strongly discouraged. Better is to make a shallow copy of this message and attach it to a new child request which is handled by the following modules.
* s4-python: Fix compilation of samba._ldb.Jelmer Vernooij2010-04-061-0/+4
|
* s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij2010-04-061-0/+38
|
* s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij2010-04-061-7/+43
|
* s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij2010-04-062-2/+18
|
* s4-python: Move set_opaque_integer to pyldb.Jelmer Vernooij2010-04-061-0/+65
|
* Move glue.set_credentials hack to samba.Ldb.Jelmer Vernooij2010-04-061-0/+26
|
* Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij2010-04-063-6/+101
|
* s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell2010-04-061-2/+7
|
* s4-waf: added simple 'waf test' support for tdb, talloc and ldbAndrew Tridgell2010-04-061-0/+6
|
* s4-waf: autogen-waf.sh for the standalone library buildsAndrew Tridgell2010-04-061-0/+22
|
* s4-waf: use a common pattern for finding buildtools and libsAndrew Tridgell2010-04-061-17/+14
|
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-8/+8
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell2010-04-061-9/+8
|
* ldb-waf: fixed buildtools pathAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: avoid having to run waf configure before waf distAndrew Tridgell2010-04-061-3/+4
| | | | This should be useful for building tarballs from a clean checkout
* s4-waf: allow standalone tarball build of librariesAndrew Tridgell2010-04-061-2/+8
|
* s4-waf: added 'waf dist' to our standalone libs as wellAndrew Tridgell2010-04-061-0/+3
|
* s4-waf: use cflags for LDB_MODULESDIRAndrew Tridgell2010-04-061-0/+3
| | | | this prevents rebuilds when it changes
* s4-waf: added implied_deps for system librariesAndrew Tridgell2010-04-061-1/+2
| | | | | | | | | | | | when we use a system version of a library such as talloc, then we no longer get the automtica dependency propogation of talloc implying libreplace. That means we don't get the includes for libreplace, which means things can fail to build. To fix this this change adds an implied_deps option to CHECK_BUNDLED_SYSTEM(), which tells the samba_deps module to add an implied dependency on the listed targets if the system library is chosen.
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-067-21/+0
| | | | we won't be using the mk -> wscript generator again
* ldb-waf: ldb needs HAVE_CONFIG_H for building a bundled poptAndrew Tridgell2010-04-061-0/+2
|
* s4-waf: ensure we don't end up with mixed versions of talloc/tdb/teventAndrew Tridgell2010-04-061-1/+2
|
* s4-waf: more places missing libreplaceAndrew Tridgell2010-04-061-4/+1
|
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-063-3/+3
| | | | | these are needed so we can support a system talloc without using the bundled talloc.h