index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:move serverid_equal() to serverid.c
Michael Adam
2012-06-21
2
-21
/
+21
*
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2012-06-21
3
-4
/
+4
*
s3:util: remove (now) unused cluster_id_equal()
Michael Adam
2012-06-21
1
-6
/
+0
*
s3:util: reformat procid_equal() to adhere to coding guidelines
Michael Adam
2012-06-21
1
-7
/
+14
*
s3:util: also compare the unique_id in procid_equal().
Michael Adam
2012-06-21
1
-0
/
+3
*
s3: We can depend on pthreadpool now
Volker Lendecke
2012-06-19
1
-42
/
+0
*
s3: Add a dummy implementation for the pthreadpool API
Volker Lendecke
2012-06-19
2
-4
/
+183
*
Revert "s3-lib Remove unused sys_fcntl_long()"
Stefan Metzmacher
2012-06-19
1
-0
/
+14
*
lib/tdb_wrap: use tdb directly, not tdb_compat.
Rusty Russell
2012-06-19
1
-1
/
+1
*
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
2012-06-19
3
-115
/
+0
*
build: Remove support for non-64bit sendfile()
Andrew Bartlett
2012-06-16
1
-87
/
+0
*
s3-lib: Fix conversion of lib/events.c to modern tevent names
Andrew Bartlett
2012-06-15
1
-2
/
+2
*
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2012-06-15
1
-6
/
+6
*
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2012-06-15
1
-2
/
+2
*
s3-lib: Convert lib/events.c to modern tevent names
Andrew Bartlett
2012-06-15
1
-14
/
+14
*
s3:vfs: change files_struct.fnum from int to uint64_t
Michael Adam
2012-06-15
1
-1
/
+2
*
s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fsp
Michael Adam
2012-06-15
1
-0
/
+28
*
s3:lib: elaborate the comment for fsp_str_debug a bit.
Michael Adam
2012-06-15
1
-1
/
+1
*
s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.
Michael Adam
2012-06-15
1
-2
/
+1
*
s3: Add --pw-nt-hash to popt_common_credentials
Volker Lendecke
2012-06-12
1
-0
/
+5
*
s3: Add user_auth_info->use_pw_nt_hash
Volker Lendecke
2012-06-12
1
-0
/
+12
*
s3:lib: we don't need smbd/proto.h in smbd_shim.c
Stefan Metzmacher
2012-06-06
1
-1
/
+0
*
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
2012-06-06
1
-3
/
+3
*
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
2012-06-05
2
-0
/
+63
*
s3-libnetapi: Cope with popt versions without POPT_TABLEEND
Andrew Bartlett
2012-06-03
2
-0
/
+8
*
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
2012-06-02
1
-678
/
+0
*
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
2012-05-28
1
-2
/
+3
*
s3-smbldap: Add API for external callback to perform LDAP bind in smbldap
Alexander Bokovoy
2012-05-24
1
-1
/
+19
*
s3:idmap_cache: improve checks for format of value string in idmap_cache_find...
Michael Adam
2012-05-18
1
-0
/
+15
*
s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()
Michael Adam
2012-05-18
1
-12
/
+10
*
s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()
Michael Adam
2012-05-18
1
-5
/
+24
*
s3: Remove some unused code
Volker Lendecke
2012-05-15
1
-14
/
+0
*
lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c
Stefan Metzmacher
2012-05-14
1
-11
/
+0
*
s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()
Stefan Metzmacher
2012-05-14
1
-1
/
+1
*
move the dbwrap library to the top level
Michael Adam
2012-05-14
14
-2812
/
+2
*
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.c
Michael Adam
2012-05-13
1
-1
/
+1
*
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.c
Michael Adam
2012-05-13
1
-2
/
+2
*
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.c
Michael Adam
2012-05-13
1
-6
/
+8
*
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.c
Michael Adam
2012-05-13
1
-6
/
+7
*
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.c
Michael Adam
2012-05-13
1
-9
/
+9
*
s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h
Michael Adam
2012-05-13
4
-8
/
+7
*
s3-lib/sysacls: Do not include an embedded \0 between ACL entries in sys_acl_...
Andrew Bartlett
2012-05-09
1
-2
/
+3
*
s3-lib: Add const to sys_acl_to_text
Andrew Bartlett
2012-05-09
1
-1
/
+1
*
s3-lib: Fix indentation in sys_acl_to_text()
Andrew Bartlett
2012-05-09
1
-2
/
+2
*
s3:idmap_cache: change DEBUG message to level 10
Stefan Metzmacher
2012-05-06
1
-1
/
+2
*
s3-idmap: remove (now) unused function idmap_cache_set_sid2both()
Andrew Bartlett
2012-05-02
2
-25
/
+0
*
s3-idmap: Rework idmap_cache to store ID_TYPE_BOTH values
Andrew Bartlett
2012-05-02
2
-176
/
+240
*
s3:util add sid_check_is_wellknown_builtin()
Christian Ambach
2012-05-01
1
-0
/
+27
*
s3-lib Add a way to allocate the task_id value in server_id
Andrew Bartlett
2012-04-30
1
-0
/
+42
*
s3: Fix Coverity ID 2751: REVERSE_INULL
Volker Lendecke
2012-04-24
1
-1
/
+1
[prev]
[next]