Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | messaging: move types to IDL. | Günther Deschner | 2008-09-12 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | kerberos: use KRB5_KT_KEY macro where appropriate. | Günther Deschner | 2008-08-29 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h. | Michael Adam | 2008-08-14 | 1 | -0/+4 |
| | | | | | | Thereby (hopefully) fixing the potential build problems with IRIX acls. Michael | ||||
* | Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h. | Michael Adam | 2008-08-14 | 1 | -0/+4 |
| | | | | | | Thereby (hopefully) fixing the potential build problems with HPUX acls. Michael | ||||
* | Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h. | Michael Adam | 2008-08-14 | 1 | -0/+4 |
| | | | | | | Thereby (hopefully) fixing the potential build problems with solaris acls. Michael | ||||
* | Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h. | Michael Adam | 2008-08-14 | 1 | -0/+4 |
| | | | | | | Thereby (hopefully) fixing the build with tru64 acls. Michael | ||||
* | Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h. | Michael Adam | 2008-08-14 | 1 | -0/+4 |
| | | | | Michael | ||||
* | Add simple async wrappers around send, recv and connect | Volker Lendecke | 2008-08-08 | 1 | -0/+1 |
| | | | | To be used later :-) | ||||
* | kerberos: allow to keep entries with old kvno's while creating keytab. | Günther Deschner | 2008-06-30 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext. | Günther Deschner | 2008-06-30 | 1 | -7/+8 |
| | | | | Guenther | ||||
* | kerberos: add smb_krb5_keytab_name(). | Günther Deschner | 2008-06-24 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without ↵ | Günther Deschner | 2008-06-24 | 1 | -1/+8 |
| | | | | | | salting them. Guenther | ||||
* | clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype. | Günther Deschner | 2008-06-17 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | AIX build fixes from William Jojo -- thanks | Volker Lendecke | 2008-06-12 | 1 | -0/+1 |
| | | | | (cherry picked from commit cb91a47576e820390bc62195702aaae93a2feba6) | ||||
* | net: Move includes to net.h | Kai Blin | 2008-06-10 | 1 | -14/+0 |
| | |||||
* | net: Remove globals | Kai Blin | 2008-05-10 | 1 | -2/+4 |
| | |||||
* | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 2008-04-21 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Add simple implementation of several functions in the Samba 4 RPC | Jelmer Vernooij | 2008-04-17 | 1 | -0/+1 |
| | | | | | | | | | | | library on top of the Samba 3 RPC library: * dcerpc_pipe_connect * dcerpc_ndr_request_recv * dcerpc_ndr_request_send These are the main functions used by the generated client calls in Samba 4. | ||||
* | Remove unused marshalling for Netlogon Lockout String. | Günther Deschner | 2008-03-27 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Remove remaining old srvsvc client and server rpc code entirely. | Günther Deschner | 2008-03-21 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Move libnet_conf to a library lib/smbconf/ of its own, fixing the api. | Michael Adam | 2008-03-17 | 1 | -0/+2 |
| | | | | | | | | | | The libnet_conf code to access the registry based configuration has become more of a library used in several places in samba (e.g. loadparm) than an abstraction of "net conf". So I move it to a location lib/smbconf/. In the same breath, the api is fixed (not generated by make proto anymore). Michael | ||||
* | Add infrastructure to support async SMB requests | Volker Lendecke | 2008-03-06 | 1 | -0/+1 |
| | |||||
* | Add basic infrastructure for general async requests | Volker Lendecke | 2008-03-06 | 1 | -0/+1 |
| | |||||
* | Revert "Add basic infrastructure for general async requests" | Volker Lendecke | 2008-03-01 | 1 | -1/+0 |
| | | | | This reverts commit ae254cb61f4b9331755848c47ebc34e90dd80390. | ||||
* | Revert "Add infrastructure to support async SMB requests" | Volker Lendecke | 2008-03-01 | 1 | -1/+0 |
| | | | | This reverts commit f5356825698a02df2d400b51dd95d1f857c83e81. | ||||
* | Eliminate tons of build warnings on non-IPV6 system. | Michael Adam | 2008-02-29 | 1 | -0/+5 |
| | | | | Michael | ||||
* | Add infrastructure to support async SMB requests | Volker Lendecke | 2008-02-28 | 1 | -0/+1 |
| | |||||
* | Add basic infrastructure for general async requests | Volker Lendecke | 2008-02-28 | 1 | -0/+1 |
| | |||||
* | Remove unneeded rpc_samr.h. | Günther Deschner | 2008-02-27 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Use new IDL based PAC structures in clikrb5.c | Günther Deschner | 2008-02-17 | 1 | -5/+4 |
| | | | | Guenther | ||||
* | NetBSD defines innetgr() in <netgroup.h> | Volker Lendecke | 2008-02-01 | 1 | -0/+4 |
| | |||||
* | Remove include/rpc_ds.h and all references to it completly. | Günther Deschner | 2008-01-29 | 1 | -1/+0 |
| | | | | | | Jerry, please have a look if you're fine with that. Guenther | ||||
* | Some systems do not have XATTR_ defined | Volker Lendecke | 2008-01-20 | 1 | -0/+8 |
| | |||||
* | Fix the build | Volker Lendecke | 2008-01-19 | 1 | -0/+1 |
| | | | | ... forgot to "git add" it | ||||
* | Move transfer_file and transfer_file_internal to a module of their own. | Michael Adam | 2008-01-10 | 1 | -0/+3 |
| | | | | | | | | Also, don't auto-generate prototypes of the (two) exported functions but make a start in having handwritten prototypes in dedicated header files (not in includes.h ... :-) Michael | ||||
* | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 2007-12-21 | 1 | -0/+1 |
| | | | | | | | | Implements a wrapper layer in winbind_util.c which are just stubs if compiled --without-winbind. When building with winbindd, it is now required to build the libwbclient DSO first (in the Makefile) and then either set LD_LIBRARY_PATH or /etc/ld.so.conf to pick up the library PATH. | ||||
* | Rename cache.[ch] to memcache.[ch] | Volker Lendecke | 2007-12-19 | 1 | -1/+1 |
| | | | | cache.h conflicts with an XFS DMAPI include on "opi" :-( | ||||
* | Add a in-memory cache | Volker Lendecke | 2007-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | This is a more general API that caches data with a LRU scheme. See include/cache.h. No comments yet, I'm still working on it. But Jeremy has given me a hint in one of his checkins that he would like to make use of this now. The idea is that we get rid of all our silly little caches and merge them all into one cache that we can then very easily trim, for example even with a smbcontrol message if someone decides memory is tight. The main user is the stat cache, this patch also converts the getwd cache. More caches to come. | ||||
* | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 2007-12-13 | 1 | -0/+14 |
| | | | | | | If mDNS is supported, attempt to register the first port we are listening on for the _smb._tcp service. This provides more reliable service discovery than NetBIOS browsing. | ||||
* | Add define guards around FSTRING_LEN. | Jeremy Allison | 2007-12-07 | 1 | -0/+2 |
| | | | | Jeremy. | ||||
* | A requiem for pstring. | Jeremy Allison | 2007-12-07 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | -------------- / \ / REST \ / IN \ / PEACE \ / \ | The infamous pstring | | | | | | 7 December | | | | 2007 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ Jeremy | ||||
* | Remove pstrings completely except for smbctool (what does this do ?). | Jeremy Allison | 2007-12-07 | 1 | -4/+3 |
| | | | | | Don't build this for now. Jeremy. | ||||
* | Remove some globals | Volker Lendecke | 2007-12-05 | 1 | -0/+3 |
| | |||||
* | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 2007-12-03 | 1 | -23/+0 |
| | | | | Jeremy. | ||||
* | printing: fix default printing subsystem detection | Stefan Metzmacher | 2007-11-23 | 1 | -1/+0 |
| | | | | | | | "system/printing.h" includes an outdated copy of the stuff in samba3's includes.h, so we should not use it. metze | ||||
* | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 2007-11-08 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix the setup_kaddr() call to cope with IPv6. | Jeremy Allison | 2007-10-29 | 1 | -1/+1 |
| | | | | | | | This is the last obvious change I can see. At this point we can start claiming IPv6 support (Hurrah !:-). Jeremy. | ||||
* | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2007-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -10/+5 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -0/+3 |
| |