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