summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3-build Remove distinct LOCALEDIR subsystemAndrew Bartlett1-8/+1
2011-04-13s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett1-1/+1
2011-04-13lib/util Move simple string routines into common code.Andrew Bartlett1-1/+2
2011-04-13lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett1-1/+1
2011-04-12s3-util: separate out cmdline helpers.Günther Deschner1-1/+1
2011-04-06s3-net: Add net trust utilitySumit Bose1-0/+1
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-1/+1
2011-04-04s3-net: add command "net idmap check"Gregor Beck1-1/+1
2011-04-03s3: Add a quick test for bug 8042Volker Lendecke1-0/+1
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-1/+1
2011-03-30s3-rpc_server: move access check functions out of samr server.Günther Deschner1-1/+1
2011-03-30s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner1-1/+1
2011-03-30s3-passdb: move util_builtin.c out of passdb.Günther Deschner1-1/+1
2011-03-30s3-passdb: move util_unixsids.c out of passdb.Günther Deschner1-1/+1
2011-03-30s3-passdb: move util_wellknown.c out of passdb.Günther Deschner1-1/+1
2011-03-30s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner1-1/+2
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-1/+1
2011-03-29s3:spoolssd Add skeleton for spoolss daemonSimo Sorce1-1/+1
2011-03-25s3-string: moved fstring functions into their own fileAndrew Tridgell1-1/+1
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett1-1/+1
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-23fault: moved s3 fault.c to top levelAndrew Tridgell1-1/+1
2011-03-17s3:Makefile.in: make sure we rebuild bin/smbtorture4 if there where changesStefan Metzmacher1-0/+2
2011-03-16s3-printing: use printcap IDL for IPCDavid Disseldorp1-1/+1
2011-03-15s3-build: share smbtorture4 build rules with s3-waf build.Günther Deschner1-20/+4
2011-03-08s3-rpc_server: Created an Endpoint Mapper Daemon.Andreas Schneider1-0/+1
2011-03-01lib/util: new merged debug systemAndrew Bartlett1-1/+1
2011-02-28s3: smbcontrol to notify smbd about idmap changesGregor Beck1-1/+1
2011-02-21s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider1-1/+1
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett1-1/+1
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-1/+1
2011-02-17s3: add server_id.idl and use only autogenerated code.Günther Deschner1-2/+3
2011-02-17nsswitch: make wb_reqtrans a common subsystem.Günther Deschner1-2/+2
2011-02-16s3-passdb: Add minimal stub for IPA passdb backendSumit Bose1-2/+4
2011-02-16s3-librpc: move server_id marshalling to own helper file.Günther Deschner1-0/+1
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner1-20/+20
2011-02-10librpc: move preg.idl to main directory.Günther Deschner1-3/+2
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett1-1/+2
2011-02-08selftest: remove make oldtest.Günther Deschner1-4/+0
2011-02-08s3-selftest: let valgrindtest use the new make test.Günther Deschner1-3/+2
2011-02-08pam: share pam errors in a common location.Günther Deschner1-4/+6
2011-02-07s3-rpc_server: Added a winreg based svcctl registry init.Andreas Schneider1-0/+1
2011-02-07s3-services: Migrated svcctl registry functions to winreg.Andreas Schneider1-1/+2
2011-02-07s3-registry: Remove obsolete reg_eventlog.Andreas Schneider1-3/+1
2011-02-07s3-rpc_server: Added a winreg based eventlog registry init.Andreas Schneider1-0/+1
2011-02-07s3-rpc_client: Added winreg query dword helper.Andreas Schneider1-1/+2
2011-02-07s3-rpc_client: Added dcerpc_winreg_int_openkey().Andreas Schneider1-1/+4
2011-02-07s3-torture: switch source3 to using top level samba4 build for smbtortureAndrew Tridgell1-6/+6
2011-02-05s3:Makefile.in: use waf directly to build smbtorture4 and ndrdump4Stefan Metzmacher1-7/+10