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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-22
fixed error handling in ANR code
Andrew Tridgell
1
-18
/
+24
2008-08-21
cifs.upcall: fix build warning
Jeff Layton
1
-1
/
+2
2008-08-21
cifs.upcall: enable building by default on linux
Jeff Layton
1
-4
/
+19
2008-08-21
cifs.upcall: move default install location to EPREFIX/sbin
Jeff Layton
1
-4
/
+4
2008-08-21
cifs.upcall: handle MSKRB5 OID properly
Jeff Layton
1
-5
/
+13
2008-08-21
mount.cifs: don't prompt for password on krb5 mounts
Jeff Layton
1
-1
/
+2
2008-08-21
Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...
Jeremy Allison
1
-2
/
+3
2008-08-22
rpc_server: make it a little more obvious what flags we send to a client.
Günther Deschner
1
-1
/
+10
2008-08-21
Fix Bug #5710 and make machine account password changing work again.
Günther Deschner
1
-23
/
+52
2008-08-21
Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...
Jeremy Allison
1
-2
/
+3
2008-08-21
re-run make idl.
Günther Deschner
4
-14
/
+40
2008-08-21
IDL: fix IDL for netr_ServerPasswordSet2().
Günther Deschner
1
-3
/
+3
2008-08-21
ndr_compression: implement mszip compression based on deflate()
Stefan Metzmacher
1
-1
/
+98
2008-08-21
drsuapi.idl: use hand written push functions for the compressed blobs
Stefan Metzmacher
2
-6
/
+179
2008-08-21
gitignore: add examples/libsmbclient/Makefile.internal - a generated file
Michael Adam
1
-0
/
+1
2008-08-21
build: add [clean_]libsmbclient_examples targets to top level Makefile
Michael Adam
1
-0
/
+11
2008-08-21
libsmbclient examples: source/bin to the library search path for smbwrapper b...
Michael Adam
1
-1
/
+1
2008-08-21
libsmbclient examples: add Makefile.internal.in for building from a samba source
Michael Adam
2
-0
/
+139
2008-08-21
libsmbclient examples: fix prototype for readlink
Michael Adam
1
-1
/
+1
2008-08-21
ndr_compression: add common parts of ndr compression
Stefan Metzmacher
1
-15
/
+52
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
11
-24
/
+54
2008-08-21
Push loading the objectGUID and objectSID handlers earlier.
Andrew Bartlett
1
-4
/
+8
2008-08-21
Stop every ldb startup doing a write to the database.
Andrew Bartlett
1
-0
/
+7
2008-08-21
Validate input in the CLDAP and DGRAM 'netlogon' responder.
Andrew Bartlett
1
-7
/
+37
2008-08-21
Handle error cases in attribute handlers better.
Andrew Bartlett
1
-8
/
+18
2008-08-21
The index handling is now configured from the schema load, not by a
Andrew Bartlett
2
-28
/
+0
2008-08-21
Set both attributes and indexes into the database on schema load.
Andrew Bartlett
1
-18
/
+142
2008-08-21
All these syntaxes are now handled by the schema.
Andrew Bartlett
1
-6
/
+0
2008-08-21
Don't hardcode attributes to be treated as a DN
Andrew Bartlett
1
-14
/
+1
2008-08-21
Correct anr search commants and error messages in ldap.js
Andrew Bartlett
1
-7
/
+7
2008-08-21
Don't allow a NULL syntax
Andrew Bartlett
1
-0
/
+4
2008-08-21
Don't maniplate control entries in samldb
Andrew Bartlett
1
-0
/
+4
2008-08-20
Here is a re-working of the winbindd
Jeremy Allison
6
-9
/
+61
2008-08-20
gitignore: add examples/libsmbclient/tree
Michael Adam
1
-0
/
+1
2008-08-20
gitignore: add lib/netapi/tests/Makefile
Michael Adam
1
-0
/
+1
2008-08-20
gitignore: add libsmbsharemodes.syms - this is now generated
Michael Adam
1
-0
/
+1
2008-08-20
build: auto-generate symbols for libsmbsharemodes.
Michael Adam
2
-5
/
+5
2008-08-20
gitignore: add libsmbclient.syms - this is now generated
Michael Adam
1
-0
/
+1
2008-08-20
build: autogenerate symbols for libsmbclient.so
Michael Adam
2
-6
/
+5
2008-08-20
build: fix bug #5590 by not linking in the static libs but the objects.
Michael Adam
1
-1
/
+1
2008-08-20
build: fall down to the same place when using an internal lib statically.
Michael Adam
1
-1
/
+1
2008-08-20
build: remove duplicated and hardcoded definition of LIBSMBSHAREMODES
Michael Adam
1
-2
/
+0
2008-08-20
build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.
Michael Adam
1
-4
/
+4
2008-08-20
fix build warning.
Günther Deschner
1
-1
/
+1
2008-08-20
libads: remove unused vars.
Günther Deschner
1
-3
/
+0
2008-08-20
fix another build warning.
Günther Deschner
1
-2
/
+2
2008-08-20
nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENT
Gerald (Jerry) Carter
1
-2
/
+18
2008-08-20
smbd: fix the handling of create_options to pass RAW-OPEN
Stefan Metzmacher
3
-4
/
+28
2008-08-20
krb5pac.idl: make use of subcontext(0xFFFFFC01) to handle the type Serializat...
Stefan Metzmacher
1
-5
/
+1
2008-08-20
kdc/pac-glue: pull/push the logon_info via the PAC_INFO union
Stefan Metzmacher
1
-11
/
+13
[prev]
[next]