summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-08-22s3: Rename auth.c:backends to auth_backendsVolker Lendecke1-4/+4
2010-08-22s3: Fix some nonemtpy blank linesVolker Lendecke2-12/+11
2010-08-22s3: Move check_access to cgi.c, its only userVolker Lendecke3-82/+81
2010-08-22s3: Replace calls to check_access by allow_accessVolker Lendecke4-10/+17
2010-08-21s3: Fix netgrent configure checks for compilers not supporting -Werror-implic...Kai Blin1-1/+3
2010-08-21s3: Fix bug 7635Volker Lendecke1-2/+4
2010-08-20Fix bug 7627 - smbclient ignores "-I" when used with "-L", fails name resolut...Jeremy Allison1-2/+3
2010-08-20Fix const warning.Jeremy Allison2-2/+2
2010-08-20s3: Use sconn->client_id in session_claimVolker Lendecke1-10/+2
2010-08-20s3:librpc: make dcerpc_read_ncacn_packet_send/recv() availableStefan Metzmacher1-0/+9
2010-08-20s3:Makefile.in: use python with -u to disable stdin/out cachingStefan Metzmacher1-1/+1
2010-08-20s3:winbindd: fix error handling in wb_next_grent_fetch_done()Stefan Metzmacher1-1/+9
2010-08-20s3:loadparm: make lp_load_ex static. We have wrappers for external callers.Michael Adam2-14/+7
2010-08-19s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.Jim McDonough2-8/+2
2010-08-19s3-ads: Fix wrong test in if statementSimo Sorce2-1/+3
2010-08-19s3-waf: fix the build.Günther Deschner1-1/+1
2010-08-19s3-cli: fix uninitialized variable.Günther Deschner1-1/+1
2010-08-19s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action().Günther Deschner1-1/+1
2010-08-19s3-libsmb: fix some uninitialized variables.Günther Deschner1-2/+2
2010-08-19-ENOTSUP translates to NT_STATUS_NOT_SUPPORTEDSurbhi Palande1-1/+3
2010-08-19s3: Remove smb_pam_accountcheck from the auth modulesVolker Lendecke3-32/+4
2010-08-18Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two unders...Jeremy Allison1-1/+1
2010-08-18Fix bug 7563 - Creation of symlink using smbclient is buggy.Jeremy Allison1-13/+9
2010-08-18s3: Remove an unused variableVolker Lendecke1-1/+0
2010-08-18s3-ads: Remove unused wrapper and make function staticSimo Sorce2-35/+12
2010-08-18s3: async cli_listVolker Lendecke5-422/+721
2010-08-18s3: Add cli_flushVolker Lendecke2-0/+90
2010-08-18s3-ads: cleanup ads_keytab_list()Simo Sorce1-13/+16
2010-08-18s3-ads: cleanup ads_keytab_create_default()Simo Sorce1-113/+136
2010-08-18s3-ads: cleanup ads_keytab_add_entry()Simo Sorce1-57/+80
2010-08-18s3-ads: Split, simplify and cleanup keytab functionsSimo Sorce1-169/+172
2010-08-18s3: Fix serverid_register_msg_flagsVolker Lendecke1-4/+2
2010-08-18s3-lib: Fixed a possible crash bug.Andreas Schneider1-0/+2
2010-08-18s3-printing: Added function to update the queue.Andreas Schneider2-31/+175
2010-08-18s3-printing: Rename jobs_changed functions to jobs_added.Andreas Schneider1-26/+26
2010-08-18s3: Fix an uninitialized variableVolker Lendecke1-3/+2
2010-08-18s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke3-8/+5
2010-08-18s3: Move initializing pjob.clientname to print_job_start()Volker Lendecke1-8/+8
2010-08-18s3: Add "client_id" to pipes_structVolker Lendecke11-28/+42
2010-08-18s3: Remove unneeded "client_address" from connection_structVolker Lendecke3-15/+3
2010-08-18s3: Add smbd_server_connection->client_idVolker Lendecke3-1/+27
2010-08-18s3: Lift smbd_server_fd from reload_services()Volker Lendecke11-24/+27
2010-08-18s3-build: only include smb_signing.h where needed.Günther Deschner6-2/+6
2010-08-18s3:selftest This test does not fail anymore (Samba4's smbtorture has been fixed)Andrew Bartlett1-1/+0
2010-08-17s3: Remove smbd_server_fd() from session_claimVolker Lendecke4-10/+9
2010-08-17s3: Remove smbd_server_fd() from read_smb_length()Volker Lendecke1-12/+7
2010-08-17s3: Move read_smb_length() to smbd/reply.cVolker Lendecke3-44/+42
2010-08-17s3: Remove smbd_server_fd from receive_smb_rawVolker Lendecke1-25/+4
2010-08-17s3: Lift smbd_server_fd() from receive_smb_raw_tallocVolker Lendecke1-5/+5
2010-08-17s3: Lift smbd_server_fd() from read_smb_length_return_keepaliveVolker Lendecke2-14/+29