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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings
Volker Lendecke
2007-11-09
1
-9
/
+18
*
nss_wrapper: Fix some warnings
Volker Lendecke
2007-11-09
1
-1
/
+1
*
Fix some warnings
Volker Lendecke
2007-11-09
2
-2
/
+3
*
Add some comments
Volker Lendecke
2007-11-09
1
-3
/
+3
*
Make base64_encode_data_blob return a talloced string
Volker Lendecke
2007-11-09
5
-20
/
+21
*
Remove the silly "user_socket_options" global variable
Volker Lendecke
2007-11-09
8
-25
/
+18
*
pstring removal
Volker Lendecke
2007-11-09
1
-4
/
+5
*
Fix dbwrap debug output
Volker Lendecke
2007-11-09
2
-5
/
+6
*
make test: try to get a more portable way to get UID and GID
Stefan Metzmacher
2007-11-09
1
-2
/
+2
*
use samba4's librpc/ndr/uuid.c
Stefan Metzmacher
2007-11-09
3
-127
/
+229
*
make test: start winbindd
Stefan Metzmacher
2007-11-09
3
-1
/
+71
*
we don't have build-farm specific tests anymore
Stefan Metzmacher
2007-11-09
1
-4
/
+1
*
remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now
Stefan Metzmacher
2007-11-09
2
-85
/
+0
*
make test: activate nss_wrapper for make test
Stefan Metzmacher
2007-11-09
2
-5
/
+30
*
nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
metze
2007-11-09
1
-0
/
+28
*
nss_wrapper: revert solaris get*ent_r() functions
metze
2007-11-09
1
-62
/
+0
*
nss_wrapper: set the destination pointer in the get*_r functions
metze
2007-11-09
1
-2
/
+10
*
libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confde...
metze
2007-11-09
1
-2
/
+2
*
nss_wrapper: add solaris versions of getpwent_r and getgrent_r
metze
2007-11-09
1
-0
/
+62
*
libreplace: solaris has different prototypes for getpwent_r and getgrent_r
metze
2007-11-09
1
-0
/
+32
*
nss_wrapper: not all systems have get*_r calls
metze
2007-11-09
1
-0
/
+20
*
libreplace: check for nss passwd|group get*_r functions
metze
2007-11-09
1
-0
/
+2
*
use nss_wrapper code in samba3 when --enable-nss-wrapper is given
Stefan Metzmacher
2007-11-09
3
-1
/
+4
*
nss_wrapper: add nss_wrapper.pl
metze
2007-11-09
1
-0
/
+265
*
nss_wrapper: add support for groups and return EPERM in initgroups()
metze
2007-11-09
1
-15
/
+356
*
nss_wrapper: add support for passwd accounts
metze
2007-11-09
1
-14
/
+567
*
nss_wrapper: add lib/nss_wrapper skeleton
metze
2007-11-09
4
-0
/
+374
*
Try to fix building dso's on hpux with gcc
jelmer
2007-11-09
1
-1
/
+5
*
Try to get some more flags right.
jelmer
2007-11-09
1
-4
/
+4
*
Add libreplace macro for soname flags.
jelmer
2007-11-09
1
-0
/
+41
*
Try to fix the build on some HPUX machines.
jelmer
2007-11-09
1
-3
/
+1
*
More pstring/fstring removal.
Jeremy Allison
2007-11-08
1
-11
/
+16
*
Remove more pstring/fstrings.
Jeremy Allison
2007-11-08
6
-76
/
+81
*
Remove unneeded variable.
Jeremy Allison
2007-11-08
1
-6
/
+3
*
Fix case where we have no dns domain name. Return a talloc of "".
Jeremy Allison
2007-11-08
3
-2
/
+4
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
11
-83
/
+106
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-11-08
11
-236
/
+422
|
\
|
*
sync the most parts of librpc/ndr with samba4
Stefan Metzmacher
2007-11-08
4
-228
/
+382
|
*
add '_PUBLIC_' prototypes into proto.h
Stefan Metzmacher
2007-11-08
1
-2
/
+2
|
*
add win_errstr() as wrapper of dos_errstr().
Stefan Metzmacher
2007-11-08
1
-0
/
+6
|
*
we should not ignore convert_string_talloc() failures.
Stefan Metzmacher
2007-11-08
1
-1
/
+1
|
*
libreplace: we need to link to make sure the functions are available
Stefan Metzmacher
2007-11-08
1
-1
/
+1
|
*
Try to fix the build on systems without struct sockaddr_storage type
Michael Adam
2007-11-08
1
-0
/
+1
|
*
Constrain "min receivefile size" to max of BUFFER_SIZE
Jeremy Allison
2007-11-07
2
-3
/
+28
|
*
Try to fix the build on irix.
Michael Adam
2007-11-07
1
-2
/
+2
*
|
Unify the name and addr cache for client_name to
Jeremy Allison
2007-11-07
1
-21
/
+31
|
/
*
- check return value of ndr_push_set_switch_value()
metze
2007-11-07
1
-1
/
+8
*
use error and out logic
metze
2007-11-07
1
-3
/
+7
*
use NT_STATUS_HAVE_NO_MEMORY()
metze
2007-11-07
1
-3
/
+1
*
use NDR_CHECK()
metze
2007-11-07
1
-4
/
+3
[next]