summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Cosmetics: make check_bind_req() debug statements a little nicer.Günther Deschner2008-02-271-1/+1
| * Remove unused BRS marshalling headers.Günther Deschner2008-02-271-79/+0
| * Remove unneeded rpc_samr.h.Günther Deschner2008-02-272-82/+0
| * Re-run make idl.Günther Deschner2008-02-271-0/+2
| * Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl.Günther Deschner2008-02-273-5/+6
| * Re-run make idl.Günther Deschner2008-02-271-0/+2
| * Move PASS_*_CHANGE_AT_NEXT_LOGON defines to samr.idl.Günther Deschner2008-02-272-3/+4
| * Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server.Günther Deschner2008-02-272-4/+4
| * Re-run make idl.Günther Deschner2008-02-271-0/+1
| * Move MAX_LOOKUP_SIDS to lsa.idl.Günther Deschner2008-02-272-3/+3
| * Re-run make idl.Günther Deschner2008-02-271-0/+1
| * 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