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
...
*
build: move definition of SHLIBS to libraries section
Michael Adam
2008-07-07
1
-2
/
+2
*
build: add a cleanlibwbclient target to Makefile.in and use it for make clean.
Michael Adam
2008-07-07
1
-4
/
+10
*
build: add uninstalllibwbclient to Makefile.in and use it for uninstall
Michael Adam
2008-07-07
1
-1
/
+6
*
build: fix the installlibwbclient target to use defined variables and install...
Michael Adam
2008-07-07
1
-2
/
+7
*
build: fix creation of libwbclient shared lib by crating soname file
Michael Adam
2008-07-07
1
-3
/
+8
*
build: move libwbclient related target to libwbclient section in Makefile.in
Michael Adam
2008-07-07
1
-23
/
+24
*
build: move libtdb target further down following common schema like with libt...
Michael Adam
2008-07-07
1
-2
/
+2
*
build: fix uninstalllibnetapi target - handle symlink libnetapi.so
Michael Adam
2008-07-07
1
-5
/
+6
*
build: fix installlibnetapi target - install symlink libnetapi.so (if appropr...
Michael Adam
2008-07-07
1
-1
/
+7
*
build: add a cleanlibnetapi target and use it in make clean
Michael Adam
2008-07-07
1
-3
/
+10
*
build: fix creation of the libnetapi shared lib: create soname library
Michael Adam
2008-07-07
1
-3
/
+8
*
build: move libnetapi related definitions and targets together into the libne...
Michael Adam
2008-07-07
1
-34
/
+35
*
build: add an uninstalllibtdb target.
Michael Adam
2008-07-07
1
-0
/
+6
*
build: fix the installlibtdb target to install the soname file of libtdb.
Michael Adam
2008-07-07
1
-1
/
+6
*
build: create a cleanlibtdb target and use it in target clean.
Michael Adam
2008-07-07
1
-2
/
+10
*
build: fix creation of the libtdb shared library.
Michael Adam
2008-07-07
1
-5
/
+10
*
build: move libtdb related definitions and targets to libtdb section in Makef...
Michael Adam
2008-07-07
1
-16
/
+16
*
build: move all libtalloc related definitions into the libtalloc section in M...
Michael Adam
2008-07-07
1
-14
/
+13
*
build: move top level targets for the libs into the corresponding sections in...
Michael Adam
2008-07-07
1
-8
/
+15
*
build: add more structuring comments to Makefile.in
Michael Adam
2008-07-07
1
-0
/
+46
*
build: add structuring comments for libraries and libtalloc section.
Michael Adam
2008-07-07
1
-0
/
+13
*
build: fix installlibtalloc to not install symlink if the library is not there
Michael Adam
2008-07-07
1
-1
/
+4
*
build: move libtalloc related targets together.
Michael Adam
2008-07-07
1
-16
/
+17
*
build: add a cleanlibtalloc target.
Michael Adam
2008-07-07
1
-3
/
+11
*
build: add an uninstalllibtalloc target
Michael Adam
2008-07-07
1
-0
/
+6
*
build: fix creation of link libtalloc.so on some systems.
Michael Adam
2008-07-07
1
-0
/
+1
*
build: fix the installlibtalloc target to install SONAME and \.so versions of...
Michael Adam
2008-07-07
1
-1
/
+3
*
build: fix creation of talloc shared lib.
Michael Adam
2008-07-07
1
-4
/
+7
*
build: add ability to use library files of the form NAME.so.VERSION to create...
Michael Adam
2008-07-07
1
-1
/
+1
*
Allow authentication and memory credential refresh after password change from...
Jeremy Allison
2008-07-07
2
-9
/
+37
*
Clean up winbindd_group.c too
Simo Sorce
2008-07-06
1
-210
/
+255
*
Clean up the rest of the file too
Simo Sorce
2008-07-06
1
-84
/
+76
*
More clean up, indentation and trailing space removal
Simo Sorce
2008-07-06
1
-40
/
+39
*
Make code more readable, fix indentation and traling spaces.
Simo Sorce
2008-07-06
1
-17
/
+23
*
Tiny logic simplification -- remove an else branch
Volker Lendecke
2008-07-05
1
-22
/
+20
*
Make use of ADD_TO_ARRAY
Volker Lendecke
2008-07-05
4
-98
/
+38
*
Convert idmap_cache to gencache
Volker Lendecke
2008-07-05
4
-399
/
+132
*
Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
Lars Müller
2008-07-04
1
-0
/
+1
*
Slightly increase the default idmap cache time
Volker Lendecke
2008-07-03
1
-1
/
+1
*
IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it
Volker Lendecke
2008-07-03
1
-1
/
+0
*
Simplify idmap_cache_set() a bit
Volker Lendecke
2008-07-03
1
-8
/
+3
*
Simplify idmap_cache_build_[s]idkey a bit
Volker Lendecke
2008-07-03
1
-36
/
+33
*
Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...
Jeremy Allison
2008-07-03
2
-15
/
+27
*
Remove an unused variable
Volker Lendecke
2008-07-03
1
-1
/
+0
*
Remove gencache_[un]lock_entry
Volker Lendecke
2008-07-03
3
-37
/
+2
*
Return timed out entries from gencache_get if timeout param != NULL
Volker Lendecke
2008-07-03
2
-11
/
+17
*
Pass NULL to gencache_get when we are not interested in the timeout value
Volker Lendecke
2008-07-03
5
-14
/
+8
*
Fix indentation
Volker Lendecke
2008-07-03
1
-1
/
+1
*
netapi: fix doxygen warning.
Günther Deschner
2008-07-03
1
-1
/
+1
*
libnetjoin: fix Bug #5570.
Günther Deschner
2008-07-03
1
-1
/
+1
[prev]
[next]