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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: add Darwin sendfile support and merge with the FreeBSD code
Björn Jacke
2012-07-26
1
-50
/
+44
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
2
-0
/
+2
*
s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.
Andreas Schneider
2012-07-23
1
-8
/
+1
*
Remove source3/lib/pidfile.c
Jeremy Allison
2012-07-20
1
-81
/
+0
*
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Jeremy Allison
2012-07-19
1
-137
/
+27
*
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
2012-07-19
1
-4
/
+4
*
s3: Add tevent_wait_send/recv
Volker Lendecke
2012-07-18
2
-0
/
+120
*
s3-libasys: Add asys_fsync() implementation
Volker Lendecke
2012-07-18
1
-0
/
+43
*
s3-aio: Remove unused VFS functions and more
Volker Lendecke
2012-07-18
1
-148
/
+0
*
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
2012-07-18
1
-0
/
+4
*
libasys
Volker Lendecke
2012-07-18
4
-0
/
+521
*
source3/netapi: fix only caller which doesn't set up a talloc_stackframe()
Rusty Russell
2012-07-18
1
-0
/
+4
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
4
-7
/
+8
*
source3/lib/smbconf/testsuite.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+1
*
Move set_thread_credentials_permanently() to set_thread_credentials()
Jeremy Allison
2012-07-11
1
-12
/
+12
*
Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.
Jeremy Allison
2012-07-10
1
-1
/
+1
*
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
2012-07-09
1
-0
/
+29
*
s3: Fix Coverity ID 709470 Uninitialized scalar variable
Volker Lendecke
2012-07-06
1
-1
/
+1
*
Move copy_unix_token() from locking/locking.c to lib/util.c.
Jeremy Allison
2012-07-03
1
-0
/
+30
*
Add function set_thread_credentials_permanently(). Panic if fail.
Jeremy Allison
2012-07-03
1
-0
/
+48
*
s3-passdb: Remove obsolte ldapsam_compat support.
Andreas Schneider
2012-07-03
1
-6
/
+0
*
s3-libpidfile: fix check for running process.
Björn Baumbach
2012-07-02
1
-1
/
+1
*
s3-libpidfile: some more debug output
Björn Baumbach
2012-07-02
1
-0
/
+6
*
Try and fix the autoconf build on Solaris/Nexenta/etc.
Jeremy Allison
2012-06-30
1
-3
/
+0
*
s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()
Michael Adam
2012-06-29
1
-1
/
+3
*
s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()
Michael Adam
2012-06-29
1
-2
/
+3
*
s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() function
Michael Adam
2012-06-29
1
-1
/
+4
*
s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()
Michael Adam
2012-06-29
1
-3
/
+3
*
s3:dbrwap_ctdb: remove commented out legacy code
Michael Adam
2012-06-29
1
-5
/
+1
*
s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdb
Michael Adam
2012-06-29
1
-4
/
+3
*
Move back to using per-thread credentials on Linux. Fixes the glibc native AI...
Jeremy Allison
2012-06-29
1
-9
/
+9
*
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
2012-06-28
3
-66
/
+73
*
s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h
Volker Lendecke
2012-06-28
1
-1
/
+0
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
5
-6
/
+6
*
s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...
Gregor Beck
2012-06-27
2
-5
/
+19
*
s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...
Gregor Beck
2012-06-27
1
-6
/
+17
*
s3:serverid: don't ignore the result of dbwrap_parse_record()
Stefan Metzmacher
2012-06-22
1
-1
/
+6
*
dbwrap: dbwrap_local_open()
Rusty Russell
2012-06-22
1
-3
/
+3
*
dbwrap: remove get_flags().
Rusty Russell
2012-06-22
1
-8
/
+0
*
util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c
Rusty Russell
2012-06-22
1
-81
/
+0
*
s3:idmap_cache: also store negative entries for unknown sids
Stefan Metzmacher
2012-06-21
1
-0
/
+7
*
s3: Use string_term_tdb_data where appropriate
Volker Lendecke
2012-06-21
1
-2
/
+1
*
s3: Fix const warnings
Volker Lendecke
2012-06-21
1
-2
/
+3
*
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
[prev]
[next]