index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Make char_flags and base_reverse const arrays
Volker Lendecke
2010-08-24
3
-74
/
+178
*
s3: Move "trans_num" to smbd_server_connection
Volker Lendecke
2010-08-24
3
-5
/
+4
*
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
2010-08-24
10
-31
/
+31
*
pam: fix unused variable warning
Björn Jacke
2010-08-24
1
-1
/
+1
*
s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_...
Günther Deschner
2010-08-24
1
-3
/
+7
*
Final part of fix for bug #7636 - winbind internal error, backtrace.
Jeremy Allison
2010-08-23
1
-11
/
+18
*
s3-dcerpc: Allocate structure members on the right context
Simo Sorce
2010-08-23
1
-1
/
+1
*
s3: PAM_RHOST and PAM_TTY are enums on FreeBSD
Volker Lendecke
2010-08-23
2
-3
/
+26
*
s3:pdbtest Fix command name of pdbtest
Andrew Bartlett
2010-08-22
1
-1
/
+1
*
s3-build: Add a test-buildfarm target to stay UNIX Makefile compatible.
Andreas Schneider
2010-08-22
1
-4
/
+2
*
s3:param Clarify parameter name on init_globals()
Andrew Bartlett
2010-08-22
1
-4
/
+4
*
s3: Turn two macros into functions
Volker Lendecke
2010-08-22
1
-6
/
+24
*
s3: Pass the rhost through smb_pam_accountcheck
Volker Lendecke
2010-08-22
5
-8
/
+11
*
s3: Rename auth.c:backends to auth_backends
Volker Lendecke
2010-08-22
1
-4
/
+4
*
s3: Fix some nonemtpy blank lines
Volker Lendecke
2010-08-22
2
-12
/
+11
*
s3: Move check_access to cgi.c, its only user
Volker Lendecke
2010-08-22
3
-82
/
+81
*
s3: Replace calls to check_access by allow_access
Volker Lendecke
2010-08-22
4
-10
/
+17
*
s3: Fix netgrent configure checks for compilers not supporting -Werror-implic...
Kai Blin
2010-08-21
1
-1
/
+3
*
s3: Fix bug 7635
Volker Lendecke
2010-08-21
1
-2
/
+4
*
Fix bug 7627 - smbclient ignores "-I" when used with "-L", fails name resolut...
Jeremy Allison
2010-08-20
1
-2
/
+3
*
Fix const warning.
Jeremy Allison
2010-08-20
2
-2
/
+2
*
s3: Use sconn->client_id in session_claim
Volker Lendecke
2010-08-20
1
-10
/
+2
*
s3:librpc: make dcerpc_read_ncacn_packet_send/recv() available
Stefan Metzmacher
2010-08-20
1
-0
/
+9
*
s3:Makefile.in: use python with -u to disable stdin/out caching
Stefan Metzmacher
2010-08-20
1
-1
/
+1
*
s3:winbindd: fix error handling in wb_next_grent_fetch_done()
Stefan Metzmacher
2010-08-20
1
-1
/
+9
*
s3:loadparm: make lp_load_ex static. We have wrappers for external callers.
Michael Adam
2010-08-20
2
-14
/
+7
*
s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.
Jim McDonough
2010-08-19
2
-8
/
+2
*
s3-ads: Fix wrong test in if statement
Simo Sorce
2010-08-19
2
-1
/
+3
*
s3-waf: fix the build.
Günther Deschner
2010-08-19
1
-1
/
+1
*
s3-cli: fix uninitialized variable.
Günther Deschner
2010-08-19
1
-1
/
+1
*
s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action().
Günther Deschner
2010-08-19
1
-1
/
+1
*
s3-libsmb: fix some uninitialized variables.
Günther Deschner
2010-08-19
1
-2
/
+2
*
-ENOTSUP translates to NT_STATUS_NOT_SUPPORTED
Surbhi Palande
2010-08-19
1
-1
/
+3
*
s3: Remove smb_pam_accountcheck from the auth modules
Volker Lendecke
2010-08-19
3
-32
/
+4
*
Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two unders...
Jeremy Allison
2010-08-18
1
-1
/
+1
*
Fix bug 7563 - Creation of symlink using smbclient is buggy.
Jeremy Allison
2010-08-18
1
-13
/
+9
*
s3: Remove an unused variable
Volker Lendecke
2010-08-18
1
-1
/
+0
*
s3-ads: Remove unused wrapper and make function static
Simo Sorce
2010-08-18
2
-35
/
+12
*
s3: async cli_list
Volker Lendecke
2010-08-18
5
-422
/
+721
*
s3: Add cli_flush
Volker Lendecke
2010-08-18
2
-0
/
+90
*
s3-ads: cleanup ads_keytab_list()
Simo Sorce
2010-08-18
1
-13
/
+16
*
s3-ads: cleanup ads_keytab_create_default()
Simo Sorce
2010-08-18
1
-113
/
+136
*
s3-ads: cleanup ads_keytab_add_entry()
Simo Sorce
2010-08-18
1
-57
/
+80
*
s3-ads: Split, simplify and cleanup keytab functions
Simo Sorce
2010-08-18
1
-169
/
+172
*
s3: Fix serverid_register_msg_flags
Volker Lendecke
2010-08-18
1
-4
/
+2
*
s3-lib: Fixed a possible crash bug.
Andreas Schneider
2010-08-18
1
-0
/
+2
*
s3-printing: Added function to update the queue.
Andreas Schneider
2010-08-18
2
-31
/
+175
*
s3-printing: Rename jobs_changed functions to jobs_added.
Andreas Schneider
2010-08-18
1
-26
/
+26
*
s3: Fix an uninitialized variable
Volker Lendecke
2010-08-18
1
-3
/
+2
*
s3: Use pipe_struct->client_id->name for pjob.clientmachine
Volker Lendecke
2010-08-18
3
-8
/
+5
[next]