Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10456: More SCons fixes: | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works... | Jelmer Vernooij | 1 | -2/+7 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10328: Add more emacs python-mode markers. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r10323: Add first bits required for getting compile with scons working. This ... | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r10294: Generate Makefile directly rather then thru Makefile.in. Autoconf | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10207: Add some const | Jelmer Vernooij | 8 | -77/+75 |
2007-10-10 | r10111: Make pidl by default assume the input file is an IDL file rather | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10104: Fix code before declaration. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r10089: Fix a typo breaking the Makefile generator and therefore - the build. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r10074: Pass CPP to pidl via environment variables rather then config.pm. Thi... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10052: Add 'print' command | Jelmer Vernooij | 1 | -0/+22 |
2007-10-10 | r10043: Only recompile subsystems that actually need recompilation | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10030: Add hierarchical memory allocation to TDR's pull functions | Jelmer Vernooij | 2 | -35/+27 |
2007-10-10 | r10028: More registry fixes. | Jelmer Vernooij | 2 | -41/+115 |
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 8 | -8/+186 |
2007-10-10 | r10025: Add some utility functions for storing/loading tdr encoded data | Jelmer Vernooij | 1 | -92/+79 |
2007-10-10 | r10020: Support for malloc / realloc / free in HBIN blocks | Jelmer Vernooij | 3 | -25/+333 |
2007-10-10 | r10016: Support reading security descriptors on keys. | Jelmer Vernooij | 4 | -3/+66 |
2007-10-10 | r10015: Change the NT4 registry backend to use the IDL-generate parse functions. | Jelmer Vernooij | 3 | -1629/+257 |
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 11 | -83/+75 |
2007-10-10 | r9995: Add file describing the REGF file format in IDL. | Jelmer Vernooij | 1 | -0/+154 |
2007-10-10 | r9567: fixed the winreg IDL for CreateKey, including a security | Andrew Tridgell | 1 | -13/+6 |
2007-10-10 | r9503: removed duplicate REG_* defines from registry.h now that they are | Andrew Tridgell | 3 | -2/+5 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -32/+29 |
2007-10-10 | r9390: fixed mixing of code and data | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit... | Andrew Tridgell | 1 | -3/+15 |
2007-10-10 | r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9381: Line wrapping. | Tim Potter | 1 | -8/+8 |
2007-10-10 | r9378: initialise the last_mod attribute in the ldb backend. Better to return | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 3 | -9/+0 |
2007-10-10 | r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue | Andrew Tridgell | 1 | -23/+26 |
2007-10-10 | r9209: - fixed the ldb registry backend to work with the new provision ldif | Andrew Tridgell | 2 | -6/+8 |
2007-10-10 | r8966: Simplify the makefile generation system a bit. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff is | Tim Potter | 1 | -4/+1 |
2007-10-10 | r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 5 | -7/+10 |
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 4 | -31/+10 |
2007-10-10 | r7373: Disable reg_gconf by default, allow building it with --enable-reg-gconf | Jelmer Vernooij | 1 | -3/+7 |
2007-10-10 | r7248: Remove enum that is causing trouble on AIX | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7113: Move manpages from docs repository to source repository | Jelmer Vernooij | 4 | -0/+479 |
2007-10-10 | r6951: Fix all calls to setup_logging() that use 'True' as a second argument. | Tim Potter | 4 | -4/+4 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 5 | -48/+3 |
2007-10-10 | r6520: Fix unused variable warning. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r6045: Couple of small GTK+ fixes | Jelmer Vernooij | 1 | -61/+60 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -10/+4 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 5 | -9/+8 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 4 | -5/+5 |