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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()
Michael Adam
2013-10-02
1
-0
/
+31
*
idmap_autorid: add idmap_autorid_delete_range_by_num()
Michael Adam
2013-10-02
1
-0
/
+10
*
idmap_autorid: add idmap_autorid_delete_range_by_sid()
Michael Adam
2013-10-02
1
-0
/
+11
*
idmap_autorid: add idmap_autorid_saveconfigstr()
Michael Adam
2013-10-02
1
-0
/
+9
*
idmap_autorid: add a comment explaining idmap_autorid_saveconfig()
Michael Adam
2013-10-02
1
-0
/
+7
*
idmap_autorid: add a comment explaining idmap_autorid_loadconfig()
Michael Adam
2013-10-02
1
-0
/
+3
*
idmap_autorid: add a comment explaining idmap_autorid_db_init()
Michael Adam
2013-10-02
1
-0
/
+6
*
idmap_autorid: add a comment explaining idmap_autorid_init_hwm()
Michael Adam
2013-10-02
1
-0
/
+4
*
idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()
Michael Adam
2013-10-02
1
-0
/
+7
*
idmap_autorid: add new function idmap_autorid_setrange()
Michael Adam
2013-10-02
1
-0
/
+9
*
idmap_autorid: add idmap_autorid_getrange()
Michael Adam
2013-10-02
1
-0
/
+10
*
idmap_autorid: remove fstring keystr from autorid_range_config
Atul Kulkarni
2013-10-02
1
-1
/
+0
*
idmap_autorid: remove autorid_global_config member from autorid_range_config
Atul Kulkarni
2013-10-02
1
-1
/
+0
*
idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUS
Michael Adam
2013-10-01
1
-2
/
+3
*
idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...
Michael Adam
2013-10-01
1
-0
/
+7
*
idmap_autorid_tdb: add idmap_autorid_getconfigstr()
Michael Adam
2013-10-01
1
-0
/
+6
*
idmap_autorid: extract common code to separate file
Atul Kulkarni
2013-10-01
1
-0
/
+72
*
s3:include: remove duplicate prototypes from afs functions from proto.h
Michael Adam
2013-09-23
1
-3
/
+0
*
afs: format afs_syscall() properly
Michael Adam
2013-09-23
1
-5
/
+1
*
smbd: Move "struct byte_range_lock" definition to brlock.c
Volker Lendecke
2013-09-11
1
-9
/
+1
*
smbd: Fix blank line endings
Volker Lendecke
2013-09-11
1
-6
/
+6
*
loadparm: add new parameter "acl allow execute always"
Michael Adam
2013-09-10
1
-0
/
+1
*
s3:smb2_find: Return that timestamps do not exist as directories
Christof Schmitt
2013-09-10
1
-0
/
+3
*
lib: serverid.h needs "struct db_record" declaration
Volker Lendecke
2013-09-10
1
-0
/
+1
*
s3: include/smb : changing smb server version
Shekhar Amlekar
2013-09-06
1
-2
/
+7
*
smbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
Volker Lendecke
2013-09-06
1
-2
/
+2
*
Add a talloc context to saf_fetch().
Jeremy Allison
2013-09-05
1
-1
/
+1
*
lib: Add a "mem_ctx" arg to gencache_get (unused so far)
Volker Lendecke
2013-09-05
1
-1
/
+2
*
lib: Add "mem_ctx" to gencache_get_data_blob
Volker Lendecke
2013-09-05
1
-1
/
+2
*
Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...
Richard Sharpe
2013-08-19
1
-0
/
+1
*
s3:libsmb: Add in the core of the libsmb client SMB2 functions.
Jeremy Allison
2013-08-15
1
-0
/
+1
*
s3:lib: remove unused interpret_protocol()
Stefan Metzmacher
2013-08-15
1
-1
/
+0
*
s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...
Jeremy Allison
2013-08-15
1
-0
/
+2
*
lib: Remove unused "get_peer_name"
Volker Lendecke
2013-08-12
1
-1
/
+0
*
lib: Remove unused "client_name"
Volker Lendecke
2013-08-12
1
-1
/
+0
*
s3:libsmb: remove unused cli_state->is_guestlogin
Stefan Metzmacher
2013-08-10
1
-1
/
+0
*
Add ea_list_has_invalid_name() function.
Jeremy Allison
2013-07-19
1
-0
/
+2
*
Fix some blank line endings
Volker Lendecke
2013-06-21
2
-183
/
+182
*
s3:passdb add a gid argument to pdb_create_builtin_alias
Christian Ambach
2013-06-21
1
-1
/
+1
*
s3:passdb expose pdb_create_builtin function
Christian Ambach
2013-06-21
1
-0
/
+1
*
s3:passdb add pdb_*_is_responsible_for* functions
Christian Ambach
2013-06-21
1
-0
/
+5
*
s3:passdb add idmap control functions
Christian Ambach
2013-06-21
1
-1
/
+8
*
libsmbclient: Fix typos
Volker Lendecke
2013-06-14
1
-4
/
+4
*
Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.
Jeremy Allison
2013-06-11
2
-0
/
+15
*
Add the port argument to SMBC_server().
Jeremy Allison
2013-06-11
1
-0
/
+1
*
Add port argument to SMBC_attr_server(). Does nothing as yet.
Jeremy Allison
2013-06-11
1
-0
/
+1
*
Add the ability to parse out the port to SMBC_parse_path().
Jeremy Allison
2013-06-11
1
-0
/
+1
*
Fix bug 9900: is_printer_published GUID retrieval
David Disseldorp
2013-06-03
1
-1
/
+5
*
Remove stub ldb_version.h and source3/include/autoconf as no longer needed
Andrew Bartlett
2013-05-28
2
-9
/
+0
*
s3:include remove non-blank line endings
Christian Ambach
2013-05-16
1
-3
/
+3
[prev]
[next]