Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-28 | s3:lib split out global workgroup and netbios name functions. | Andrew Bartlett | 1 | -1/+2 | |
Having these in their own file allows easier selective inclusion. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-28 | s3:smbd split reload services/printers functions from server.c | Andrew Bartlett | 1 | -1/+2 | |
This helps vfstest, as it previously had duplicate copies of these functions. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-28 | s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.c | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-27 | s3:Makefile.in: add npa_tstream.o to the build of smbd | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2010-05-26 | s3-samr: move chgpasswd.c out of smbd and into the samr server. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2010-05-26 | s3:Makefile: add missing linker flags for smbfilter | Björn Jacke | 1 | -1/+1 | |
this should fix the AIX build | |||||
2010-05-26 | s3:Makefile: fix a typo in flag variable name | Björn Jacke | 1 | -4/+4 | |
2010-05-25 | s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.c | Michael Adam | 1 | -2/+3 | |
2010-05-25 | s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h} | Michael Adam | 1 | -1/+1 | |
2010-05-25 | s3:registry: move registry_create_admin_token() to new reg_util_token.c | Michael Adam | 1 | -0/+1 | |
2010-05-24 | s3:Makefile: set PIE flags also for nss_winbind | Björn Jacke | 1 | -1/+1 | |
2010-05-24 | s3:Makefile: position independency is also needed for shared libs | Björn Jacke | 1 | -2/+2 | |
2010-05-24 | s3:build: don't use pieflags twice - ldflags already have them | Björn Jacke | 1 | -2/+2 | |
2010-05-23 | s3: Next step to fix the build on OpenSolaris | Volker Lendecke | 1 | -0/+1 | |
2010-05-22 | s3: Attempt to fix the non-gnumake build | Volker Lendecke | 1 | -1/+2 | |
Björn, please check! | |||||
2010-05-20 | librpc: finally merge ndr_string.c. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-18 | s3:split secrets.c to put machine account secrets in a new file | Andrew Bartlett | 1 | -1/+1 | |
This helps the s3compat effort by allowing these functions to be replaced by functions that query the cli_credentials and secrets.ldb APIs. Also, this changes a couple of DOM_SID to struct dom_sid along the way. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-net: Added a rather trivial "net printing dump" command. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2010-05-16 | s3-selftest: Allow overriding the subunit formatter. | Jelmer Vernooij | 1 | -1/+3 | |
(e.g. "make selftest SUBUNIT_FORMATTER=cat") | |||||
2010-05-14 | Move standard printcap parsing to print_standard.c | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-13 | s3:build: build smbtorture4 when the merged build is selected | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2010-05-13 | s3:Winbindd Move winbindd_event_context to a different file | Andrew Bartlett | 1 | -0/+1 | |
This allows this function to be easily replaced in s3compat Andrew Bartlett | |||||
2010-05-11 | s3:Makefile: build smbtorture4 as static binary with socket_wrapper support | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-05-10 | s3: Work around dependency bug in Samba 4 waf build in merged build. | Jelmer Vernooij | 1 | -3/+4 | |
2010-05-08 | s3-passdb: moving account_pol.c into passdb. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-07 | s3-merged: Make sure bin/ exists when copying in bin/smbtorture4. | Jelmer Vernooij | 1 | -1/+1 | |
2010-05-07 | s3-merged: Use newly added waf reconfigure subcommand. | Jelmer Vernooij | 1 | -1/+1 | |
2010-05-07 | Reintroduce merged build, using waf to build smbtorture4. | Jelmer Vernooij | 1 | -0/+14 | |
2010-05-07 | samba3: Generate C files from IDL in source3/librpc/gen_ndr rather than | Jelmer Vernooij | 1 | -59/+59 | |
librpc/gen_ndr. This is done to make it possible to run waf in the source4/ tree at the same time, since waf has problems with files that were generated by something else. | |||||
2010-05-06 | Remove the copy of ldb from Samba 3. | Jelmer Vernooij | 1 | -99/+28 | |
There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch]. | |||||
2010-05-05 | s3-build: don't rebuild/link on every make run | Andrew Tridgell | 1 | -2/+2 | |
2010-05-04 | s3-idl: auto-build IDL files in Samba3 | Andrew Tridgell | 1 | -2/+2 | |
2010-04-27 | s3: use shared registry functions. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-23 | s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API | Volker Lendecke | 1 | -0/+1 | |
2010-04-19 | libwbclient: remove async libwbclient and talloc from libwbclient.so | Volker Lendecke | 1 | -17/+8 | |
Except for tests there is right now no active user of this. We can easily re-add this when smbd makes more use of it. | |||||
2010-04-19 | s3-winbind: Allow changing the password for pdb | Volker Lendecke | 1 | -1/+3 | |
2010-04-19 | s3: Convert WINBINDD_PAM_LOGOFF to the new async API | Volker Lendecke | 1 | -0/+1 | |
2010-04-19 | s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async API | Volker Lendecke | 1 | -0/+1 | |
2010-04-19 | s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API | Volker Lendecke | 1 | -0/+1 | |
2010-04-19 | s3: Convert WINBINDD_PAM_AUTH to the new async API | Volker Lendecke | 1 | -0/+1 | |
2010-04-13 | s3-winbind: Authenticate SAM users | Volker Lendecke | 1 | -0/+4 | |
2010-04-11 | s3: Move [make|free]_user_info to auth/user_info.c | Volker Lendecke | 1 | -0/+1 | |
2010-04-11 | s3: Move make_server_info_sam to auth/server_info_sam.c | Volker Lendecke | 1 | -0/+1 | |
2010-04-11 | s3: Move make_server_info to auth/server_info.c | Volker Lendecke | 1 | -0/+1 | |
2010-04-11 | s3: Move check_sam_security to auth/check_sam.c | Volker Lendecke | 1 | -1/+1 | |
2010-04-07 | s3-spoolss: Added a function to open a regkey using the winreg pipe. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-31 | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 1 | -1/+1 | |
can be used later. | |||||
2010-03-30 | selftest: Replace perl subunit formatter with python subunit formatter, | Jelmer Vernooij | 1 | -1/+1 | |
so we can leverage the work happening in python-subunit. | |||||
2010-03-28 | Remove extension from format-subunit. | Jelmer Vernooij | 1 | -3/+1 | |
2010-03-19 | s3:librpc: remove unused stuff | Stefan Metzmacher | 1 | -1/+0 | |
metze |