index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-15
s3-secrets: Use C99 types
Andrew Bartlett
1
-5
/
+5
2012-07-11
Move set_thread_credentials_permanently() to set_thread_credentials()
Jeremy Allison
1
-4
/
+4
2012-07-09
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
1
-0
/
+4
2012-07-03
Move copy_unix_token() from locking/locking.c to lib/util.c.
Jeremy Allison
1
-0
/
+1
2012-07-03
Add function set_thread_credentials_permanently(). Panic if fail.
Jeremy Allison
1
-0
/
+4
2012-07-03
s3-smbd: Remove deprecated 'share modes' option.
Andreas Schneider
1
-1
/
+0
2012-07-03
s3-printing: Remove deprecated lp_printer_admin().
Andreas Schneider
1
-1
/
+0
2012-07-03
s3:vfs: use smbXsrv_open instead of smbXsrv_open0 in files_struct
Michael Adam
1
-1
/
+1
2012-07-03
s3:vfs: use smbXsrv_tcon instead of smbXsrv_tcon0 in connection_struct.
Michael Adam
1
-1
/
+1
2012-07-03
s3:smb: include "smbXsrv.h" before "vfs.h"
Michael Adam
1
-0
/
+6
2012-07-03
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
1
-11
/
+0
2012-06-30
Add uint64_t mid field to the files_struct.
Jeremy Allison
1
-0
/
+1
2012-06-29
s3:smbd: make use of smbXsrv_open for smb1/2/3
Stefan Metzmacher
1
-0
/
+1
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
1
-0
/
+3
2012-06-29
s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FA...
Stefan Metzmacher
1
-1
/
+0
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
1
-1
/
+1
2012-06-26
s3-printing: pass lpq command to job_submit
David Disseldorp
1
-1
/
+3
2012-06-26
s3-printing: remove unused print_job_fname()
David Disseldorp
1
-1
/
+0
2012-06-26
s3-printing: return talloced print jobs
David Disseldorp
1
-1
/
+3
2012-06-26
s3-printing: clean up print_job_pause/resume interface
David Disseldorp
1
-4
/
+4
2012-06-26
s3-printing: remove print_parse_jobid()
David Disseldorp
1
-1
/
+0
2012-06-26
s3-printing: rename queue->job sysjob
David Disseldorp
1
-1
/
+1
2012-06-26
s3-printing: store print jobid as part of struct printjob
David Disseldorp
1
-1
/
+2
2012-06-25
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
2
-2
/
+1
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
1
-0
/
+1
2012-06-22
util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c
Rusty Russell
1
-7
/
+0
2012-06-21
s3:move serverid_equal() to serverid.c
Michael Adam
1
-0
/
+2
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
1
-1
/
+1
2012-06-21
s3:util: remove (now) unused cluster_id_equal()
Michael Adam
1
-2
/
+0
2012-06-20
s3:include: add START/END_PROFILE_STAMP()
Stefan Metzmacher
1
-7
/
+23
2012-06-19
Revert "s3-lib Remove unused sys_fcntl_long()"
Stefan Metzmacher
1
-0
/
+1
2012-06-15
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
1
-1
/
+1
2012-06-15
s3:smbd: remember the request_time on an incoming request
Stefan Metzmacher
1
-0
/
+2
2012-06-15
s3:vfs: change files_struct.fnum from int to uint64_t
Michael Adam
1
-1
/
+1
2012-06-15
s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fsp
Michael Adam
1
-0
/
+1
2012-06-15
s3:smbd: change FNUM_FIELD_INVALID from -1 to 0
Michael Adam
1
-1
/
+1
2012-06-15
s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnum
Michael Adam
1
-0
/
+2
2012-06-12
s3: Add cli_state->pw_nt_hash
Volker Lendecke
1
-0
/
+1
2012-06-12
s3: Add user_auth_info->use_pw_nt_hash
Volker Lendecke
1
-0
/
+5
2012-06-12
s3-libsmbclient: Add OptionUseNTHash
Volker Lendecke
2
-0
/
+12
2012-06-12
s3: Add CLI_FULL_CONNECTION_USE_NT_HASH
Volker Lendecke
1
-0
/
+1
2012-06-12
S3: Add ntlmssp_set_password_hash
Volker Lendecke
1
-0
/
+2
2012-06-12
s3-libsmbclient: Make SMBC_call_auth_fn static
Volker Lendecke
1
-9
/
+0
2012-06-06
s3:include: change lock_struct->fnum to uint64_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:include: change lock_context->tid to uint32_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:include: change connection_struct->cnum to uint32_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:include: change smb_request->tid to uint32_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:smb: change the value of TID_FIELD_INVALID from -1 to 0
Michael Adam
1
-1
/
+1
2012-06-06
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
1
-0
/
+1
2012-06-06
s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap index
Michael Adam
1
-0
/
+2
[prev]
[next]