summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-03-15s3-lsad: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-epmd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-15dbwrap: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-15spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-lib/server_prefork: Cast pid_t result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-net: Add encoding=<CP> to 'net printing dump'.Andreas Schneider1-8/+51
2013-03-15s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider4-11/+90
2013-03-14smbd: Fix a typoVolker Lendecke1-1/+1
2013-03-12vfs_catia: testcase - add missing piecesGuenter Kukkukk2-5/+12
2013-03-11vfs_catia: testcase - implement vfstest additionsGuenter Kukkukk3-0/+100
2013-03-11vfs_catia: write a testcase - add a translate command to vfstestGuenter Kukkukk1-0/+75
2013-03-11vfstest: fix the "-c" multiple-command optionGuenter Kukkukk1-1/+6
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach6-13/+0
2013-03-10smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...Andrew Bartlett1-17/+0
2013-03-10param: Remove incorrectly added defaults in AD DC allowing WORLD WRITABLE filesAndrew Bartlett1-2/+0
2013-03-09Add testcase for idmap_rfc2307 moduleChristof Schmitt1-1/+5
2013-03-09s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt1-2/+4
2013-03-09s3-winbindd: Add new module idmap_rfc2307Christof Schmitt5-1/+886
2013-03-09s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt3-62/+52
2013-03-09s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt3-86/+87
2013-03-09s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt3-45/+41
2013-03-09s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt3-24/+27
2013-03-09s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt4-83/+53
2013-03-09s3-vfs: add vfs_btrfs moduleDavid Disseldorp5-0/+224
2013-03-08s3:idmap: fix a debug message and lower its levelMichael Adam1-1/+2
2013-03-07vfs_catia: add my copyrightGuenter Kukkukk1-0/+1
2013-03-07vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk1-4/+6
2013-03-07vfs_catia: add debug class for that moduleGuenter Kukkukk1-1/+23
2013-03-06net ads join: Add support for specifying the machine account passwordAndrew Bartlett1-0/+11
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider9-3/+58
2013-03-05winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider1-1/+1
2013-03-05s3-daemons: Set the comment field of the daemons.Andreas Schneider4-0/+19
2013-03-05lib: Add prctl_set_comment to utils.Andreas Schneider1-1/+1
2013-03-05waf: Correctly check for prctl in just one place.Andreas Schneider1-9/+1
2013-03-05winbind: Fix samba3.winbind.struct test.Andreas Schneider1-1/+1
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider7-20/+52
2013-03-05winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider6-61/+142
2013-03-05Fix the build: net_serverid.c has 3 wrong format strings for 64bit varsGuenter Kukkukk1-5/+7
2013-03-05s3:lib/charcnv fix typo in pull_ascii_base_talloc()Ralph Wuerthner1-1/+1
2013-03-05s3:libnet increase timeout for machine password changeChristian Ambach1-0/+9
2013-03-01s3:lib/events: make use of tevent_common_loop_timer_delay()Stefan Metzmacher1-30/+6
2013-02-28s3:pylibsmb: make sure we get tevent debug messagesStefan Metzmacher1-1/+8
2013-02-28s3:lib/events: make use of samba_tevent_set_debug()Stefan Metzmacher1-36/+1
2013-02-28s3:lib/events: add missing TEVENT_TRACE_BEFORE/AFTER_WAIT handlingStefan Metzmacher1-0/+6
2013-02-28s3:smbd: fix missing space in debug message in initial_break_processing()Michael Adam1-1/+1
2013-02-28Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.Daniel Kobras1-1/+2
2013-02-27Make sure that domain joins work correctly when the DC disallows NTLM auth.Richard Sharpe2-4/+13
2013-02-22s3-rpc_server: Make sure that fd is really closed on error.Andreas Schneider1-0/+6