Age | Commit message (Expand) | Author | Files | Lines |
2010-05-05 | build: use the wrapper commands in testwaf.sh | Andrew Tridgell | 1 | -5/+5 |
2010-05-05 | build: added a distcheck target | Andrew Tridgell | 1 | -0/+3 |
2010-05-05 | build: mark cloned task generators as not posted | Andrew Tridgell | 1 | -0/+1 |
2010-05-05 | build: exit with an error if waf configure fails | Andrew Tridgell | 1 | -2/+2 |
2010-05-05 | libwbclient: Fixed doxygen errors. | Andreas Schneider | 3 | -25/+32 |
2010-05-05 | Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE> | Jeremy Allison | 1 | -1/+2 |
2010-05-05 | s4-ldb: add msg saying which build system is being used | Andrew Tridgell | 1 | -0/+2 |
2010-05-05 | tevent: Started a tevent_queue tutorial. | Andreas Schneider | 1 | -0/+9 |
2010-05-05 | tevent: Document the tevent_queue functions. | Andreas Schneider | 1 | -0/+68 |
2010-05-05 | tevent: Document the tevent helper functions. | Andreas Schneider | 1 | -0/+67 |
2010-05-05 | tevent: Document missing callback typedefs. | Andreas Schneider | 1 | -2/+36 |
2010-05-05 | tevent: Document the missing tevent async request callback functions. | Andreas Schneider | 1 | -1/+144 |
2010-05-05 | tevent: Create a typedef for the debug function callback. | Andreas Schneider | 1 | -6/+20 |
2010-05-05 | tevent: Added more documentation. | Stephen Gallagher | 1 | -11/+247 |
2010-05-05 | tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE | Stephen Gallagher | 2 | -6/+0 |
2010-05-05 | tevent: Add doxygen tevent config file. | Andreas Schneider | 1 | -0/+1538 |
2010-05-05 | tevent: Added basic doxygen documentation. | Andreas Schneider | 3 | -190/+426 |
2010-05-05 | s3-libsmb: Fixed a recursion in cli_pull_print. | Andreas Schneider | 1 | -1/+1 |
2010-05-05 | tsocket: Added the warning again to tsocket_address_bsd_sockaddr. | Andreas Schneider | 1 | -0/+3 |
2010-05-05 | tdb: fix short write logic in tdb_new_database | Rusty Russell | 3 | -17/+17 |
2010-05-04 | Fix bug #7263 - Unable to print using Samba 3.5.1 and cups-1.1.23-40.46 on SL... | Luca Olivetti | 1 | -4/+5 |
2010-05-04 | s3-spoolss: Remove duplicate macro. | Simo Sorce | 1 | -5/+0 |
2010-05-04 | s4-torture: Added the printername to the AddPrinter comment. | Andreas Schneider | 1 | -2/+4 |
2010-05-04 | s4-torture: Fixed spoolss dsspooler printername test. | Andreas Schneider | 1 | -1/+9 |
2010-05-04 | s3-lib: Create a sec_desc_merge and sec_desc_merge_buf function. | Andreas Schneider | 4 | -4/+46 |
2010-05-04 | s4/waf: ABI update for lib/ldb | Anatoliy Atanasov | 2 | -1/+225 |
2010-05-04 | s4/rodc: Support read-only database | Anatoliy Atanasov | 8 | -33/+299 |
2010-05-04 | s4/rodc: Fix the callbacks up the stack to handle referrals on modify requests | Anatoliy Atanasov | 7 | -0/+63 |
2010-05-04 | s4:py_nttime2string - removed unused variable "nt2" | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-05-04 | s4-smbtorture: fill in test_rap_print(). | Günther Deschner | 1 | -12/+98 |
2010-05-04 | s3-libnetjoin: omit admin password in generated ndr_print function. | Günther Deschner | 1 | -2/+2 |
2010-05-04 | s4-smbtorture: add test_netprintdestgetinfo() to RAP-PRINTING. | Günther Deschner | 1 | -0/+54 |
2010-05-04 | s4-smbtorture: add smbcli_rap_netprintdestgetinfo(). | Günther Deschner | 1 | -0/+81 |
2010-05-04 | s4-smbtorture: add test_netprintdestenum to RAP-PRINTING. | Günther Deschner | 1 | -0/+24 |
2010-05-04 | rap: add rap_NetPrintDestGetInfo to IDL. | Günther Deschner | 1 | -0/+12 |
2010-05-04 | s4-smbtorture: add smbcli_rap_netprintdestenum. | Günther Deschner | 1 | -0/+135 |
2010-05-04 | rap: add IDL for (undocumented) NetPrintDestEnum. | Günther Deschner | 1 | -0/+58 |
2010-05-04 | s3-idl: update the 2nd build_idl.sh script | Andrew Tridgell | 1 | -9/+13 |
2010-05-04 | s3-idl: rebuild IDL files based on all outputs | Andrew Tridgell | 1 | -9/+13 |
2010-05-04 | s3-idl: auto-build IDL files in Samba3 | Andrew Tridgell | 1 | -2/+2 |
2010-05-04 | s4-waf: we don't need the symlink hack for gen_ndr any more | Andrew Tridgell | 1 | -14/+3 |
2010-05-04 | .gitignore: simplify the .gitignore after gen_ndr removal | Andrew Tridgell | 1 | -70/+3 |
2010-05-04 | s3-idl: removed gen_ndr files from source3/ as well | Andrew Tridgell | 26 | -21879/+1 |
2010-05-04 | idl: removed the generated gen_ndr/ files from pidl | Andrew Tridgell | 144 | -366982/+0 |
2010-05-04 | build: enable python 3.0 and 3.1 in testwaf.sh | Andrew Tridgell | 1 | -2/+1 |
2010-05-04 | build: fixed wildcard handling for python 3.x | Andrew Tridgell | 1 | -1/+1 |
2010-05-04 | s4-waf: fixed indentation for python 3.1 | Andrew Tridgell | 1 | -1/+1 |
2010-05-04 | s3: Fix a memleak in check_pac_checksum | Volker Lendecke | 1 | -2/+8 |
2010-05-04 | s4-script: added a --waf option to minimal_includes.pl | Andrew Tridgell | 1 | -0/+7 |
2010-05-04 | build: allow use of target names as commands in waf | Andrew Tridgell | 3 | -1/+125 |