summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Move MAX_REF_DOMAINS to lsa.idl.Günther Deschner2008-02-272-3/+2
| * Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner2008-02-274-67/+54
| * Re-run make idl.Günther Deschner2008-02-273-6/+56
| * Use lsa_PolicyAccessMask in lsa_OpenPolicy/2.Günther Deschner2008-02-271-2/+2
| * Add lsa_PolicyAccessMask to lsa.idl.Günther Deschner2008-02-271-0/+15
| * Copy recent spoolss IDL from samba4 into our tree.Günther Deschner2008-02-271-159/+314
| * libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam2008-02-271-1/+1
| * libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-272-1/+6
| * libreplace: fix standalone build on some systems.Michael Adam2008-02-271-0/+2
| * Fix caller of node_status_query() to use sockaddr_storage().Michael Adam2008-02-271-3/+5
| * Closed memory leak on error path.Steven Danneman2008-02-271-0/+1
| * add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-263-0/+112
| * add 64-bit macros from samba4Derrell Lipman2008-02-261-0/+6
| * add a function to truncate a file to a specified sizeDerrell Lipman2008-02-261-0/+49
| * Add variable to define if a share should be hidden.Andreas Schneider2008-02-262-4/+6
| * Rerun make idl. To remove irritating semicolon.Michael Adam2008-02-261-2/+0
| * Add libnet_join.idl to the IDL files to be processed by "make idl".Michael Adam2008-02-261-1/+1
| * make idl: Only compile idl files newer than the output to be generated.Michael Adam2008-02-261-1/+1
| * libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-265-0/+96
| * configure: put swat-part of config into m4-include file of its own.Michael Adam2008-02-262-16/+28
| * Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
| * Fix some typos.Karolin Seeger2008-02-261-3/+3
| * Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam2008-02-251-1/+1
| * Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
| * Fix some warningsVolker Lendecke2008-02-2513-57/+86
| * Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
| * Fix inotify detectionVolker Lendecke2008-02-252-2/+8
| * make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher2008-02-251-0/+2
| * Do the formatting change in all 3 places :-)Volker Lendecke2008-02-251-3/+7
| * Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-3/+5
| * Allow "max mux" async i/o requestsVolker Lendecke2008-02-241-5/+9
| * Export aio_request_done()Volker Lendecke2008-02-241-3/+9
| * Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam2008-02-241-1/+1
| * AIO on streams does not work (yet...)Volker Lendecke2008-02-241-0/+12
| * Fix typoVolker Lendecke2008-02-231-2/+2
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+2
| * Check return value of pipe(2)Volker Lendecke2008-02-231-1/+2
| * Check return value of dup(2)Volker Lendecke2008-02-231-2/+6
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| * Check the return value of fgetsVolker Lendecke2008-02-231-1/+4
| * make idl: Check return value of asprintfVolker Lendecke2008-02-2317-250/+125
| * Fix "used uninitialized" errors.Jeremy Allison2008-02-221-2/+6
| * Fix debug messages.Jeremy Allison2008-02-221-4/+5
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-227-428/+45
| |\
| | * Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce2008-02-221-0/+1
| | * Don't use fname after create_file has been calledVolker Lendecke2008-02-223-18/+18
| | * libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| | * libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| | * Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam2008-02-221-13/+3