Age | Commit message (Expand) | Author | Files | Lines |
2008-02-27 | Re-run make idl. | Günther Deschner | 1 | -0/+2 |
2008-02-27 | Move PASS_*_CHANGE_AT_NEXT_LOGON defines to samr.idl. | Günther Deschner | 2 | -3/+4 |
2008-02-27 | Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server. | Günther Deschner | 2 | -4/+4 |
2008-02-27 | Re-run make idl. | Günther Deschner | 1 | -0/+1 |
2008-02-27 | Move MAX_LOOKUP_SIDS to lsa.idl. | Günther Deschner | 2 | -3/+3 |
2008-02-27 | Re-run make idl. | Günther Deschner | 1 | -0/+1 |
2008-02-27 | Move MAX_REF_DOMAINS to lsa.idl. | Günther Deschner | 2 | -3/+2 |
2008-02-27 | Use new LSA_POLICY defines in lsa rpc server code and other places. | Günther Deschner | 4 | -67/+54 |
2008-02-27 | Re-run make idl. | Günther Deschner | 3 | -6/+56 |
2008-02-27 | Use lsa_PolicyAccessMask in lsa_OpenPolicy/2. | Günther Deschner | 1 | -2/+2 |
2008-02-27 | Add lsa_PolicyAccessMask to lsa.idl. | Günther Deschner | 1 | -0/+15 |
2008-02-27 | Copy recent spoolss IDL from samba4 into our tree. | Günther Deschner | 1 | -159/+314 |
2008-02-27 | libreplace: standalone build: use -I$srcdir instead of -I. | Michael Adam | 1 | -1/+1 |
2008-02-27 | libreplace: fix standalone build - add necessary libs. | Michael Adam | 2 | -1/+6 |
2008-02-27 | libreplace: fix standalone build on some systems. | Michael Adam | 1 | -0/+2 |
2008-02-27 | Fix caller of node_status_query() to use sockaddr_storage(). | Michael Adam | 1 | -3/+5 |
2008-02-27 | Closed memory leak on error path. | Steven Danneman | 1 | -0/+1 |
2008-02-26 | update .gitignore with new test program executable | Derrell Lipman | 1 | -0/+1 |
2008-02-26 | add a test program for the new ftruncate functionality | Derrell Lipman | 2 | -0/+87 |
2008-02-26 | add smbc_ftruncate() to emulate POSIX ftruncate() | Derrell Lipman | 3 | -0/+112 |
2008-02-26 | add 64-bit macros from samba4 | Derrell Lipman | 1 | -0/+6 |
2008-02-26 | add a function to truncate a file to a specified size | Derrell Lipman | 1 | -0/+49 |
2008-02-26 | Add variable to define if a share should be hidden. | Andreas Schneider | 2 | -4/+6 |
2008-02-26 | Rerun make idl. To remove irritating semicolon. | Michael Adam | 1 | -2/+0 |
2008-02-26 | Add libnet_join.idl to the IDL files to be processed by "make idl". | Michael Adam | 1 | -1/+1 |
2008-02-26 | make idl: Only compile idl files newer than the output to be generated. | Michael Adam | 1 | -1/+1 |
2008-02-26 | libreplace: Add tests for connect and gethostbyname. | Michael Adam | 5 | -0/+96 |
2008-02-26 | configure: put swat-part of config into m4-include file of its own. | Michael Adam | 2 | -16/+28 |
2008-02-26 | Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up. | Michael Adam | 1 | -5/+5 |
2008-02-26 | Fix some typos. | Karolin Seeger | 1 | -3/+3 |
2008-02-25 | Fix build on some systems : don't pass libraries to mkproto.awk | Michael Adam | 1 | -1/+1 |
2008-02-25 | Fix the build on OpenBSD: ENOTSUP is not always defined. | Michael Adam | 1 | -0/+4 |
2008-02-25 | Fix some warnings | Volker Lendecke | 13 | -57/+86 |
2008-02-25 | Correctly check return of rename(2) | Volker Lendecke | 1 | -1/+1 |
2008-02-25 | Fix inotify detection | Volker Lendecke | 2 | -2/+8 |
2008-02-25 | make test: pass --option=torture:sharedelay=100000 to samba4 smbtorture | Stefan Metzmacher | 1 | -0/+2 |
2008-02-25 | Do the formatting change in all 3 places :-) | Volker Lendecke | 1 | -3/+7 |
2008-02-25 | Fix confusing error message -- bug 5252 | Volker Lendecke | 1 | -3/+5 |
2008-02-24 | Allow "max mux" async i/o requests | Volker Lendecke | 1 | -5/+9 |
2008-02-24 | Export aio_request_done() | Volker Lendecke | 1 | -3/+9 |
2008-02-24 | Fix aix-build of libtalloc.so by exporting all necessary symbols. | Michael Adam | 1 | -1/+1 |
2008-02-24 | AIO on streams does not work (yet...) | Volker Lendecke | 1 | -0/+12 |
2008-02-23 | Fix typo | Volker Lendecke | 1 | -2/+2 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2008-02-23 | Check return value of pipe(2) | Volker Lendecke | 1 | -1/+2 |
2008-02-23 | Check return value of dup(2) | Volker Lendecke | 1 | -2/+6 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-23 | Check the return value of fgets | Volker Lendecke | 1 | -1/+4 |
2008-02-23 | make idl: Check return value of asprintf | Volker Lendecke | 17 | -250/+125 |