Age | Commit message (Expand) | Author | Files | Lines |
2008-02-08 | Skip offline tests. | Jelmer Vernooij | 2 | -1/+1 |
2008-02-08 | Put temporary test files in test directory. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-08 | Put ldb test output in prefix. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-08 | Mark RAW-OFFLINE as known failing for Samba 4 (because it doesn't have offlin... | Jelmer Vernooij | 1 | -0/+1 |
2008-02-07 | Override KRB5CCNAME so existing Kerberos tickets in the users environment don... | Jelmer Vernooij | 1 | -0/+1 |
2008-02-07 | merge growing tdb for tdb_wipe_all() fix from ctdb | Andrew Tridgell | 1 | -0/+43 |
2008-02-07 | make the multiplier in the RAW-OFFLINE test settable | Andrew Tridgell | 1 | -1/+2 |
2008-02-07 | wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]() | Stefan Metzmacher | 1 | -2/+10 |
2008-02-07 | pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers | Stefan Metzmacher | 1 | -7/+7 |
2008-02-07 | pidl/NDR: fix handling of multilevel pointers in function elements | Stefan Metzmacher | 2 | -14/+14 |
2008-02-07 | pidl: get the pointer types correct when an element has multiple pointers | Stefan Metzmacher | 2 | -18/+306 |
2008-02-06 | win32-tests: add a very usefull w32 programm to explore midl features | Stefan Metzmacher | 8 | -0/+248 |
2008-02-06 | prefork: also reload stuff in the client processes | Stefan Metzmacher | 1 | -8/+16 |
2008-02-06 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet | Andrew Bartlett | 1 | -10/+12 |
2008-02-05 | sidmap: Some source code cleanups. | Kai Blin | 1 | -10/+12 |
2008-02-05 | Clarify nomaclature of socket names in process_single and process_prefork | Andrew Bartlett | 2 | -23/+12 |
2008-02-05 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet | Andrew Bartlett | 10 | -429/+405 |
2008-02-04 | pidl: remove 'pointer_default_top()' support | Stefan Metzmacher | 3 | -18/+1 |
2008-02-04 | spoolss.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -68/+67 |
2008-02-04 | samr.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -48/+47 |
2008-02-04 | netlogon.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -78/+77 |
2008-02-04 | winreg.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -22/+21 |
2008-02-04 | svcctl.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -50/+49 |
2008-02-04 | wkssvc.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -72/+71 |
2008-02-04 | srvsvc.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -73/+72 |
2008-02-04 | Fix a few more breakages from our recent changes to the server_id | Andrew Bartlett | 2 | -3/+5 |
2008-02-04 | Remove useless layer of indirection, where every service called | Andrew Bartlett | 11 | -124/+20 |
2008-02-04 | Remaining changes to implement the prefork process model | Andrew Bartlett | 6 | -9/+250 |
2008-02-04 | Rework process_single.c to take advantage of cluster_id() now taking an addit... | Andrew Bartlett | 1 | -9/+22 |
2008-02-04 | Rework cluster_id() to take an additional argument, as we need | Andrew Bartlett | 11 | -27/+42 |
2008-02-04 | Rework service init functions to pass down service name. This is | Andrew Bartlett | 11 | -11/+12 |
2008-02-04 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet | Andrew Bartlett | 10 | -550/+504 |
2008-02-02 | pidl/Samba4::NDR::Parser: correctly get the name of an array element | Stefan Metzmacher | 2 | -5/+18 |
2008-02-02 | pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference types | Stefan Metzmacher | 1 | -3/+14 |
2008-02-02 | pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a function | Stefan Metzmacher | 1 | -25/+34 |
2008-02-02 | pidl: revert changes it didn't want to push...sorry! | Stefan Metzmacher | 4 | -379/+58 |
2008-02-01 | Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers | Stefan Metzmacher | 1 | -7/+7 |
2008-02-01 | WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elements | Stefan Metzmacher | 2 | -14/+14 |
2008-02-01 | LOOKS OK... pidl: get the pointer types correct when an element has multiple ... | Stefan Metzmacher | 2 | -18/+306 |
2008-02-01 | CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array element | Stefan Metzmacher | 2 | -5/+18 |
2008-02-01 | CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ... | Stefan Metzmacher | 1 | -3/+14 |
2008-02-01 | CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() in... | Stefan Metzmacher | 1 | -25/+34 |
2008-02-01 | pidl: cosmetic fix to use the same value everywhere | Stefan Metzmacher | 1 | -1/+1 |
2008-02-01 | Samba4 poor mans debug_ctx() | Amin Azez | 1 | -0/+4 |
2008-02-01 | pidl/IDL: don't strip ',' from the properties content | Stefan Metzmacher | 4 | -467/+399 |
2008-02-01 | pidl/Samba4::NDR::Parse: move the calculation of NDR_PULL_SET_MEM_CTX() flags... | Stefan Metzmacher | 1 | -43/+27 |
2008-02-01 | Fix sending of large nttrans responses. | Amin Azez | 1 | -1/+1 |
2008-01-31 | pidl/Samba4::NDR::Parser: pass down the correct $var_name to AllocateArrayLev... | Stefan Metzmacher | 1 | -4/+2 |
2008-01-31 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 14 | -26/+73 |
2008-01-31 | merged tdb transaction fix | Andrew Tridgell | 1 | -0/+3 |