s3-param Generate parameter tables
[sfrench/samba-autobuild/.git] / source3 / Makefile.in
2011-07-02 Andrew Bartletts3-param Generate parameter tables
2011-07-01 Günther Deschners3-net: use printing_migrate library, and eliminate...
2011-07-01 Günther Deschners3-printing: split out printing migration code into...
2011-06-30 Michael Adams3:build: add vfs_examples to the everything target
2011-06-30 Michael Adams3:build: add a vfs_examples target.
2011-06-24 Stefan Metzmachers3:configure: remove unused --with-rootsbindir configur...
2011-06-24 Volker Lendeckes3: Add cli_symlink
2011-06-24 Volker Lendeckes3: Add symlink reparse point marshalling routines
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-21 Volker Lendeckes3: Remove unused code
2011-06-21 Volker Lendeckes3: Convert WINBINDD_WINS_BYNAME to the async API
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-20 Andrew Bartlettlib/util: Use common d_printf() in the whole codebase
2011-06-20 Rusty Russellsmb_share_modes: don't use tdb_jenkins_hash.
2011-06-20 Rusty Russelllib: import ccan modules for tdb2
2011-06-20 Andrew Bartlettlibcli/util Rename common map_nt_error_from_unix to...
2011-06-19 Volker Lendeckes3: Test nttrans_create
2011-06-17 Andrew Tridgells3-util: remove the s3 nterr.c
2011-06-12 Sumit Boses3-passdb: Implement new pdb trust calls for the defaul...
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartlettlibrpc/idr Use the Samba3 notify.idl in common.
2011-06-09 Andrew Bartlettserver_id.idl: Bring server_id.idl in common
2011-06-06 Andrew Bartlettlib/util use modules_path(), data_path() and shlib_ext...
2011-06-05 Volker Lendeckes3:winbind: Convert WINBINDD_WINS_BYIP to the async API
2011-06-01 Andreas Schneiders3-rpc_server: Move the context functions to own file.
2011-05-31 Andrew Bartletts3-lib Move source3-specific malloc replacements into...
2011-05-30 Andrew Bartletts3-lib Move free_namearray() into it's own file
2011-05-30 Andrew Bartletts3-lib Move realloc based string substitution functions...
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-30 Andrew Bartletts3-param split service.c into param and smbd components
2011-05-30 Andrew Bartletts3-smbd Split conn.c into 3 files
2011-05-30 Andrew Bartletts3-lib Move string_init functions into their own file
2011-05-19 Volker Lendeckes3: Make read_smb_send/recv public
2011-05-18 Andrew Bartlettlibrpc/ndr Merge ndr_print_sockaddr_storage() into...
2011-05-13 Andrew Bartlettlib/util/charset Move built-in charset modules to the...
2011-05-13 Michael Adams3:build: install libtdb with full version number inste...
2011-05-13 Michael Adams3:build: install libtalloc with full version number...
2011-05-13 Michael Adams3:build: build libtalloc.so.$VERSION with full version...
2011-05-13 Michael Adams3:build: build libtdb.so.$VERSION with full version...
2011-05-13 Michael Adams3:build: print the full version number in the showlibs...
2011-04-20 Andrew Bartlettlibcli/auth Move PAC parsing and verification in common.
2011-05-09 Andrew Bartletts3-build: Move generated config.h and config.h.in to...
2011-05-08 Andrew Bartletts3-lib Use common lib/socket code for get_interfaces...
2011-05-06 Andrew Bartlettlib/util Use lib/util/ms_fnmatch.c in common for gen_fn...
2011-05-06 Andrew Bartlettlibcli/util Move NTSTATUS table to the top level
2011-05-06 Andrew Bartlettlibcli/util Merge ntstatus_to_dos() ntstatus_to_werror...
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-04 Volker Lendeckes3-torture: Add a test for notify upon read&x
2011-05-04 Volker Lendeckevfs_gpfs: Properly notify the offline->online changes
2011-05-03 Andrew Bartlettlib/util Use lib/util/util_str.c in common, including...
2011-05-03 Andrew Bartlettlib/util/charset Use push_string and talloc_strupper...
2011-05-03 Andrew Bartletts3-ctdb Rename packet file and files to ctdb_packet
2011-04-29 Andrew Bartlettlib/util Re-merge the string_sub() and all_string_sub...
2011-04-29 Andrew Bartlettlibcli/smb Move attrib_string in common
2011-04-28 Andrew Bartlettlib/util/charset Merge talloc-based pull and push chars...
2011-04-27 Andrew Bartlettdynconfig: Have only one dynconfig.o in the common...
2011-04-27 Andrew Bartlettauth/kerberos Move all the PAC handling functions to...
2011-04-27 Andrew Bartlettauth/kerberos: Create common helper to get the verified...
2011-04-27 Andrew Bartletts3-libsmb Use 'resolv:hosts file' as a DNS emulation...
2011-04-25 Volker Lendeckes3: Add pthreadpooltest to main build
2011-04-19 Andrew Bartletts3-selftest Rename s3 DC environment to s3dc
2011-04-14 Andrew Bartlettlibcli/auth Move krb5 wrapper functions from s3 into...
2011-04-13 Volker Lendeckes3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
2011-04-13 Volker Lendeckes3: Add wbint_Sids2UnixIDs idl & implementation
2011-04-13 Volker Lendeckes3: Add winbindd_lookupsids
2011-04-13 Volker Lendeckes3: Add wb_lookupsids
2011-04-13 Andrew Bartletts3-build Remove distinct LOCALEDIR subsystem
2011-04-13 Andrew Bartletts3-charcnv: Move convert_string() et al to lib/util...
2011-04-13 Andrew Bartlettlib/util Move simple string routines into common code.
2011-04-13 Andrew Bartlettlib/util/charset Move source3/lib/util_unistr.c to...
2011-04-12 Günther Deschners3-util: separate out cmdline helpers.
2011-04-06 Sumit Boses3-net: Add net trust utility
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-04-04 Gregor Becks3-net: add command "net idmap check"
2011-04-03 Volker Lendeckes3: Add a quick test for bug 8042
2011-03-30 Andrew Bartlettlib/util Move base64 functions into lib/util/base64.c
2011-03-29 Günther Deschners3-rpc_server: move access check functions out of samr...
2011-03-29 Günther Deschners3: move filename_util.c out of source3/smbd to source3...
2011-03-29 Günther Deschners3-passdb: move util_builtin.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_unixsids.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_wellknown.c out of passdb.
2011-03-29 Günther Deschners3: create_builtin_users/administrators belongs to...
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-29 Simo Sorces3:spoolssd Add skeleton for spoolss daemon
2011-03-25 Andrew Tridgells3-string: moved fstring functions into their own file
2011-03-23 Andrew Bartlettlib/util: Merge basic string length and comparison...
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-23 Andrew Tridgellfault: moved s3 fault.c to top level
2011-03-17 Stefan Metzmachers3:Makefile.in: make sure we rebuild bin/smbtorture4...
2011-03-16 David Disseldorps3-printing: use printcap IDL for IPC
2011-03-15 Günther Deschners3-build: share smbtorture4 build rules with s3-waf...
2011-03-08 Andreas Schneiders3-rpc_server: Created an Endpoint Mapper Daemon.
2011-03-01 Andrew Bartlettlib/util: new merged debug system
2011-02-28 Gregor Becks3: smbcontrol to notify smbd about idmap changes
2011-02-21 Andreas Schneiders3-rpc_server: Rename srv_rpc_register.c.
2011-02-18 Andrew Bartlettlib/util/charset Use top level iconv.c in source3
2011-02-18 Andrew Bartlettcharset Remove use of {isupper,islower,toupper,tolower...
2011-02-17 Günther Deschners3: add server_id.idl and use only autogenerated code.
next