Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-15 | libcli:nbt make the lmhosts parsing code and dependicies common | Andrew Bartlett | 1 | -0/+1 | |
This starts the process to have Samba4 use lmhosts. Andrew Bartlett | |||||
2009-08-12 | libcli/smb: move smb2_create_blob code to libcli/smb/ | Stefan Metzmacher | 1 | -0/+1 | |
I want to use this in source3/smbd/ metze | |||||
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -0/+1 | |
This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling | |||||
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 1 | -0/+1 | |
2009-05-01 | libcli/named_pipe_auth: add tstream_npa_connect_send/recv() | Stefan Metzmacher | 1 | -0/+1 | |
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze | |||||
2009-04-20 | Move gpo_sec to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-14 | Link in the common samsync decryption code | Andrew Bartlett | 1 | -0/+1 | |
2009-04-14 | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 1 | -0/+1 | |
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett | |||||
2009-04-14 | Move libcli/auth to the top level | Andrew Bartlett | 1 | -0/+1 | |
2009-03-20 | s4:build: include ../libcli/cldap/config.mk | Stefan Metzmacher | 1 | -0/+1 | |
This fixes commit 84a140f18722518eb0f40737085dd3b3958a3a02, sorry! metze | |||||
2009-03-19 | lib/tsocket: add generic socket abstraction layer | Stefan Metzmacher | 1 | -0/+1 | |
This will replace source4/lib/socket/. metze | |||||
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2009-02-24 | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 1 | -0/+1 | |
2009-01-23 | s4: add ../lib/async_req to the s4 build | Kai Blin | 1 | -0/+1 | |
2009-01-21 | libsmbconf: Add build magic for Samba 4. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-29 | s4: remove unused dbwrap code | Stefan Metzmacher | 1 | -1/+0 | |
If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze | |||||
2008-12-23 | Allow using external libtevent. | Jelmer Vernooij | 1 | -1/+0 | |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-12-16 | nsswitch: Move nsswitch files from source4 to top level nsswitch dir | Kai Blin | 1 | -1/+1 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source4/Makefile | |||||
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 1 | -2/+2 | |
Conflicts: source4/main.mk | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-16 | Remove remaining embedded JavaScript support. | Jelmer Vernooij | 1 | -2/+0 | |
2008-09-16 | Merge branch 'singlensswrap' into single | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk | |||||
2008-09-16 | Use single cope of nss_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Disable WMI for now since it doesn't compile. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-15 | More improvements. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-15 | Disable WMI for now, as it doesn't build properly yet. | Jelmer Vernooij | 1 | -0/+3 | |
2008-09-15 | Use other utility typemaps inside wmi python functions. | Jelmer Vernooij | 1 | -1/+0 | |
2008-09-15 | Add build system bits for wmi. | Jelmer Vernooij | 1 | -0/+1 | |
2008-08-01 | build: autogenarate VPATH by configure | Stefan Metzmacher | 1 | -1/+0 | |
metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858) | |||||
2008-06-09 | heimdal_build: rename config.m{k,4} => internal.m{k,4} | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6) | |||||
2008-05-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -48/+1 | |
It seems the format of main.mk changed in my sleep... Conflicts: source/main.mk (This used to be commit 56f2288e4f4f1aa70d11fc5f118458baf5803627) | |||||
2008-05-27 | Move source dir variables to Makefile. | Jelmer Vernooij | 1 | -47/+0 | |
(This used to be commit fdc7c3568e5fbf510c874601d72798454b1c1ca6) | |||||
2008-05-27 | Move version.o and dynconfig.o into their own directory. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d) | |||||
2008-05-27 | Start an 'NTP signing server' in Samba4. | Andrew Bartlett | 1 | -0/+2 | |
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae) | |||||
2008-05-23 | Include full path for python scripting dir to allow out-of-tree builds. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 01485bea87b7f7885ffed0cd3a0143baaa2d048e) | |||||
2008-05-19 | Revert some absolute paths. | Jelmer Vernooij | 1 | -46/+46 | |
(This used to be commit b4613e81351fa0477d0c76a19fb0474a79f8689f) | |||||
2008-05-19 | Move IDL build script to rpc directory, make various bits and pieces easier ↵ | Jelmer Vernooij | 1 | -46/+46 | |
to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902) | |||||
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24) | |||||
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the ↵ | Jelmer Vernooij | 1 | -2/+2 | |
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942) | |||||
2008-05-18 | Use variables for source directory in remaining subsystems. | Jelmer Vernooij | 1 | -1/+21 | |
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+19 | |
(This used to be commit 28f4a8bc2c9b4158e74e1284ff9df068388c3b3d) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+15 | |
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 2860a7db5968c7007522cdb300eba390da929ab8) |